OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 4185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4196 'common/logging_chrome_uitest.cc', | 4196 'common/logging_chrome_uitest.cc', |
4197 'common/pref_service_uitest.cc', | 4197 'common/pref_service_uitest.cc', |
4198 'test/automation/automation_proxy_uitest.cc', | 4198 'test/automation/automation_proxy_uitest.cc', |
4199 'test/automated_ui_tests/automated_ui_test_test.cc', | 4199 'test/automated_ui_tests/automated_ui_test_test.cc', |
4200 'test/chrome_process_util_uitest.cc', | 4200 'test/chrome_process_util_uitest.cc', |
4201 'test/ui/dom_checker_uitest.cc', | 4201 'test/ui/dom_checker_uitest.cc', |
4202 'test/ui/dromaeo_benchmark_uitest.cc', | 4202 'test/ui/dromaeo_benchmark_uitest.cc', |
4203 'test/ui/fast_shutdown_uitest.cc', | 4203 'test/ui/fast_shutdown_uitest.cc', |
4204 'test/ui/history_uitest.cc', | 4204 'test/ui/history_uitest.cc', |
4205 'test/ui/layout_plugin_uitest.cc', | 4205 'test/ui/layout_plugin_uitest.cc', |
| 4206 'test/ui/mouseleave_uitest.cc', |
4206 'test/ui/npapi_uitest.cc', | 4207 'test/ui/npapi_uitest.cc', |
4207 'test/ui/omnibox_uitest.cc', | 4208 'test/ui/omnibox_uitest.cc', |
4208 'test/ui/sandbox_uitests.cc', | 4209 'test/ui/sandbox_uitests.cc', |
4209 'test/ui/sunspider_uitest.cc', | 4210 'test/ui/sunspider_uitest.cc', |
4210 'test/ui/v8_benchmark_uitest.cc', | 4211 'test/ui/v8_benchmark_uitest.cc', |
4211 'worker/worker_uitest.cc', | 4212 'worker/worker_uitest.cc', |
4212 ], | 4213 ], |
4213 'conditions': [ | 4214 'conditions': [ |
4214 ['OS=="linux"', { | 4215 ['OS=="linux"', { |
4215 'dependencies': [ | 4216 'dependencies': [ |
(...skipping 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6953 ] | 6954 ] |
6954 }], | 6955 }], |
6955 ], # 'conditions' | 6956 ], # 'conditions' |
6956 } | 6957 } |
6957 | 6958 |
6958 # Local Variables: | 6959 # Local Variables: |
6959 # tab-width:2 | 6960 # tab-width:2 |
6960 # indent-tabs-mode:nil | 6961 # indent-tabs-mode:nil |
6961 # End: | 6962 # End: |
6962 # vim: set expandtab tabstop=2 shiftwidth=2: | 6963 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |