| 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 3973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3984 'browser/unload_uitest.cc', | 3984 'browser/unload_uitest.cc', |
| 3985 'browser/views/find_bar_host_uitest.cc', | 3985 'browser/views/find_bar_host_uitest.cc', |
| 3986 'common/logging_chrome_uitest.cc', | 3986 'common/logging_chrome_uitest.cc', |
| 3987 'common/pref_service_uitest.cc', | 3987 'common/pref_service_uitest.cc', |
| 3988 'test/automation/automation_proxy_uitest.cc', | 3988 'test/automation/automation_proxy_uitest.cc', |
| 3989 'test/automated_ui_tests/automated_ui_test_test.cc', | 3989 'test/automated_ui_tests/automated_ui_test_test.cc', |
| 3990 'test/chrome_process_util_uitest.cc', | 3990 'test/chrome_process_util_uitest.cc', |
| 3991 'test/reliability/page_load_test.cc', | 3991 'test/reliability/page_load_test.cc', |
| 3992 'test/reliability/page_load_test.h', | 3992 'test/reliability/page_load_test.h', |
| 3993 'test/ui/dom_checker_uitest.cc', | 3993 'test/ui/dom_checker_uitest.cc', |
| 3994 'test/ui/dromaeo_benchmark_uitest.cc', |
| 3994 'test/ui/fast_shutdown_uitest.cc', | 3995 'test/ui/fast_shutdown_uitest.cc', |
| 3995 'test/ui/history_uitest.cc', | 3996 'test/ui/history_uitest.cc', |
| 3996 'test/ui/layout_plugin_uitest.cc', | 3997 'test/ui/layout_plugin_uitest.cc', |
| 3997 'test/ui/npapi_uitest.cc', | 3998 'test/ui/npapi_uitest.cc', |
| 3998 'test/ui/omnibox_uitest.cc', | 3999 'test/ui/omnibox_uitest.cc', |
| 3999 'test/ui/sandbox_uitests.cc', | 4000 'test/ui/sandbox_uitests.cc', |
| 4000 'test/ui/sunspider_uitest.cc', | 4001 'test/ui/sunspider_uitest.cc', |
| 4001 'test/ui/v8_benchmark_uitest.cc', | 4002 'test/ui/v8_benchmark_uitest.cc', |
| 4002 'worker/worker_uitest.cc', | 4003 'worker/worker_uitest.cc', |
| 4003 ], | 4004 ], |
| (...skipping 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6907 ], # targets when chrome_personalization==1 | 6908 ], # targets when chrome_personalization==1 |
| 6908 }], | 6909 }], |
| 6909 ], # 'conditions' | 6910 ], # 'conditions' |
| 6910 } | 6911 } |
| 6911 | 6912 |
| 6912 # Local Variables: | 6913 # Local Variables: |
| 6913 # tab-width:2 | 6914 # tab-width:2 |
| 6914 # indent-tabs-mode:nil | 6915 # indent-tabs-mode:nil |
| 6915 # End: | 6916 # End: |
| 6916 # vim: set expandtab tabstop=2 shiftwidth=2: | 6917 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |