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/search_android_unittest.cc', | |
160 'search/search_unittest.cc', | |
159 'search_engines/default_search_manager_unittest.cc', | 161 'search_engines/default_search_manager_unittest.cc', |
160 'search_engines/default_search_policy_handler_unittest.cc', | 162 'search_engines/default_search_policy_handler_unittest.cc', |
161 'search_engines/search_host_to_urls_map_unittest.cc', | 163 'search_engines/search_host_to_urls_map_unittest.cc', |
162 'search_engines/template_url_prepopulate_data_unittest.cc', | 164 'search_engines/template_url_prepopulate_data_unittest.cc', |
163 'search_engines/template_url_service_util_unittest.cc', | 165 'search_engines/template_url_service_util_unittest.cc', |
164 'search_engines/template_url_unittest.cc', | 166 'search_engines/template_url_unittest.cc', |
165 'search_provider_logos/logo_cache_unittest.cc', | 167 'search_provider_logos/logo_cache_unittest.cc', |
166 'search_provider_logos/logo_tracker_unittest.cc', | 168 'search_provider_logos/logo_tracker_unittest.cc', |
167 'sessions/serialized_navigation_entry_unittest.cc', | 169 'sessions/serialized_navigation_entry_unittest.cc', |
168 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', | 170 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
336 | 338 |
337 # Dependencies of pref_registry | 339 # Dependencies of pref_registry |
338 'components.gyp:pref_registry_test_support', | 340 'components.gyp:pref_registry_test_support', |
339 | 341 |
340 # Dependencies of query_parser | 342 # Dependencies of query_parser |
341 'components.gyp:query_parser', | 343 'components.gyp:query_parser', |
342 | 344 |
343 # Dependencies of rappor | 345 # Dependencies of rappor |
344 'components.gyp:rappor', | 346 'components.gyp:rappor', |
345 | 347 |
348 # Dependencies of search | |
349 'components.gyp:search', | |
350 | |
346 # Dependencies of search_engines | 351 # Dependencies of search_engines |
347 'components.gyp:search_engines', | 352 'components.gyp:search_engines', |
348 | 353 |
349 # Dependencies of search_provider_logos | 354 # Dependencies of search_provider_logos |
350 'components.gyp:search_provider_logos', | 355 'components.gyp:search_provider_logos', |
351 | 356 |
352 # Dependencies of signin | 357 # Dependencies of signin |
353 'components.gyp:signin_core_browser', | 358 'components.gyp:signin_core_browser', |
354 'components.gyp:signin_core_browser_test_support', | 359 'components.gyp:signin_core_browser_test_support', |
355 '../google_apis/google_apis.gyp:google_apis_test_support', | 360 '../google_apis/google_apis.gyp:google_apis_test_support', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
442 ['include', '^history/'], | 447 ['include', '^history/'], |
443 ['include', '^invalidation/'], | 448 ['include', '^invalidation/'], |
444 ['include', '^json_schema/'], | 449 ['include', '^json_schema/'], |
445 ['include', '^keyed_service/core/'], | 450 ['include', '^keyed_service/core/'], |
446 ['include', '^language_usage_metrics/'], | 451 ['include', '^language_usage_metrics/'], |
447 ['include', '^leveldb_proto/'], | 452 ['include', '^leveldb_proto/'], |
448 ['include', '^metrics/'], | 453 ['include', '^metrics/'], |
449 ['include', '^network_time/'], | 454 ['include', '^network_time/'], |
450 ['include', '^password_manager/'], | 455 ['include', '^password_manager/'], |
451 ['include', '^precache/core/'], | 456 ['include', '^precache/core/'], |
452 ['include', '^search_engines/'], | 457 ['include', '^search_engines/'], |
blundell
2014/07/16 08:58:30
Please add search/ here.
Jun Mukai
2014/07/16 20:00:09
Hmm, the function I moved considers OS_IOS, does i
Jun Mukai
2014/07/17 17:17:06
blundell, could you answer my question?
Jun Mukai
2014/07/18 16:48:29
seems my response was based on a weird misundersta
| |
453 ['include', '^search_provider_logos/'], | 458 ['include', '^search_provider_logos/'], |
454 ['include', '^signin/'], | 459 ['include', '^signin/'], |
455 ['include', '^sync_driver/'], | 460 ['include', '^sync_driver/'], |
456 ['include', '^translate/'], | 461 ['include', '^translate/'], |
457 ['include', '^url_fixer/'], | 462 ['include', '^url_fixer/'], |
458 ['include', '^variations/'], | 463 ['include', '^variations/'], |
459 ], | 464 ], |
460 'dependencies': [ | 465 'dependencies': [ |
461 # Dependencies of signin | 466 # Dependencies of signin |
462 'components.gyp:signin_ios_browser', | 467 'components.gyp:signin_ios_browser', |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
832 'dependencies': [ | 837 'dependencies': [ |
833 '../base/allocator/allocator.gyp:allocator', | 838 '../base/allocator/allocator.gyp:allocator', |
834 ], | 839 ], |
835 }], | 840 }], |
836 ], | 841 ], |
837 }, | 842 }, |
838 ], | 843 ], |
839 }], | 844 }], |
840 ], | 845 ], |
841 } | 846 } |
OLD | NEW |