OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'json_schema/json_schema_validator_unittest_base.cc', | 104 'json_schema/json_schema_validator_unittest_base.cc', |
105 'json_schema/json_schema_validator_unittest_base.h', | 105 'json_schema/json_schema_validator_unittest_base.h', |
106 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 106 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
107 'keyed_service/core/dependency_graph_unittest.cc', | 107 'keyed_service/core/dependency_graph_unittest.cc', |
108 'language_usage_metrics/language_usage_metrics_unittest.cc', | 108 'language_usage_metrics/language_usage_metrics_unittest.cc', |
109 'metrics/machine_id_provider_win_unittest.cc', | 109 'metrics/machine_id_provider_win_unittest.cc', |
110 'metrics/metrics_hashes_unittest.cc', | 110 'metrics/metrics_hashes_unittest.cc', |
111 'metrics/metrics_log_base_unittest.cc', | 111 'metrics/metrics_log_base_unittest.cc', |
112 'metrics/metrics_log_manager_unittest.cc', | 112 'metrics/metrics_log_manager_unittest.cc', |
113 'metrics/metrics_reporting_scheduler_unittest.cc', | 113 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 114 'metrics/metrics_state_manager_unittest.cc', |
114 'metrics/net/compression_utils_unittest.cc', | 115 'metrics/net/compression_utils_unittest.cc', |
115 'metrics/persisted_logs_unittest.cc', | 116 'metrics/persisted_logs_unittest.cc', |
116 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 117 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
117 'os_crypt/ie7_password_win_unittest.cc', | 118 'os_crypt/ie7_password_win_unittest.cc', |
118 'os_crypt/keychain_password_mac_unittest.mm', | 119 'os_crypt/keychain_password_mac_unittest.mm', |
119 'os_crypt/os_crypt_unittest.cc', | 120 'os_crypt/os_crypt_unittest.cc', |
120 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', | 121 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', |
121 'password_manager/core/browser/log_router_unittest.cc', | 122 'password_manager/core/browser/log_router_unittest.cc', |
122 'password_manager/core/browser/login_database_unittest.cc', | 123 'password_manager/core/browser/login_database_unittest.cc', |
123 'password_manager/core/browser/password_autofill_manager_unittest.cc
', | 124 'password_manager/core/browser/password_autofill_manager_unittest.cc
', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 ['include', '^auto_login_parser/'], | 371 ['include', '^auto_login_parser/'], |
371 ['include', '^autofill/core/'], | 372 ['include', '^autofill/core/'], |
372 ['include', '^bookmarks/'], | 373 ['include', '^bookmarks/'], |
373 ['include', '^data_reduction_proxy/'], | 374 ['include', '^data_reduction_proxy/'], |
374 ['include', '^dom_distiller/'], | 375 ['include', '^dom_distiller/'], |
375 ['include', '^gcm_driver/'], | 376 ['include', '^gcm_driver/'], |
376 ['include', '^invalidation/'], | 377 ['include', '^invalidation/'], |
377 ['include', '^json_schema/'], | 378 ['include', '^json_schema/'], |
378 ['include', '^keyed_service/core/'], | 379 ['include', '^keyed_service/core/'], |
379 ['include', '^language_usage_metrics/'], | 380 ['include', '^language_usage_metrics/'], |
| 381 ['include', '^metrics/'], |
380 ['include', '^password_manager/'], | 382 ['include', '^password_manager/'], |
381 ['include', '^precache/core/'], | 383 ['include', '^precache/core/'], |
382 ['include', '^search_provider_logos/'], | 384 ['include', '^search_provider_logos/'], |
383 ['include', '^signin/'], | 385 ['include', '^signin/'], |
384 ['include', '^sync_driver/'], | 386 ['include', '^sync_driver/'], |
385 ['include', '^translate/'], | 387 ['include', '^translate/'], |
386 ['include', '^variations/'], | 388 ['include', '^variations/'], |
387 ], | 389 ], |
388 'dependencies': [ | 390 'dependencies': [ |
389 # Dependencies of signin | 391 # Dependencies of signin |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'dependencies': [ | 731 'dependencies': [ |
730 '../base/allocator/allocator.gyp:allocator', | 732 '../base/allocator/allocator.gyp:allocator', |
731 ], | 733 ], |
732 }], | 734 }], |
733 ], | 735 ], |
734 }, | 736 }, |
735 ], | 737 ], |
736 }], | 738 }], |
737 ], | 739 ], |
738 } | 740 } |
OLD | NEW |