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 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'metrics/machine_id_provider_win_unittest.cc', | 119 'metrics/machine_id_provider_win_unittest.cc', |
120 'metrics/metrics_hashes_unittest.cc', | 120 'metrics/metrics_hashes_unittest.cc', |
121 'metrics/metrics_log_manager_unittest.cc', | 121 'metrics/metrics_log_manager_unittest.cc', |
122 'metrics/metrics_log_unittest.cc', | 122 'metrics/metrics_log_unittest.cc', |
123 'metrics/metrics_reporting_scheduler_unittest.cc', | 123 'metrics/metrics_reporting_scheduler_unittest.cc', |
124 'metrics/metrics_service_unittest.cc', | 124 'metrics/metrics_service_unittest.cc', |
125 'metrics/metrics_state_manager_unittest.cc', | 125 'metrics/metrics_state_manager_unittest.cc', |
126 'metrics/persisted_logs_unittest.cc', | 126 'metrics/persisted_logs_unittest.cc', |
127 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 127 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
128 'network_time/network_time_tracker_unittest.cc', | 128 'network_time/network_time_tracker_unittest.cc', |
| 129 'omaha_query_params/omaha_query_params_unittest.cc', |
129 'os_crypt/ie7_password_win_unittest.cc', | 130 'os_crypt/ie7_password_win_unittest.cc', |
130 'os_crypt/keychain_password_mac_unittest.mm', | 131 'os_crypt/keychain_password_mac_unittest.mm', |
131 'os_crypt/os_crypt_unittest.cc', | 132 'os_crypt/os_crypt_unittest.cc', |
132 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', | 133 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', |
133 'password_manager/core/browser/log_router_unittest.cc', | 134 'password_manager/core/browser/log_router_unittest.cc', |
134 'password_manager/core/browser/login_database_unittest.cc', | 135 'password_manager/core/browser/login_database_unittest.cc', |
135 'password_manager/core/browser/password_autofill_manager_unittest.cc
', | 136 'password_manager/core/browser/password_autofill_manager_unittest.cc
', |
136 'password_manager/core/browser/password_form_manager_unittest.cc', | 137 'password_manager/core/browser/password_form_manager_unittest.cc', |
137 'password_manager/core/browser/password_generation_manager_unittest.
cc', | 138 'password_manager/core/browser/password_generation_manager_unittest.
cc', |
138 'password_manager/core/browser/password_manager_unittest.cc', | 139 'password_manager/core/browser/password_manager_unittest.cc', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'components.gyp:leveldb_proto_test_support', | 293 'components.gyp:leveldb_proto_test_support', |
293 | 294 |
294 # Dependencies of metrics | 295 # Dependencies of metrics |
295 'components.gyp:metrics', | 296 'components.gyp:metrics', |
296 'components.gyp:metrics_net', | 297 'components.gyp:metrics_net', |
297 'components.gyp:metrics_test_support', | 298 'components.gyp:metrics_test_support', |
298 | 299 |
299 # Dependencies of network_time | 300 # Dependencies of network_time |
300 'components.gyp:network_time', | 301 'components.gyp:network_time', |
301 | 302 |
| 303 # Dependencies of omaha_query_params |
| 304 'components.gyp:omaha_query_params', |
| 305 |
302 # Dependencies of os_crypt | 306 # Dependencies of os_crypt |
303 'components.gyp:os_crypt', | 307 'components.gyp:os_crypt', |
304 | 308 |
305 # Dependencies of password_manager | 309 # Dependencies of password_manager |
306 'components.gyp:password_manager_core_browser', | 310 'components.gyp:password_manager_core_browser', |
307 'components.gyp:password_manager_core_browser_test_support', | 311 'components.gyp:password_manager_core_browser_test_support', |
308 | 312 |
309 # Dependencies of precache/core | 313 # Dependencies of precache/core |
310 'components.gyp:password_manager_core_browser', | 314 'components.gyp:password_manager_core_browser', |
311 'components.gyp:precache_core', | 315 'components.gyp:precache_core', |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 'dependencies': [ | 804 'dependencies': [ |
801 '../base/allocator/allocator.gyp:allocator', | 805 '../base/allocator/allocator.gyp:allocator', |
802 ], | 806 ], |
803 }], | 807 }], |
804 ], | 808 ], |
805 }, | 809 }, |
806 ], | 810 ], |
807 }], | 811 }], |
808 ], | 812 ], |
809 } | 813 } |
OLD | NEW |