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

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 formatting code 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/thumbnail_score.h » ('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 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 'common/mac/objc_zombie_unittest.mm', 1897 'common/mac/objc_zombie_unittest.mm',
1898 'common/multi_process_lock_unittest.cc', 1898 'common/multi_process_lock_unittest.cc',
1899 'common/net/url_fixer_upper_unittest.cc', 1899 'common/net/url_fixer_upper_unittest.cc',
1900 'common/net/x509_certificate_model_unittest.cc', 1900 'common/net/x509_certificate_model_unittest.cc',
1901 'common/partial_circular_buffer_unittest.cc', 1901 'common/partial_circular_buffer_unittest.cc',
1902 'common/pepper_permission_util_unittest.cc', 1902 'common/pepper_permission_util_unittest.cc',
1903 'common/pref_names_util_unittest.cc', 1903 'common/pref_names_util_unittest.cc',
1904 'common/search_urls_unittest.cc', 1904 'common/search_urls_unittest.cc',
1905 'common/service_process_util_unittest.cc', 1905 'common/service_process_util_unittest.cc',
1906 'common/switch_utils_unittest.cc', 1906 'common/switch_utils_unittest.cc',
1907 'common/thumbnail_score_unittest.cc',
1908 'common/variations/experiment_labels_unittest.cc', 1907 'common/variations/experiment_labels_unittest.cc',
1909 'common/worker_thread_ticker_unittest.cc', 1908 'common/worker_thread_ticker_unittest.cc',
1910 'renderer/chrome_content_renderer_client_unittest.cc', 1909 'renderer/chrome_content_renderer_client_unittest.cc',
1911 'renderer/content_settings_observer_unittest.cc', 1910 'renderer/content_settings_observer_unittest.cc',
1912 'renderer/extensions/event_unittest.cc', 1911 'renderer/extensions/event_unittest.cc',
1913 'renderer/extensions/extension_localization_peer_unittest.cc', 1912 'renderer/extensions/extension_localization_peer_unittest.cc',
1914 'renderer/extensions/json_schema_unittest.cc', 1913 'renderer/extensions/json_schema_unittest.cc',
1915 'renderer/extensions/messaging_utils_unittest.cc', 1914 'renderer/extensions/messaging_utils_unittest.cc',
1916 'renderer/extensions/module_system_unittest.cc', 1915 'renderer/extensions/module_system_unittest.cc',
1917 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', 1916 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc',
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 'unit_tests.isolate', 2867 'unit_tests.isolate',
2869 ], 2868 ],
2870 'sources': [ 2869 'sources': [
2871 'unit_tests.isolate', 2870 'unit_tests.isolate',
2872 ], 2871 ],
2873 }, 2872 },
2874 ], 2873 ],
2875 }], 2874 }],
2876 ], # 'conditions' 2875 ], # 'conditions'
2877 } 2876 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/thumbnail_score.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698