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

Side by Side Diff: components/autofill.gypi

Issue 1394603003: Add dependency on gfx_vector_icons to autofill_core_browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../sync/sync.gyp:sync', 76 '../sync/sync.gyp:sync',
77 '../third_party/fips181/fips181.gyp:fips181', 77 '../third_party/fips181/fips181.gyp:fips181',
78 '../third_party/icu/icu.gyp:icui18n', 78 '../third_party/icu/icu.gyp:icui18n',
79 '../third_party/icu/icu.gyp:icuuc', 79 '../third_party/icu/icu.gyp:icuuc',
80 '../third_party/libjingle/libjingle.gyp:libjingle', 80 '../third_party/libjingle/libjingle.gyp:libjingle',
81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
82 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 82 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
83 '../ui/base/ui_base.gyp:ui_base', 83 '../ui/base/ui_base.gyp:ui_base',
84 '../ui/gfx/gfx.gyp:gfx', 84 '../ui/gfx/gfx.gyp:gfx',
85 '../ui/gfx/gfx.gyp:gfx_geometry', 85 '../ui/gfx/gfx.gyp:gfx_geometry',
86 '../ui/gfx/gfx.gyp:gfx_vector_icons',
86 '../url/url.gyp:url_lib', 87 '../url/url.gyp:url_lib',
87 'autofill_core_common', 88 'autofill_core_common',
88 'components_resources.gyp:components_resources', 89 'components_resources.gyp:components_resources',
89 'components_strings.gyp:components_strings', 90 'components_strings.gyp:components_strings',
90 'data_use_measurement_core', 91 'data_use_measurement_core',
91 'infobars_core', 92 'infobars_core',
92 'keyed_service_core', 93 'keyed_service_core',
93 'os_crypt', 94 'os_crypt',
94 'pref_registry', 95 'pref_registry',
95 'rappor', 96 'rappor',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ], 478 ],
478 }, 479 },
479 'includes': [ 480 'includes': [
480 '../ios/web/js_compile_checked.gypi', 481 '../ios/web/js_compile_checked.gypi',
481 ], 482 ],
482 }, 483 },
483 ], 484 ],
484 }], 485 }],
485 ], 486 ],
486 } 487 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698