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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'precache/core/precache_database_unittest.cc', | 155 'precache/core/precache_database_unittest.cc', |
156 'precache/core/precache_fetcher_unittest.cc', | 156 'precache/core/precache_fetcher_unittest.cc', |
157 'precache/core/precache_url_table_unittest.cc', | 157 'precache/core/precache_url_table_unittest.cc', |
158 'query_parser/query_parser_unittest.cc', | 158 'query_parser/query_parser_unittest.cc', |
159 'query_parser/snippet_unittest.cc', | 159 'query_parser/snippet_unittest.cc', |
160 'rappor/bloom_filter_unittest.cc', | 160 'rappor/bloom_filter_unittest.cc', |
161 'rappor/byte_vector_utils_unittest.cc', | 161 'rappor/byte_vector_utils_unittest.cc', |
162 'rappor/log_uploader_unittest.cc', | 162 'rappor/log_uploader_unittest.cc', |
163 'rappor/rappor_metric_unittest.cc', | 163 'rappor/rappor_metric_unittest.cc', |
164 'rappor/rappor_service_unittest.cc', | 164 'rappor/rappor_service_unittest.cc', |
| 165 'search/search_android_unittest.cc', |
| 166 'search/search_unittest.cc', |
165 'search_engines/default_search_manager_unittest.cc', | 167 'search_engines/default_search_manager_unittest.cc', |
166 'search_engines/default_search_policy_handler_unittest.cc', | 168 'search_engines/default_search_policy_handler_unittest.cc', |
167 'search_engines/search_host_to_urls_map_unittest.cc', | 169 'search_engines/search_host_to_urls_map_unittest.cc', |
168 'search_engines/template_url_prepopulate_data_unittest.cc', | 170 'search_engines/template_url_prepopulate_data_unittest.cc', |
169 'search_engines/template_url_service_util_unittest.cc', | 171 'search_engines/template_url_service_util_unittest.cc', |
170 'search_engines/template_url_unittest.cc', | 172 'search_engines/template_url_unittest.cc', |
171 'search_provider_logos/logo_cache_unittest.cc', | 173 'search_provider_logos/logo_cache_unittest.cc', |
172 'search_provider_logos/logo_tracker_unittest.cc', | 174 'search_provider_logos/logo_tracker_unittest.cc', |
173 'sessions/serialized_navigation_entry_unittest.cc', | 175 'sessions/serialized_navigation_entry_unittest.cc', |
174 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', | 176 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 | 346 |
345 # Dependencies of pref_registry | 347 # Dependencies of pref_registry |
346 'components.gyp:pref_registry_test_support', | 348 'components.gyp:pref_registry_test_support', |
347 | 349 |
348 # Dependencies of query_parser | 350 # Dependencies of query_parser |
349 'components.gyp:query_parser', | 351 'components.gyp:query_parser', |
350 | 352 |
351 # Dependencies of rappor | 353 # Dependencies of rappor |
352 'components.gyp:rappor', | 354 'components.gyp:rappor', |
353 | 355 |
| 356 # Dependencies of search |
| 357 'components.gyp:search', |
| 358 |
354 # Dependencies of search_engines | 359 # Dependencies of search_engines |
355 'components.gyp:search_engines', | 360 'components.gyp:search_engines', |
356 | 361 |
357 # Dependencies of search_provider_logos | 362 # Dependencies of search_provider_logos |
358 'components.gyp:search_provider_logos', | 363 'components.gyp:search_provider_logos', |
359 | 364 |
360 # Dependencies of signin | 365 # Dependencies of signin |
361 'components.gyp:signin_core_browser', | 366 'components.gyp:signin_core_browser', |
362 'components.gyp:signin_core_browser_test_support', | 367 'components.gyp:signin_core_browser_test_support', |
363 '../google_apis/google_apis.gyp:google_apis_test_support', | 368 '../google_apis/google_apis.gyp:google_apis_test_support', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 ['include', '^history/'], | 455 ['include', '^history/'], |
451 ['include', '^invalidation/'], | 456 ['include', '^invalidation/'], |
452 ['include', '^json_schema/'], | 457 ['include', '^json_schema/'], |
453 ['include', '^keyed_service/core/'], | 458 ['include', '^keyed_service/core/'], |
454 ['include', '^language_usage_metrics/'], | 459 ['include', '^language_usage_metrics/'], |
455 ['include', '^leveldb_proto/'], | 460 ['include', '^leveldb_proto/'], |
456 ['include', '^metrics/'], | 461 ['include', '^metrics/'], |
457 ['include', '^network_time/'], | 462 ['include', '^network_time/'], |
458 ['include', '^password_manager/'], | 463 ['include', '^password_manager/'], |
459 ['include', '^precache/core/'], | 464 ['include', '^precache/core/'], |
| 465 ['include', '^search/'], |
460 ['include', '^search_engines/'], | 466 ['include', '^search_engines/'], |
461 ['include', '^search_provider_logos/'], | 467 ['include', '^search_provider_logos/'], |
462 ['include', '^signin/'], | 468 ['include', '^signin/'], |
463 ['include', '^sync_driver/'], | 469 ['include', '^sync_driver/'], |
464 ['include', '^translate/'], | 470 ['include', '^translate/'], |
465 ['include', '^url_fixer/'], | 471 ['include', '^url_fixer/'], |
466 ['include', '^variations/'], | 472 ['include', '^variations/'], |
467 ], | 473 ], |
468 'dependencies': [ | 474 'dependencies': [ |
469 # Dependencies of signin | 475 # Dependencies of signin |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'dependencies': [ | 851 'dependencies': [ |
846 '../base/allocator/allocator.gyp:allocator', | 852 '../base/allocator/allocator.gyp:allocator', |
847 ], | 853 ], |
848 }], | 854 }], |
849 ], | 855 ], |
850 }, | 856 }, |
851 ], | 857 ], |
852 }], | 858 }], |
853 ], | 859 ], |
854 } | 860 } |
OLD | NEW |