Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Side by Side Diff: components/components_tests.gyp

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 177 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
178 'storage_monitor/image_capture_device_manager_unittest.mm', 178 'storage_monitor/image_capture_device_manager_unittest.mm',
179 'storage_monitor/media_storage_util_unittest.cc', 179 'storage_monitor/media_storage_util_unittest.cc',
180 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 180 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
181 'storage_monitor/storage_info_unittest.cc', 181 'storage_monitor/storage_info_unittest.cc',
182 'storage_monitor/storage_monitor_chromeos_unittest.cc', 182 'storage_monitor/storage_monitor_chromeos_unittest.cc',
183 'storage_monitor/storage_monitor_linux_unittest.cc', 183 'storage_monitor/storage_monitor_linux_unittest.cc',
184 'storage_monitor/storage_monitor_mac_unittest.mm', 184 'storage_monitor/storage_monitor_mac_unittest.mm',
185 'storage_monitor/storage_monitor_unittest.cc', 185 'storage_monitor/storage_monitor_unittest.cc',
186 'storage_monitor/storage_monitor_win_unittest.cc', 186 'storage_monitor/storage_monitor_win_unittest.cc',
187 'suggestions/blacklist_store_unittest.cc',
188 'suggestions/suggestions_service_unittest.cc',
189 'suggestions/suggestions_store_unittest.cc',
187 'sync_driver/non_ui_data_type_controller_unittest.cc', 190 'sync_driver/non_ui_data_type_controller_unittest.cc',
188 'sync_driver/data_type_manager_impl_unittest.cc', 191 'sync_driver/data_type_manager_impl_unittest.cc',
189 'sync_driver/generic_change_processor_unittest.cc', 192 'sync_driver/generic_change_processor_unittest.cc',
190 'sync_driver/model_association_manager_unittest.cc', 193 'sync_driver/model_association_manager_unittest.cc',
191 'sync_driver/non_blocking_data_type_controller_unittest.cc', 194 'sync_driver/non_blocking_data_type_controller_unittest.cc',
192 'sync_driver/shared_change_processor_unittest.cc', 195 'sync_driver/shared_change_processor_unittest.cc',
193 'sync_driver/sync_prefs_unittest.cc', 196 'sync_driver/sync_prefs_unittest.cc',
194 'sync_driver/system_encryptor_unittest.cc', 197 'sync_driver/system_encryptor_unittest.cc',
195 'sync_driver/ui_data_type_controller_unittest.cc', 198 'sync_driver/ui_data_type_controller_unittest.cc',
196 'test/run_all_unittests.cc', 199 'test/run_all_unittests.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'components.gyp:search_engines', 358 'components.gyp:search_engines',
356 359
357 # Dependencies of search_provider_logos 360 # Dependencies of search_provider_logos
358 'components.gyp:search_provider_logos', 361 'components.gyp:search_provider_logos',
359 362
360 # Dependencies of signin 363 # Dependencies of signin
361 'components.gyp:signin_core_browser', 364 'components.gyp:signin_core_browser',
362 'components.gyp:signin_core_browser_test_support', 365 'components.gyp:signin_core_browser_test_support',
363 '../google_apis/google_apis.gyp:google_apis_test_support', 366 '../google_apis/google_apis.gyp:google_apis_test_support',
364 367
368 # Dependencies of suggestions
369 'components.gyp:suggestions',
370
365 # Dependencies of sync_driver 371 # Dependencies of sync_driver
366 'components.gyp:sync_driver_test_support', 372 'components.gyp:sync_driver_test_support',
367 373
368 # Dependencies of translate. 374 # Dependencies of translate.
369 'components.gyp:translate_core_browser', 375 'components.gyp:translate_core_browser',
370 'components.gyp:translate_core_common', 376 'components.gyp:translate_core_common',
371 'components.gyp:translate_core_language_detection', 377 'components.gyp:translate_core_language_detection',
372 378
373 # Dependencies of url_fixer 379 # Dependencies of url_fixer
374 'components.gyp:url_fixer', 380 'components.gyp:url_fixer',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 ['OS!="ios"', { 754 ['OS!="ios"', {
749 'targets': [ 755 'targets': [
750 { 756 {
751 'target_name': 'components_browsertests', 757 'target_name': 'components_browsertests',
752 'type': '<(gtest_target_type)', 758 'type': '<(gtest_target_type)',
753 'defines!': ['CONTENT_IMPLEMENTATION'], 759 'defines!': ['CONTENT_IMPLEMENTATION'],
754 'dependencies': [ 760 'dependencies': [
755 'components.gyp:autofill_content_browser', 761 'components.gyp:autofill_content_browser',
756 'components.gyp:dom_distiller_content', 762 'components.gyp:dom_distiller_content',
757 'components.gyp:dom_distiller_core', 763 'components.gyp:dom_distiller_core',
758 'components.gyp:pref_registry_test_support', 764 'components.gyp:pref_registry_test_support',
759 'components_resources.gyp:components_resources', 765 'components_resources.gyp:components_resources',
760 '../content/content.gyp:content_common', 766 '../content/content.gyp:content_common',
761 '../content/content.gyp:content_gpu', 767 '../content/content.gyp:content_gpu',
762 '../content/content.gyp:content_plugin', 768 '../content/content.gyp:content_plugin',
763 '../content/content.gyp:content_renderer', 769 '../content/content.gyp:content_renderer',
764 '../content/content_resources.gyp:content_resources', 770 '../content/content_resources.gyp:content_resources',
765 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 771 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
766 '../content/content_shell_and_tests.gyp:content_shell_lib', 772 '../content/content_shell_and_tests.gyp:content_shell_lib',
767 '../content/content_shell_and_tests.gyp:content_shell_pak', 773 '../content/content_shell_and_tests.gyp:content_shell_pak',
768 '../content/content_shell_and_tests.gyp:test_support_content', 774 '../content/content_shell_and_tests.gyp:test_support_content',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698