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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 55143012: Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_service_helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « chrome/chrome.gyp ('k') | chrome/service/cloud_print/cloud_print_connector.cc » ('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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'renderer/searchbox/searchbox_extension_unittest.cc', 1880 'renderer/searchbox/searchbox_extension_unittest.cc',
1881 'renderer/searchbox/searchbox_unittest.cc', 1881 'renderer/searchbox/searchbox_unittest.cc',
1882 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', 1882 'renderer/spellchecker/custom_dictionary_engine_unittest.cc',
1883 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 1883 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
1884 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', 1884 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc',
1885 'renderer/spellchecker/spellcheck_provider_test.cc', 1885 'renderer/spellchecker/spellcheck_provider_test.cc',
1886 'renderer/spellchecker/spellcheck_provider_test.h', 1886 'renderer/spellchecker/spellcheck_provider_test.h',
1887 'renderer/spellchecker/spellcheck_unittest.cc', 1887 'renderer/spellchecker/spellcheck_unittest.cc',
1888 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1888 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1889 'renderer/web_apps_unittest.cc', 1889 'renderer/web_apps_unittest.cc',
1890 'service/cloud_print/cloud_print_helpers_unittest.cc', 1890 'service/cloud_print/cloud_print_service_helpers_unittest.cc',
1891 'service/cloud_print/cloud_print_token_store_unittest.cc', 1891 'service/cloud_print/cloud_print_token_store_unittest.cc',
1892 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1892 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1893 'service/cloud_print/connector_settings_unittest.cc', 1893 'service/cloud_print/connector_settings_unittest.cc',
1894 'service/cloud_print/printer_job_handler_unittest.cc', 1894 'service/cloud_print/printer_job_handler_unittest.cc',
1895 'service/cloud_print/printer_job_queue_handler_unittest.cc', 1895 'service/cloud_print/printer_job_queue_handler_unittest.cc',
1896 'service/service_process_prefs_unittest.cc', 1896 'service/service_process_prefs_unittest.cc',
1897 'service/service_process_unittest.cc', 1897 'service/service_process_unittest.cc',
1898 'test/base/browser_with_test_window_test.cc', 1898 'test/base/browser_with_test_window_test.cc',
1899 'test/base/browser_with_test_window_test.h', 1899 'test/base/browser_with_test_window_test.h',
1900 'test/base/chrome_render_view_test.cc', 1900 'test/base/chrome_render_view_test.cc',
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 'browser/ui/app_list/test/fake_profile.h', 2908 'browser/ui/app_list/test/fake_profile.h',
2909 'browser/ui/app_list/test/fake_profile_store.cc', 2909 'browser/ui/app_list/test/fake_profile_store.cc',
2910 'browser/ui/app_list/test/fake_profile_store.h', 2910 'browser/ui/app_list/test/fake_profile_store.h',
2911 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2911 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2912 ], 2912 ],
2913 }, 2913 },
2914 ], 2914 ],
2915 }], 2915 }],
2916 ], # 'conditions' 2916 ], # 'conditions'
2917 } 2917 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/service/cloud_print/cloud_print_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698