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

Side by Side Diff: components/search_engines.gypi

Issue 492963005: Stop using UIThreadSearchTermsData for search_engines related tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use make_scoped_ptr 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/search_engines/template_url_unittest.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 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/search_engines 8 # GN version: //components/search_engines
9 'target_name': 'search_engines', 9 'target_name': 'search_engines',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'dependencies': [ 86 'dependencies': [
87 '../testing/gtest.gyp:gtest', 87 '../testing/gtest.gyp:gtest',
88 'search_engines', 88 'search_engines',
89 ], 89 ],
90 'include_dirs': [ 90 'include_dirs': [
91 '..', 91 '..',
92 ], 92 ],
93 'sources': [ 93 'sources': [
94 'search_engines/default_search_pref_test_util.cc', 94 'search_engines/default_search_pref_test_util.cc',
95 'search_engines/default_search_pref_test_util.h', 95 'search_engines/default_search_pref_test_util.h',
96 'search_engines/testing_search_terms_data.cc',
97 'search_engines/testing_search_terms_data.h',
96 ], 98 ],
97 }, 99 },
98 ], 100 ],
99 } 101 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/search_engines/template_url_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698