| 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', | |
| 4207 'test/ui/npapi_uitest.cc', | 4206 'test/ui/npapi_uitest.cc', |
| 4208 'test/ui/omnibox_uitest.cc', | 4207 'test/ui/omnibox_uitest.cc', |
| 4209 'test/ui/sandbox_uitests.cc', | 4208 'test/ui/sandbox_uitests.cc', |
| 4210 'test/ui/sunspider_uitest.cc', | 4209 'test/ui/sunspider_uitest.cc', |
| 4211 'test/ui/v8_benchmark_uitest.cc', | 4210 'test/ui/v8_benchmark_uitest.cc', |
| 4212 'worker/worker_uitest.cc', | 4211 'worker/worker_uitest.cc', |
| 4213 ], | 4212 ], |
| 4214 'conditions': [ | 4213 'conditions': [ |
| 4215 ['OS=="linux"', { | 4214 ['OS=="linux"', { |
| 4216 'dependencies': [ | 4215 'dependencies': [ |
| (...skipping 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6954 ] | 6953 ] |
| 6955 }], | 6954 }], |
| 6956 ], # 'conditions' | 6955 ], # 'conditions' |
| 6957 } | 6956 } |
| 6958 | 6957 |
| 6959 # Local Variables: | 6958 # Local Variables: |
| 6960 # tab-width:2 | 6959 # tab-width:2 |
| 6961 # indent-tabs-mode:nil | 6960 # indent-tabs-mode:nil |
| 6962 # End: | 6961 # End: |
| 6963 # vim: set expandtab tabstop=2 shiftwidth=2: | 6962 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |