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

Side by Side Diff: components/search_engines.gypi

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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 | « components/pref_registry/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'policy' 74 'policy'
75 ], 75 ],
76 'sources!': [ 76 'sources!': [
77 'search_engines/default_search_policy_handler.cc', 77 'search_engines/default_search_policy_handler.cc',
78 'search_engines/default_search_policy_handler.h', 78 'search_engines/default_search_policy_handler.h',
79 ], 79 ],
80 }], 80 }],
81 ], 81 ],
82 }, 82 },
83 { 83 {
84 # GN version: //components/search_engines:test_support
84 'target_name': 'search_engines_test_support', 85 'target_name': 'search_engines_test_support',
85 'type': 'static_library', 86 'type': 'static_library',
86 'dependencies': [ 87 'dependencies': [
87 '../testing/gtest.gyp:gtest', 88 '../testing/gtest.gyp:gtest',
88 'search_engines', 89 'search_engines',
89 ], 90 ],
90 'include_dirs': [ 91 'include_dirs': [
91 '..', 92 '..',
92 ], 93 ],
93 'sources': [ 94 'sources': [
94 'search_engines/default_search_pref_test_util.cc', 95 'search_engines/default_search_pref_test_util.cc',
95 'search_engines/default_search_pref_test_util.h', 96 'search_engines/default_search_pref_test_util.h',
96 'search_engines/testing_search_terms_data.cc', 97 'search_engines/testing_search_terms_data.cc',
97 'search_engines/testing_search_terms_data.h', 98 'search_engines/testing_search_terms_data.h',
98 ], 99 ],
99 }, 100 },
100 ], 101 ],
101 } 102 }
OLDNEW
« no previous file with comments | « components/pref_registry/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698