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

Side by Side Diff: components/autofill.gypi

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 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 | « chrome/chrome_browser.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../sync/sync.gyp:sync', 72 '../sync/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_vector_icons', 83 '../ui/gfx/gfx.gyp:gfx_vector_icons',
83 '../url/url.gyp:url_lib', 84 '../url/url.gyp:url_lib',
84 'autofill_core_common', 85 'autofill_core_common',
85 'autofill_server_proto', 86 'autofill_server_proto',
86 'components_resources.gyp:components_resources', 87 'components_resources.gyp:components_resources',
87 'components_strings.gyp:components_strings', 88 'components_strings.gyp:components_strings',
88 'data_use_measurement_core', 89 'data_use_measurement_core',
89 'infobars_core', 90 'infobars_core',
90 'keyed_service_core', 91 'keyed_service_core',
91 'os_crypt', 92 'os_crypt',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ], 537 ],
537 }, 538 },
538 'includes': [ 539 'includes': [
539 '../ios/web/js_compile_checked.gypi', 540 '../ios/web/js_compile_checked.gypi',
540 ], 541 ],
541 }, 542 },
542 ], 543 ],
543 }], 544 }],
544 ], 545 ],
545 } 546 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698