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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'password_manager/core/browser/log_router_unittest.cc', | 148 'password_manager/core/browser/log_router_unittest.cc', |
149 'password_manager/core/browser/login_database_unittest.cc', | 149 'password_manager/core/browser/login_database_unittest.cc', |
150 'password_manager/core/browser/password_autofill_manager_unittest.cc
', | 150 'password_manager/core/browser/password_autofill_manager_unittest.cc
', |
151 'password_manager/core/browser/password_form_manager_unittest.cc', | 151 'password_manager/core/browser/password_form_manager_unittest.cc', |
152 'password_manager/core/browser/password_generation_manager_unittest.
cc', | 152 'password_manager/core/browser/password_generation_manager_unittest.
cc', |
153 'password_manager/core/browser/password_manager_unittest.cc', | 153 'password_manager/core/browser/password_manager_unittest.cc', |
154 'password_manager/core/browser/password_store_default_unittest.cc', | 154 'password_manager/core/browser/password_store_default_unittest.cc', |
155 'password_manager/core/browser/password_store_unittest.cc', | 155 'password_manager/core/browser/password_store_unittest.cc', |
156 'password_manager/core/browser/password_syncable_service_unittest.cc
', | 156 'password_manager/core/browser/password_syncable_service_unittest.cc
', |
157 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 157 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 158 'power/origin_power_map_unittest.cc', |
158 'precache/content/precache_manager_unittest.cc', | 159 'precache/content/precache_manager_unittest.cc', |
159 'precache/core/precache_database_unittest.cc', | 160 'precache/core/precache_database_unittest.cc', |
160 'precache/core/precache_fetcher_unittest.cc', | 161 'precache/core/precache_fetcher_unittest.cc', |
161 'precache/core/precache_url_table_unittest.cc', | 162 'precache/core/precache_url_table_unittest.cc', |
162 'query_parser/query_parser_unittest.cc', | 163 'query_parser/query_parser_unittest.cc', |
163 'query_parser/snippet_unittest.cc', | 164 'query_parser/snippet_unittest.cc', |
164 'rappor/bloom_filter_unittest.cc', | 165 'rappor/bloom_filter_unittest.cc', |
165 'rappor/byte_vector_utils_unittest.cc', | 166 'rappor/byte_vector_utils_unittest.cc', |
166 'rappor/log_uploader_unittest.cc', | 167 'rappor/log_uploader_unittest.cc', |
167 'rappor/rappor_metric_unittest.cc', | 168 'rappor/rappor_metric_unittest.cc', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'components.gyp:omnibox', | 342 'components.gyp:omnibox', |
342 'components.gyp:omnibox_test_support', | 343 'components.gyp:omnibox_test_support', |
343 | 344 |
344 # Dependencies of os_crypt | 345 # Dependencies of os_crypt |
345 'components.gyp:os_crypt', | 346 'components.gyp:os_crypt', |
346 | 347 |
347 # Dependencies of password_manager | 348 # Dependencies of password_manager |
348 'components.gyp:password_manager_core_browser', | 349 'components.gyp:password_manager_core_browser', |
349 'components.gyp:password_manager_core_browser_test_support', | 350 'components.gyp:password_manager_core_browser_test_support', |
350 | 351 |
| 352 # Dependencies of power |
| 353 'components.gyp:power', |
| 354 |
351 # Dependencies of precache/core | 355 # Dependencies of precache/core |
352 'components.gyp:password_manager_core_browser', | 356 'components.gyp:password_manager_core_browser', |
353 'components.gyp:precache_core', | 357 'components.gyp:precache_core', |
354 | 358 |
355 # Dependencies of pref_registry | 359 # Dependencies of pref_registry |
356 'components.gyp:pref_registry_test_support', | 360 'components.gyp:pref_registry_test_support', |
357 | 361 |
358 # Dependencies of query_parser | 362 # Dependencies of query_parser |
359 'components.gyp:query_parser', | 363 'components.gyp:query_parser', |
360 | 364 |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 'dependencies': [ | 893 'dependencies': [ |
890 '../base/allocator/allocator.gyp:allocator', | 894 '../base/allocator/allocator.gyp:allocator', |
891 ], | 895 ], |
892 }], | 896 }], |
893 ], | 897 ], |
894 }, | 898 }, |
895 ], | 899 ], |
896 }], | 900 }], |
897 ], | 901 ], |
898 } | 902 } |
OLD | NEW |