Chromium Code Reviews| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 149 'precache/core/precache_database_unittest.cc', | 149 'precache/core/precache_database_unittest.cc', |
| 150 'precache/core/precache_fetcher_unittest.cc', | 150 'precache/core/precache_fetcher_unittest.cc', |
| 151 'precache/core/precache_url_table_unittest.cc', | 151 'precache/core/precache_url_table_unittest.cc', |
| 152 'query_parser/query_parser_unittest.cc', | 152 'query_parser/query_parser_unittest.cc', |
| 153 'query_parser/snippet_unittest.cc', | 153 'query_parser/snippet_unittest.cc', |
| 154 'rappor/bloom_filter_unittest.cc', | 154 'rappor/bloom_filter_unittest.cc', |
| 155 'rappor/byte_vector_utils_unittest.cc', | 155 'rappor/byte_vector_utils_unittest.cc', |
| 156 'rappor/log_uploader_unittest.cc', | 156 'rappor/log_uploader_unittest.cc', |
| 157 'rappor/rappor_metric_unittest.cc', | 157 'rappor/rappor_metric_unittest.cc', |
| 158 'rappor/rappor_service_unittest.cc', | 158 'rappor/rappor_service_unittest.cc', |
| 159 'search_engines/default_search_manager_unittest.cc', | |
| 160 'search_engines/default_search_policy_handler_unittest.cc', | |
| 161 'search_engines/search_host_to_urls_map_unittest.cc', | |
| 162 'search_engines/template_url_prepopulate_data_unittest.cc', | |
| 163 'search_engines/template_url_service_util_unittest.cc', | |
| 164 'search_engines/template_url_unittest.cc', | |
| 159 'search_provider_logos/logo_cache_unittest.cc', | 165 'search_provider_logos/logo_cache_unittest.cc', |
| 160 'search_provider_logos/logo_tracker_unittest.cc', | 166 'search_provider_logos/logo_tracker_unittest.cc', |
| 161 'sessions/serialized_navigation_entry_unittest.cc', | 167 'sessions/serialized_navigation_entry_unittest.cc', |
| 162 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', | 168 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', |
| 163 'signin/core/browser/signin_error_controller_unittest.cc', | 169 'signin/core/browser/signin_error_controller_unittest.cc', |
| 164 'signin/core/browser/webdata/token_service_table_unittest.cc', | 170 'signin/core/browser/webdata/token_service_table_unittest.cc', |
| 165 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', | 171 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', |
| 166 'storage_monitor/image_capture_device_manager_unittest.mm', | 172 'storage_monitor/image_capture_device_manager_unittest.mm', |
| 167 'storage_monitor/media_storage_util_unittest.cc', | 173 'storage_monitor/media_storage_util_unittest.cc', |
| 168 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', | 174 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 329 | 335 |
| 330 # Dependencies of pref_registry | 336 # Dependencies of pref_registry |
| 331 'components.gyp:pref_registry_test_support', | 337 'components.gyp:pref_registry_test_support', |
| 332 | 338 |
| 333 # Dependencies of query_parser | 339 # Dependencies of query_parser |
| 334 'components.gyp:query_parser', | 340 'components.gyp:query_parser', |
| 335 | 341 |
| 336 # Dependencies of rappor | 342 # Dependencies of rappor |
| 337 'components.gyp:rappor', | 343 'components.gyp:rappor', |
| 338 | 344 |
| 345 # Dependencies of search_engines | |
| 346 'components.gyp:search_engines', | |
| 347 | |
| 339 # Dependencies of search_provider_logos | 348 # Dependencies of search_provider_logos |
| 340 'components.gyp:search_provider_logos', | 349 'components.gyp:search_provider_logos', |
| 341 | 350 |
| 342 # Dependencies of signin | 351 # Dependencies of signin |
| 343 'components.gyp:signin_core_browser', | 352 'components.gyp:signin_core_browser', |
| 344 'components.gyp:signin_core_browser_test_support', | 353 'components.gyp:signin_core_browser_test_support', |
| 345 '../google_apis/google_apis.gyp:google_apis_test_support', | 354 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 346 | 355 |
| 347 # Dependencies of sync_driver | 356 # Dependencies of sync_driver |
| 348 'components.gyp:sync_driver_test_support', | 357 'components.gyp:sync_driver_test_support', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 432 ['include', '^history/'], | 441 ['include', '^history/'], |
| 433 ['include', '^invalidation/'], | 442 ['include', '^invalidation/'], |
| 434 ['include', '^json_schema/'], | 443 ['include', '^json_schema/'], |
| 435 ['include', '^keyed_service/core/'], | 444 ['include', '^keyed_service/core/'], |
| 436 ['include', '^language_usage_metrics/'], | 445 ['include', '^language_usage_metrics/'], |
| 437 ['include', '^leveldb_proto/'], | 446 ['include', '^leveldb_proto/'], |
| 438 ['include', '^metrics/'], | 447 ['include', '^metrics/'], |
| 439 ['include', '^network_time/'], | 448 ['include', '^network_time/'], |
| 440 ['include', '^password_manager/'], | 449 ['include', '^password_manager/'], |
| 441 ['include', '^precache/core/'], | 450 ['include', '^precache/core/'], |
| 442 ['include', '^search_provider_logos/'], | 451 ['include', '^search_provider_logos/'], |
|
blundell
2014/07/10 07:50:17
please add search_engines/ to this list.
hashimoto
2014/07/10 08:52:28
Done.
| |
| 443 ['include', '^signin/'], | 452 ['include', '^signin/'], |
| 444 ['include', '^sync_driver/'], | 453 ['include', '^sync_driver/'], |
| 445 ['include', '^translate/'], | 454 ['include', '^translate/'], |
| 446 ['include', '^url_fixer/'], | 455 ['include', '^url_fixer/'], |
| 447 ['include', '^variations/'], | 456 ['include', '^variations/'], |
| 448 ], | 457 ], |
| 449 'dependencies': [ | 458 'dependencies': [ |
| 450 # Dependencies of signin | 459 # Dependencies of signin |
| 451 'components.gyp:signin_ios_browser', | 460 'components.gyp:signin_ios_browser', |
| 452 '../ios/ios_tests.gyp:test_support_ios', | 461 '../ios/ios_tests.gyp:test_support_ios', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 624 'policy/core/common/policy_loader_win_unittest.cc', | 633 'policy/core/common/policy_loader_win_unittest.cc', |
| 625 'policy/core/common/policy_map_unittest.cc', | 634 'policy/core/common/policy_map_unittest.cc', |
| 626 'policy/core/common/policy_provider_android_unittest.cc', | 635 'policy/core/common/policy_provider_android_unittest.cc', |
| 627 'policy/core/common/policy_service_impl_unittest.cc', | 636 'policy/core/common/policy_service_impl_unittest.cc', |
| 628 'policy/core/common/policy_statistics_collector_unittest.cc', | 637 'policy/core/common/policy_statistics_collector_unittest.cc', |
| 629 'policy/core/common/preg_parser_win_unittest.cc', | 638 'policy/core/common/preg_parser_win_unittest.cc', |
| 630 'policy/core/common/registry_dict_win_unittest.cc', | 639 'policy/core/common/registry_dict_win_unittest.cc', |
| 631 'policy/core/common/schema_map_unittest.cc', | 640 'policy/core/common/schema_map_unittest.cc', |
| 632 'policy/core/common/schema_registry_unittest.cc', | 641 'policy/core/common/schema_registry_unittest.cc', |
| 633 'policy/core/common/schema_unittest.cc', | 642 'policy/core/common/schema_unittest.cc', |
| 643 'search_engines/default_search_policy_handler_unittest.cc', | |
| 634 ], | 644 ], |
| 635 'conditions': [ | 645 'conditions': [ |
| 636 ['OS=="android"', { | 646 ['OS=="android"', { |
| 637 'sources/': [ | 647 'sources/': [ |
| 638 ['exclude', '^policy/core/common/async_policy_provider_unitt est\\.cc'], | 648 ['exclude', '^policy/core/common/async_policy_provider_unitt est\\.cc'], |
| 639 ], | 649 ], |
| 640 }], | 650 }], |
| 641 ['OS=="android" or OS=="ios"', { | 651 ['OS=="android" or OS=="ios"', { |
| 642 # Note: 'sources!' is processed before any 'sources/', so the | 652 # Note: 'sources!' is processed before any 'sources/', so the |
| 643 # ['include', '^policy/'] on iOS above will include all of the | 653 # ['include', '^policy/'] on iOS above will include all of the |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 821 'dependencies': [ | 831 'dependencies': [ |
| 822 '../base/allocator/allocator.gyp:allocator', | 832 '../base/allocator/allocator.gyp:allocator', |
| 823 ], | 833 ], |
| 824 }], | 834 }], |
| 825 ], | 835 ], |
| 826 }, | 836 }, |
| 827 ], | 837 ], |
| 828 }], | 838 }], |
| 829 ], | 839 ], |
| 830 } | 840 } |
| OLD | NEW |