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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 607183002: [Fixed] [Suggestions] Move ImageManager to the component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 2 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/components_tests.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_devices_service_unittest.cc', 7 '../apps/saved_devices_service_unittest.cc',
8 '../apps/saved_files_service_unittest.cc', 8 '../apps/saved_files_service_unittest.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 9 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
10 '../components/autofill/content/renderer/test_password_autofill_agent.h', 10 '../components/autofill/content/renderer/test_password_autofill_agent.h',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'browser/safe_browsing/safe_browsing_util_unittest.cc', 690 'browser/safe_browsing/safe_browsing_util_unittest.cc',
691 'browser/safe_browsing/two_phase_uploader_unittest.cc', 691 'browser/safe_browsing/two_phase_uploader_unittest.cc',
692 'browser/search/hotword_service_unittest.cc', 692 'browser/search/hotword_service_unittest.cc',
693 'browser/search/iframe_source_unittest.cc', 693 'browser/search/iframe_source_unittest.cc',
694 'browser/search/instant_service_unittest.cc', 694 'browser/search/instant_service_unittest.cc',
695 'browser/search/instant_unittest_base.cc', 695 'browser/search/instant_unittest_base.cc',
696 'browser/search/instant_unittest_base.h', 696 'browser/search/instant_unittest_base.h',
697 'browser/search/most_visited_iframe_source_unittest.cc', 697 'browser/search/most_visited_iframe_source_unittest.cc',
698 'browser/search/search_android_unittest.cc', 698 'browser/search/search_android_unittest.cc',
699 'browser/search/search_unittest.cc', 699 'browser/search/search_unittest.cc',
700 'browser/search/suggestions/image_manager_impl_unittest.cc',
701 'browser/search_engines/default_search_pref_migration_unittest.cc', 700 'browser/search_engines/default_search_pref_migration_unittest.cc',
702 'browser/search_engines/search_provider_install_data_unittest.cc', 701 'browser/search_engines/search_provider_install_data_unittest.cc',
703 'browser/search_engines/template_url_scraper_unittest.cc', 702 'browser/search_engines/template_url_scraper_unittest.cc',
704 'browser/service_process/service_process_control_mac_unittest.mm', 703 'browser/service_process/service_process_control_mac_unittest.mm',
705 'browser/services/gcm/fake_signin_manager.cc', 704 'browser/services/gcm/fake_signin_manager.cc',
706 'browser/services/gcm/fake_signin_manager.h', 705 'browser/services/gcm/fake_signin_manager.h',
707 'browser/services/gcm/gcm_account_tracker_unittest.cc', 706 'browser/services/gcm/gcm_account_tracker_unittest.cc',
708 'browser/services/gcm/gcm_profile_service_unittest.cc', 707 'browser/services/gcm/gcm_profile_service_unittest.cc',
709 'browser/services/gcm/push_messaging_application_id_unittest.cc', 708 'browser/services/gcm/push_messaging_application_id_unittest.cc',
710 'browser/sessions/persistent_tab_restore_service_unittest.cc', 709 'browser/sessions/persistent_tab_restore_service_unittest.cc',
(...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2872 'dependencies': [ 2871 'dependencies': [
2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2874 ], 2873 ],
2875 }], 2874 }],
2876 ], 2875 ],
2877 }, 2876 },
2878 ], 2877 ],
2879 }], 2878 }],
2880 ], # 'conditions' 2879 ], # 'conditions'
2881 } 2880 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698