BUILD.gn 643 B

123456789101112131415161718
  1. # Copyright 2014 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/chromeos/ui_mode.gni")
  5. import("//chromecast/chromecast.gni")
  6. assert(is_chromeos_ash || is_castos)
  7. chromevox_out_dir = "$root_out_dir/resources/chromeos/accessibility/chromevox"
  8. group("chromevox_third_party_resources") {
  9. deps = [ ":chromevox_third_party_background_resources" ]
  10. }
  11. copy("chromevox_third_party_background_resources") {
  12. sources = [ "third_party/sre/sre_browser.js" ]
  13. outputs = [ "$chromevox_out_dir/background/{{source_file_part}}" ]
  14. }