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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT and moving tests to component unittests Created 6 years, 6 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
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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'common/mac/objc_zombie_unittest.mm', 1893 'common/mac/objc_zombie_unittest.mm',
1894 'common/multi_process_lock_unittest.cc', 1894 'common/multi_process_lock_unittest.cc',
1895 'common/net/url_fixer_upper_unittest.cc', 1895 'common/net/url_fixer_upper_unittest.cc',
1896 'common/net/x509_certificate_model_unittest.cc', 1896 'common/net/x509_certificate_model_unittest.cc',
1897 'common/partial_circular_buffer_unittest.cc', 1897 'common/partial_circular_buffer_unittest.cc',
1898 'common/pepper_permission_util_unittest.cc', 1898 'common/pepper_permission_util_unittest.cc',
1899 'common/pref_names_util_unittest.cc', 1899 'common/pref_names_util_unittest.cc',
1900 'common/search_urls_unittest.cc', 1900 'common/search_urls_unittest.cc',
1901 'common/service_process_util_unittest.cc', 1901 'common/service_process_util_unittest.cc',
1902 'common/switch_utils_unittest.cc', 1902 'common/switch_utils_unittest.cc',
1903 'common/thumbnail_score_unittest.cc',
1904 'common/variations/experiment_labels_unittest.cc', 1903 'common/variations/experiment_labels_unittest.cc',
1905 'common/worker_thread_ticker_unittest.cc', 1904 'common/worker_thread_ticker_unittest.cc',
1906 'renderer/chrome_content_renderer_client_unittest.cc', 1905 'renderer/chrome_content_renderer_client_unittest.cc',
1907 'renderer/content_settings_observer_unittest.cc', 1906 'renderer/content_settings_observer_unittest.cc',
1908 'renderer/extensions/event_unittest.cc', 1907 'renderer/extensions/event_unittest.cc',
1909 'renderer/extensions/extension_localization_peer_unittest.cc', 1908 'renderer/extensions/extension_localization_peer_unittest.cc',
1910 'renderer/extensions/json_schema_unittest.cc', 1909 'renderer/extensions/json_schema_unittest.cc',
1911 'renderer/extensions/messaging_utils_unittest.cc', 1910 'renderer/extensions/messaging_utils_unittest.cc',
1912 'renderer/extensions/module_system_unittest.cc', 1911 'renderer/extensions/module_system_unittest.cc',
1913 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', 1912 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc',
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 'unit_tests.isolate', 2858 'unit_tests.isolate',
2860 ], 2859 ],
2861 'sources': [ 2860 'sources': [
2862 'unit_tests.isolate', 2861 'unit_tests.isolate',
2863 ], 2862 ],
2864 }, 2863 },
2865 ], 2864 ],
2866 }], 2865 }],
2867 ], # 'conditions' 2866 ], # 'conditions'
2868 } 2867 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698