| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../../js_unittest_vars.gypi', | 7 '../../../../js_unittest_vars.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', | 10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'sources': [ | 75 'sources': [ |
| 76 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.cc', | 76 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.cc', |
| 77 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.h', | 77 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.h', |
| 78 '<(DEPTH)/chrome/test/base/browser_tests_main.cc', | 78 '<(DEPTH)/chrome/test/base/browser_tests_main.cc', |
| 79 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc', | 79 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc', |
| 80 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', | 80 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', |
| 81 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', | 81 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', |
| 82 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', | 82 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', |
| 83 | 83 |
| 84 'common/aria_util_test.js', | 84 'common/aria_util_test.js', |
| 85 'common/cursor_selection_test.js', |
| 86 'common/editable_text_area_shadow_test.js', |
| 87 'common/key_sequence_test.js', |
| 88 'common/math_semantic_tree_test.js', |
| 89 'common/selection_util_test.js', |
| 85 ], | 90 ], |
| 86 }, # target chromevox_tests | 91 }, # target chromevox_tests |
| 87 { | 92 { |
| 88 'target_name': 'chromevox_test_deps_js', | 93 'target_name': 'chromevox_test_deps_js', |
| 89 'type': 'none', | 94 'type': 'none', |
| 90 'actions': [ | 95 'actions': [ |
| 91 { | 96 { |
| 92 'action_name': 'deps_js', | 97 'action_name': 'deps_js', |
| 93 'message': 'Generate <(_target_name)', | 98 'message': 'Generate <(_target_name)', |
| 94 'variables': { | 99 'variables': { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 112 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)', | 117 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)', |
| 113 '-w', ':chrome/browser/resources/chromeos/chromevox', | 118 '-w', ':chrome/browser/resources/chromeos/chromevox', |
| 114 '-o', '<(chromevox_test_deps_js_file)', | 119 '-o', '<(chromevox_test_deps_js_file)', |
| 115 '<@(js_files)', | 120 '<@(js_files)', |
| 116 ], | 121 ], |
| 117 }, | 122 }, |
| 118 ], | 123 ], |
| 119 }, | 124 }, |
| 120 ], | 125 ], |
| 121 } | 126 } |
| OLD | NEW |