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

Side by Side Diff: components/autofill.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
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | components/autofill/core/browser/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 (c) 2013 The Chromium Authors. All rights reserved. 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 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/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'include_dirs': [ 62 'include_dirs': [
63 '..', 63 '..',
64 ], 64 ],
65 'dependencies': [ 65 'dependencies': [
66 '../base/base.gyp:base', 66 '../base/base.gyp:base',
67 '../base/base.gyp:base_i18n', 67 '../base/base.gyp:base_i18n',
68 '../google_apis/google_apis.gyp:google_apis', 68 '../google_apis/google_apis.gyp:google_apis',
69 '../net/net.gyp:net', 69 '../net/net.gyp:net',
70 '../skia/skia.gyp:skia', 70 '../skia/skia.gyp:skia',
71 '../sql/sql.gyp:sql', 71 '../sql/sql.gyp:sql',
72 '../sync/sync.gyp:sync', 72 '../components/sync.gyp:sync',
73 '../third_party/fips181/fips181.gyp:fips181', 73 '../third_party/fips181/fips181.gyp:fips181',
74 '../third_party/icu/icu.gyp:icui18n', 74 '../third_party/icu/icu.gyp:icui18n',
75 '../third_party/icu/icu.gyp:icuuc', 75 '../third_party/icu/icu.gyp:icuuc',
76 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 76 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
77 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 77 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
78 '../third_party/re2/re2.gyp:re2', 78 '../third_party/re2/re2.gyp:re2',
79 '../ui/base/ui_base.gyp:ui_base', 79 '../ui/base/ui_base.gyp:ui_base',
80 '../ui/gfx/gfx.gyp:gfx', 80 '../ui/gfx/gfx.gyp:gfx',
81 '../ui/gfx/gfx.gyp:gfx_geometry', 81 '../ui/gfx/gfx.gyp:gfx_geometry',
82 '../ui/gfx/gfx.gyp:gfx_range', 82 '../ui/gfx/gfx.gyp:gfx_range',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ], 655 ],
656 }, 656 },
657 'includes': [ 657 'includes': [
658 '../ios/web/js_compile_checked.gypi', 658 '../ios/web/js_compile_checked.gypi',
659 ], 659 ],
660 }, 660 },
661 ], 661 ],
662 }], 662 }],
663 ], 663 ],
664 } 664 }
OLDNEW
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698