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

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: fix deps 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
« no previous file with comments | « components/components.gyp ('k') | components/suggestions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 179 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
180 'storage_monitor/image_capture_device_manager_unittest.mm', 180 'storage_monitor/image_capture_device_manager_unittest.mm',
181 'storage_monitor/media_storage_util_unittest.cc', 181 'storage_monitor/media_storage_util_unittest.cc',
182 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 182 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
183 'storage_monitor/storage_info_unittest.cc', 183 'storage_monitor/storage_info_unittest.cc',
184 'storage_monitor/storage_monitor_chromeos_unittest.cc', 184 'storage_monitor/storage_monitor_chromeos_unittest.cc',
185 'storage_monitor/storage_monitor_linux_unittest.cc', 185 'storage_monitor/storage_monitor_linux_unittest.cc',
186 'storage_monitor/storage_monitor_mac_unittest.mm', 186 'storage_monitor/storage_monitor_mac_unittest.mm',
187 'storage_monitor/storage_monitor_unittest.cc', 187 'storage_monitor/storage_monitor_unittest.cc',
188 'storage_monitor/storage_monitor_win_unittest.cc', 188 'storage_monitor/storage_monitor_win_unittest.cc',
189 'suggestions/blacklist_store_unittest.cc',
190 'suggestions/suggestions_service_unittest.cc',
191 'suggestions/suggestions_store_unittest.cc',
189 'sync_driver/non_ui_data_type_controller_unittest.cc', 192 'sync_driver/non_ui_data_type_controller_unittest.cc',
190 'sync_driver/data_type_manager_impl_unittest.cc', 193 'sync_driver/data_type_manager_impl_unittest.cc',
191 'sync_driver/generic_change_processor_unittest.cc', 194 'sync_driver/generic_change_processor_unittest.cc',
192 'sync_driver/model_association_manager_unittest.cc', 195 'sync_driver/model_association_manager_unittest.cc',
193 'sync_driver/non_blocking_data_type_controller_unittest.cc', 196 'sync_driver/non_blocking_data_type_controller_unittest.cc',
194 'sync_driver/shared_change_processor_unittest.cc', 197 'sync_driver/shared_change_processor_unittest.cc',
195 'sync_driver/sync_prefs_unittest.cc', 198 'sync_driver/sync_prefs_unittest.cc',
196 'sync_driver/system_encryptor_unittest.cc', 199 'sync_driver/system_encryptor_unittest.cc',
197 'sync_driver/ui_data_type_controller_unittest.cc', 200 'sync_driver/ui_data_type_controller_unittest.cc',
198 'test/run_all_unittests.cc', 201 'test/run_all_unittests.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'components.gyp:search_engines', 363 'components.gyp:search_engines',
361 364
362 # Dependencies of search_provider_logos 365 # Dependencies of search_provider_logos
363 'components.gyp:search_provider_logos', 366 'components.gyp:search_provider_logos',
364 367
365 # Dependencies of signin 368 # Dependencies of signin
366 'components.gyp:signin_core_browser', 369 'components.gyp:signin_core_browser',
367 'components.gyp:signin_core_browser_test_support', 370 'components.gyp:signin_core_browser_test_support',
368 '../google_apis/google_apis.gyp:google_apis_test_support', 371 '../google_apis/google_apis.gyp:google_apis_test_support',
369 372
373 # Dependencies of suggestions
374 'components.gyp:suggestions',
375
370 # Dependencies of sync_driver 376 # Dependencies of sync_driver
371 'components.gyp:sync_driver_test_support', 377 'components.gyp:sync_driver_test_support',
372 378
373 # Dependencies of translate. 379 # Dependencies of translate.
374 'components.gyp:translate_core_browser', 380 'components.gyp:translate_core_browser',
375 'components.gyp:translate_core_common', 381 'components.gyp:translate_core_common',
376 'components.gyp:translate_core_language_detection', 382 'components.gyp:translate_core_language_detection',
377 383
378 # Dependencies of url_fixer 384 # Dependencies of url_fixer
379 'components.gyp:url_fixer', 385 'components.gyp:url_fixer',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ['OS!="ios"', { 766 ['OS!="ios"', {
761 'targets': [ 767 'targets': [
762 { 768 {
763 'target_name': 'components_browsertests', 769 'target_name': 'components_browsertests',
764 'type': '<(gtest_target_type)', 770 'type': '<(gtest_target_type)',
765 'defines!': ['CONTENT_IMPLEMENTATION'], 771 'defines!': ['CONTENT_IMPLEMENTATION'],
766 'dependencies': [ 772 'dependencies': [
767 'components.gyp:autofill_content_browser', 773 'components.gyp:autofill_content_browser',
768 'components.gyp:dom_distiller_content', 774 'components.gyp:dom_distiller_content',
769 'components.gyp:dom_distiller_core', 775 'components.gyp:dom_distiller_core',
770 'components.gyp:pref_registry_test_support', 776 'components.gyp:pref_registry_test_support',
771 'components_resources.gyp:components_resources', 777 'components_resources.gyp:components_resources',
772 '../content/content.gyp:content_common', 778 '../content/content.gyp:content_common',
773 '../content/content.gyp:content_gpu', 779 '../content/content.gyp:content_gpu',
774 '../content/content.gyp:content_plugin', 780 '../content/content.gyp:content_plugin',
775 '../content/content.gyp:content_renderer', 781 '../content/content.gyp:content_renderer',
776 '../content/content_resources.gyp:content_resources', 782 '../content/content_resources.gyp:content_resources',
777 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 783 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
778 '../content/content_shell_and_tests.gyp:content_shell_lib', 784 '../content/content_shell_and_tests.gyp:content_shell_lib',
779 '../content/content_shell_and_tests.gyp:content_shell_pak', 785 '../content/content_shell_and_tests.gyp:content_shell_pak',
780 '../content/content_shell_and_tests.gyp:test_support_content', 786 '../content/content_shell_and_tests.gyp:test_support_content',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'dependencies': [ 863 'dependencies': [
858 '../base/allocator/allocator.gyp:allocator', 864 '../base/allocator/allocator.gyp:allocator',
859 ], 865 ],
860 }], 866 }],
861 ], 867 ],
862 }, 868 },
863 ], 869 ],
864 }], 870 }],
865 ], 871 ],
866 } 872 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/suggestions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698