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

Side by Side Diff: components/search_engines.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
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',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../sql/sql.gyp:sql', 15 '../sql/sql.gyp:sql',
16 '../sync/sync.gyp:sync', 16 '../components/sync.gyp:sync',
17 '../third_party/libxml/libxml.gyp:libxml', 17 '../third_party/libxml/libxml.gyp:libxml',
18 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
19 '../url/url.gyp:url_lib', 19 '../url/url.gyp:url_lib',
20 'component_metrics_proto', 20 'component_metrics_proto',
21 'components_strings.gyp:components_strings', 21 'components_strings.gyp:components_strings',
22 'components.gyp:infobars_core', 22 'components.gyp:infobars_core',
23 'google_core_browser', 23 'google_core_browser',
24 'history_core_browser', 24 'history_core_browser',
25 'keyed_service_core', 25 'keyed_service_core',
26 'policy', 26 'policy',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 'sources': [ 105 'sources': [
106 'search_engines/default_search_pref_test_util.cc', 106 'search_engines/default_search_pref_test_util.cc',
107 'search_engines/default_search_pref_test_util.h', 107 'search_engines/default_search_pref_test_util.h',
108 'search_engines/testing_search_terms_data.cc', 108 'search_engines/testing_search_terms_data.cc',
109 'search_engines/testing_search_terms_data.h', 109 'search_engines/testing_search_terms_data.h',
110 ], 110 ],
111 }, 111 },
112 ], 112 ],
113 } 113 }
OLDNEW
« no previous file with comments | « components/password_manager/sync/browser/sync_username_test_base.h ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698