| 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 4029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4040 'browser/unload_uitest.cc', | 4040 'browser/unload_uitest.cc', |
| 4041 'browser/views/find_bar_host_uitest.cc', | 4041 'browser/views/find_bar_host_uitest.cc', |
| 4042 'common/logging_chrome_uitest.cc', | 4042 'common/logging_chrome_uitest.cc', |
| 4043 'common/pref_service_uitest.cc', | 4043 'common/pref_service_uitest.cc', |
| 4044 'test/automation/automation_proxy_uitest.cc', | 4044 'test/automation/automation_proxy_uitest.cc', |
| 4045 'test/automated_ui_tests/automated_ui_test_test.cc', | 4045 'test/automated_ui_tests/automated_ui_test_test.cc', |
| 4046 'test/chrome_process_util_uitest.cc', | 4046 'test/chrome_process_util_uitest.cc', |
| 4047 'test/reliability/page_load_test.cc', | 4047 'test/reliability/page_load_test.cc', |
| 4048 'test/reliability/page_load_test.h', | 4048 'test/reliability/page_load_test.h', |
| 4049 'test/ui/dom_checker_uitest.cc', | 4049 'test/ui/dom_checker_uitest.cc', |
| 4050 'test/ui/fast_shutdown_uitest.cc', |
| 4050 'test/ui/history_uitest.cc', | 4051 'test/ui/history_uitest.cc', |
| 4051 'test/ui/layout_plugin_uitest.cc', | 4052 'test/ui/layout_plugin_uitest.cc', |
| 4052 'test/ui/npapi_uitest.cc', | 4053 'test/ui/npapi_uitest.cc', |
| 4053 'test/ui/omnibox_uitest.cc', | 4054 'test/ui/omnibox_uitest.cc', |
| 4054 'test/ui/sandbox_uitests.cc', | 4055 'test/ui/sandbox_uitests.cc', |
| 4055 'test/ui/sunspider_uitest.cc', | 4056 'test/ui/sunspider_uitest.cc', |
| 4056 'test/ui/v8_benchmark_uitest.cc', | 4057 'test/ui/v8_benchmark_uitest.cc', |
| 4057 'worker/worker_uitest.cc', | 4058 'worker/worker_uitest.cc', |
| 4058 ], | 4059 ], |
| 4059 'conditions': [ | 4060 'conditions': [ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 4087 'sources!': [ | 4088 'sources!': [ |
| 4088 # TODO(port) | 4089 # TODO(port) |
| 4089 'app/chrome_main_uitest.cc', | 4090 'app/chrome_main_uitest.cc', |
| 4090 'browser/login_prompt_uitest.cc', | 4091 'browser/login_prompt_uitest.cc', |
| 4091 'browser/metrics/metrics_service_uitest.cc', | 4092 'browser/metrics/metrics_service_uitest.cc', |
| 4092 # leaves an extra window on screen after test completes. | 4093 # leaves an extra window on screen after test completes. |
| 4093 'browser/sessions/session_restore_uitest.cc', | 4094 'browser/sessions/session_restore_uitest.cc', |
| 4094 # puts up modal dialogs. | 4095 # puts up modal dialogs. |
| 4095 'browser/unload_uitest.cc', | 4096 'browser/unload_uitest.cc', |
| 4096 'test/reliability/page_load_test.cc', | 4097 'test/reliability/page_load_test.cc', |
| 4098 'test/ui/fast_shutdown_uitest.cc', |
| 4097 'test/ui/layout_plugin_uitest.cc', | 4099 'test/ui/layout_plugin_uitest.cc', |
| 4098 'test/ui/omnibox_uitest.cc', | 4100 'test/ui/omnibox_uitest.cc', |
| 4099 ], | 4101 ], |
| 4100 }], | 4102 }], |
| 4101 ['OS=="win"', { | 4103 ['OS=="win"', { |
| 4102 'include_dirs': [ | 4104 'include_dirs': [ |
| 4103 'third_party/wtl/include', | 4105 'third_party/wtl/include', |
| 4104 ], | 4106 ], |
| 4105 'dependencies': [ | 4107 'dependencies': [ |
| 4106 'crash_service', # run time dependency | 4108 'crash_service', # run time dependency |
| (...skipping 2683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6790 'defines': [ | 6792 'defines': [ |
| 6791 'POSIX', | 6793 'POSIX', |
| 6792 ], | 6794 ], |
| 6793 }], | 6795 }], |
| 6794 ], | 6796 ], |
| 6795 }, | 6797 }, |
| 6796 ], # targets when chrome_personalization==1 | 6798 ], # targets when chrome_personalization==1 |
| 6797 }], | 6799 }], |
| 6798 ], # 'conditions' | 6800 ], # 'conditions' |
| 6799 } | 6801 } |
| OLD | NEW |