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

Side by Side Diff: components/webdata_services.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 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/webdata.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //components/webdata_services
9 'target_name': 'webdata_services',
10 'type': 'static_library',
11 'include_dirs': [
12 '..',
13 ],
14 'dependencies': [
15 '../base/base.gyp:base',
16 '../sql/sql.gyp:sql',
17 '../components/sync.gyp:sync',
18 'autofill_core_browser',
19 'keyed_service_core',
20 'password_manager_core_browser',
21 'search_engines',
22 'signin_core_browser',
23 'webdata_common',
24 ],
25 'sources': [
26 'webdata_services/web_data_service_wrapper.cc',
27 'webdata_services/web_data_service_wrapper.h',
28 ],
29 },
30 {
31 # GN version: //components/webdata_services:test_support
32 'target_name': 'webdata_services_test_support',
33 'type': 'static_library',
34 'include_dirs': [
35 '..',
36 ],
37 'dependencies': [
38 '../base/base.gyp:base',
39 'autofill_core_browser',
40 'signin_core_browser',
41 'webdata_services',
42 ],
43 'sources': [
44 'webdata_services/web_data_service_test_util.cc',
45 'webdata_services/web_data_service_test_util.h',
46 ],
47 },
48 ],
49 }
OLDNEW
« no previous file with comments | « components/webdata.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698