Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/BUILD.gn

Issue 2776293002: Refresh ChromeVox options page CSS (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//chrome/test/base/js2gtest.gni") 8 import("//chrome/test/base/js2gtest.gni")
9 import("run_jsbundler.gni") 9 import("run_jsbundler.gni")
10 10
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 chromevox_options_script_loader_file = "chromevox/background/options_loader.js" 259 chromevox_options_script_loader_file = "chromevox/background/options_loader.js"
260 chromevox_panel_script_loader_file = "cvox2/background/panel_loader.js" 260 chromevox_panel_script_loader_file = "cvox2/background/panel_loader.js"
261 261
262 # Instead of setting up one copy target for each subdirectory, use a script 262 # Instead of setting up one copy target for each subdirectory, use a script
263 # to copy all files. 263 # to copy all files.
264 run_jsbundler("chromevox_copied_files") { 264 run_jsbundler("chromevox_copied_files") {
265 mode = "copy" 265 mode = "copy"
266 dest_dir = chromevox_out_dir 266 dest_dir = chromevox_out_dir
267 sources = [ 267 sources = [
268 "chromevox/background/background.html", 268 "chromevox/background/background.html",
269 "chromevox/background/checked.png",
269 "chromevox/background/earcons/alert_modal.ogg", 270 "chromevox/background/earcons/alert_modal.ogg",
270 "chromevox/background/earcons/alert_nonmodal.ogg", 271 "chromevox/background/earcons/alert_nonmodal.ogg",
271 "chromevox/background/earcons/button.ogg", 272 "chromevox/background/earcons/button.ogg",
272 "chromevox/background/earcons/check_off.ogg", 273 "chromevox/background/earcons/check_off.ogg",
273 "chromevox/background/earcons/check_on.ogg", 274 "chromevox/background/earcons/check_on.ogg",
274 "chromevox/background/earcons/editable_text.ogg", 275 "chromevox/background/earcons/editable_text.ogg",
275 "chromevox/background/earcons/invalid_keypress.ogg", 276 "chromevox/background/earcons/invalid_keypress.ogg",
276 "chromevox/background/earcons/link.ogg", 277 "chromevox/background/earcons/link.ogg",
277 "chromevox/background/earcons/list_item.ogg", 278 "chromevox/background/earcons/list_item.ogg",
278 "chromevox/background/earcons/listbox.ogg", 279 "chromevox/background/earcons/listbox.ogg",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "chromevox/background/mathmaps/symbols/math_arrows.json", 320 "chromevox/background/mathmaps/symbols/math_arrows.json",
320 "chromevox/background/mathmaps/symbols/math_characters.json", 321 "chromevox/background/mathmaps/symbols/math_characters.json",
321 "chromevox/background/mathmaps/symbols/math_delimiters.json", 322 "chromevox/background/mathmaps/symbols/math_delimiters.json",
322 "chromevox/background/mathmaps/symbols/math_digits.json", 323 "chromevox/background/mathmaps/symbols/math_digits.json",
323 "chromevox/background/mathmaps/symbols/math_geometry.json", 324 "chromevox/background/mathmaps/symbols/math_geometry.json",
324 "chromevox/background/mathmaps/symbols/math_harpoons.json", 325 "chromevox/background/mathmaps/symbols/math_harpoons.json",
325 "chromevox/background/mathmaps/symbols/math_non_characters.json", 326 "chromevox/background/mathmaps/symbols/math_non_characters.json",
326 "chromevox/background/mathmaps/symbols/math_symbols.json", 327 "chromevox/background/mathmaps/symbols/math_symbols.json",
327 "chromevox/background/mathmaps/symbols/math_whitespace.json", 328 "chromevox/background/mathmaps/symbols/math_whitespace.json",
328 "chromevox/background/mathmaps/symbols/other_stars.json", 329 "chromevox/background/mathmaps/symbols/other_stars.json",
330 "chromevox/background/options.css",
329 "chromevox/background/options.html", 331 "chromevox/background/options.html",
332 "chromevox/background/unchecked.png",
330 "chromevox/injected/api.js", 333 "chromevox/injected/api.js",
331 "cvox2/background/background.html", 334 "cvox2/background/background.html",
332 "cvox2/background/earcons/control.wav", 335 "cvox2/background/earcons/control.wav",
333 "cvox2/background/earcons/selection.wav", 336 "cvox2/background/earcons/selection.wav",
334 "cvox2/background/earcons/selection_reverse.wav", 337 "cvox2/background/earcons/selection_reverse.wav",
335 "cvox2/background/earcons/skim.wav", 338 "cvox2/background/earcons/skim.wav",
336 "cvox2/background/earcons/small_room_2.wav", 339 "cvox2/background/earcons/small_room_2.wav",
337 "cvox2/background/earcons/static.wav", 340 "cvox2/background/earcons/static.wav",
338 "cvox2/background/panel.css", 341 "cvox2/background/panel.css",
339 "cvox2/background/panel.html", 342 "cvox2/background/panel.html",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 ] 684 ]
682 gen_include_files = [ 685 gen_include_files = [
683 "testing/assert_additions.js", 686 "testing/assert_additions.js",
684 "testing/callback_helper.js", 687 "testing/callback_helper.js",
685 "testing/chromevox_e2e_test_base.js", 688 "testing/chromevox_e2e_test_base.js",
686 "testing/chromevox_next_e2e_test_base.js", 689 "testing/chromevox_next_e2e_test_base.js",
687 "testing/mock_feedback.js", 690 "testing/mock_feedback.js",
688 ] 691 ]
689 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 692 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
690 } 693 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698