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

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: gn fix Created 6 years, 4 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 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ['OS!="ios"', { 760 ['OS!="ios"', {
755 'targets': [ 761 'targets': [
756 { 762 {
757 'target_name': 'components_browsertests', 763 'target_name': 'components_browsertests',
758 'type': '<(gtest_target_type)', 764 'type': '<(gtest_target_type)',
759 'defines!': ['CONTENT_IMPLEMENTATION'], 765 'defines!': ['CONTENT_IMPLEMENTATION'],
760 'dependencies': [ 766 'dependencies': [
761 'components.gyp:autofill_content_browser', 767 'components.gyp:autofill_content_browser',
762 'components.gyp:dom_distiller_content', 768 'components.gyp:dom_distiller_content',
763 'components.gyp:dom_distiller_core', 769 'components.gyp:dom_distiller_core',
764 'components.gyp:pref_registry_test_support', 770 'components.gyp:pref_registry_test_support',
765 'components_resources.gyp:components_resources', 771 'components_resources.gyp:components_resources',
766 '../content/content.gyp:content_common', 772 '../content/content.gyp:content_common',
767 '../content/content.gyp:content_gpu', 773 '../content/content.gyp:content_gpu',
768 '../content/content.gyp:content_plugin', 774 '../content/content.gyp:content_plugin',
769 '../content/content.gyp:content_renderer', 775 '../content/content.gyp:content_renderer',
770 '../content/content_resources.gyp:content_resources', 776 '../content/content_resources.gyp:content_resources',
771 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 777 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
772 '../content/content_shell_and_tests.gyp:content_shell_lib', 778 '../content/content_shell_and_tests.gyp:content_shell_lib',
773 '../content/content_shell_and_tests.gyp:content_shell_pak', 779 '../content/content_shell_and_tests.gyp:content_shell_pak',
774 '../content/content_shell_and_tests.gyp:test_support_content', 780 '../content/content_shell_and_tests.gyp:test_support_content',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'dependencies': [ 857 'dependencies': [
852 '../base/allocator/allocator.gyp:allocator', 858 '../base/allocator/allocator.gyp:allocator',
853 ], 859 ],
854 }], 860 }],
855 ], 861 ],
856 }, 862 },
857 ], 863 ],
858 }], 864 }],
859 ], 865 ],
860 } 866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698