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

Side by Side Diff: components/search_engines.gypi

Issue 376413002: Stop using TemplateURLServiceTestUtil to initialize TemplateURLServiceFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TemplateURLServiceWithoutFallbackTest Created 6 years, 5 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
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 'target_name': 'search_engines', 8 'target_name': 'search_engines',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'search_engines/template_url_prepopulate_data.cc', 60 'search_engines/template_url_prepopulate_data.cc',
61 'search_engines/template_url_prepopulate_data.h', 61 'search_engines/template_url_prepopulate_data.h',
62 'search_engines/template_url_service.cc', 62 'search_engines/template_url_service.cc',
63 'search_engines/template_url_service.h', 63 'search_engines/template_url_service.h',
64 'search_engines/template_url_service_client.h', 64 'search_engines/template_url_service_client.h',
65 'search_engines/template_url_service_observer.h', 65 'search_engines/template_url_service_observer.h',
66 'search_engines/util.cc', 66 'search_engines/util.cc',
67 'search_engines/util.h', 67 'search_engines/util.h',
68 ], 68 ],
69 }, 69 },
70 {
71 'target_name': 'search_engines_test_support',
72 'type': 'static_library',
73 'dependencies': [
74 '../testing/gtest.gyp:gtest',
75 'search_engines',
76 ],
77 'include_dirs': [
78 '..',
79 ],
80 'sources': [
81 'search_engines/default_search_pref_test_util.cc',
82 'search_engines/default_search_pref_test_util.h',
83 ],
84 },
70 ], 85 ],
71 } 86 }
OLDNEW
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/search_engines/default_search_pref_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698