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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc', | 110 'enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc', |
111 'enhanced_bookmarks/image_store_ios_unittest.mm', | 111 'enhanced_bookmarks/image_store_ios_unittest.mm', |
112 'enhanced_bookmarks/image_store_unittest.cc', | 112 'enhanced_bookmarks/image_store_unittest.cc', |
113 'enhanced_bookmarks/metadata_accessor_unittest.cc', | 113 'enhanced_bookmarks/metadata_accessor_unittest.cc', |
114 'feedback/feedback_common_unittest.cc', | 114 'feedback/feedback_common_unittest.cc', |
115 'feedback/feedback_data_unittest.cc', | 115 'feedback/feedback_data_unittest.cc', |
116 'feedback/feedback_uploader_unittest.cc', | 116 'feedback/feedback_uploader_unittest.cc', |
117 'gcm_driver/gcm_client_impl_unittest.cc', | 117 'gcm_driver/gcm_client_impl_unittest.cc', |
118 'gcm_driver/gcm_driver_desktop_unittest.cc', | 118 'gcm_driver/gcm_driver_desktop_unittest.cc', |
119 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 119 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 120 'google/core/browser/google_util_unittest.cc', |
120 'history/core/browser/url_database_unittest.cc', | 121 'history/core/browser/url_database_unittest.cc', |
121 'history/core/common/thumbnail_score_unittest.cc', | 122 'history/core/common/thumbnail_score_unittest.cc', |
122 'invalidation/invalidation_logger_unittest.cc', | 123 'invalidation/invalidation_logger_unittest.cc', |
123 'json_schema/json_schema_validator_unittest.cc', | 124 'json_schema/json_schema_validator_unittest.cc', |
124 'json_schema/json_schema_validator_unittest_base.cc', | 125 'json_schema/json_schema_validator_unittest_base.cc', |
125 'json_schema/json_schema_validator_unittest_base.h', | 126 'json_schema/json_schema_validator_unittest_base.h', |
126 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 127 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
127 'keyed_service/core/dependency_graph_unittest.cc', | 128 'keyed_service/core/dependency_graph_unittest.cc', |
128 'language_usage_metrics/language_usage_metrics_unittest.cc', | 129 'language_usage_metrics/language_usage_metrics_unittest.cc', |
129 'leveldb_proto/proto_database_impl_unittest.cc', | 130 'leveldb_proto/proto_database_impl_unittest.cc', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'components.gyp:enhanced_bookmarks', | 302 'components.gyp:enhanced_bookmarks', |
302 'components.gyp:enhanced_bookmarks_test_support', | 303 'components.gyp:enhanced_bookmarks_test_support', |
303 | 304 |
304 # Dependencies of feedback | 305 # Dependencies of feedback |
305 'components.gyp:feedback_component', | 306 'components.gyp:feedback_component', |
306 | 307 |
307 # Dependencies of gcm | 308 # Dependencies of gcm |
308 'components.gyp:gcm_driver', | 309 'components.gyp:gcm_driver', |
309 'components.gyp:gcm_driver_test_support', | 310 'components.gyp:gcm_driver_test_support', |
310 | 311 |
| 312 # Dependencies of google |
| 313 'components.gyp:google_core_browser', |
| 314 |
311 # Dependencies of history | 315 # Dependencies of history |
312 'components.gyp:history_core_browser', | 316 'components.gyp:history_core_browser', |
313 'components.gyp:history_core_common', | 317 'components.gyp:history_core_common', |
314 | 318 |
315 # Dependencies of infobar | 319 # Dependencies of infobar |
316 'components.gyp:infobars_test_support', | 320 'components.gyp:infobars_test_support', |
317 | 321 |
318 # Dependencies of invalidation | 322 # Dependencies of invalidation |
319 'components.gyp:invalidation', | 323 'components.gyp:invalidation', |
320 'components.gyp:invalidation_test_support', | 324 'components.gyp:invalidation_test_support', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 ['exclude', '\\.cc$'], | 480 ['exclude', '\\.cc$'], |
477 ['exclude', '\\.mm$'], | 481 ['exclude', '\\.mm$'], |
478 ['include', '^test/run_all_unittests\\.cc$'], | 482 ['include', '^test/run_all_unittests\\.cc$'], |
479 ['include', '^auto_login_parser/'], | 483 ['include', '^auto_login_parser/'], |
480 ['include', '^autofill/core/'], | 484 ['include', '^autofill/core/'], |
481 ['include', '^bookmarks/'], | 485 ['include', '^bookmarks/'], |
482 ['include', '^data_reduction_proxy/'], | 486 ['include', '^data_reduction_proxy/'], |
483 ['include', '^dom_distiller/'], | 487 ['include', '^dom_distiller/'], |
484 ['include', '^enhanced_bookmarks/'], | 488 ['include', '^enhanced_bookmarks/'], |
485 ['include', '^gcm_driver/'], | 489 ['include', '^gcm_driver/'], |
| 490 ['include', '^google/'], |
486 ['include', '^history/'], | 491 ['include', '^history/'], |
487 ['include', '^invalidation/'], | 492 ['include', '^invalidation/'], |
488 ['include', '^json_schema/'], | 493 ['include', '^json_schema/'], |
489 ['include', '^keyed_service/core/'], | 494 ['include', '^keyed_service/core/'], |
490 ['include', '^language_usage_metrics/'], | 495 ['include', '^language_usage_metrics/'], |
491 ['include', '^leveldb_proto/'], | 496 ['include', '^leveldb_proto/'], |
492 ['include', '^metrics/'], | 497 ['include', '^metrics/'], |
493 ['include', '^network_time/'], | 498 ['include', '^network_time/'], |
494 ['include', '^password_manager/'], | 499 ['include', '^password_manager/'], |
495 ['include', '^precache/core/'], | 500 ['include', '^precache/core/'], |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 'dependencies': [ | 916 'dependencies': [ |
912 '../base/allocator/allocator.gyp:allocator', | 917 '../base/allocator/allocator.gyp:allocator', |
913 ], | 918 ], |
914 }], | 919 }], |
915 ], | 920 ], |
916 }, | 921 }, |
917 ], | 922 ], |
918 }], | 923 }], |
919 ], | 924 ], |
920 } | 925 } |
OLD | NEW |