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

Side by Side Diff: components/autofill.gypi

Issue 1090373002: Remove build step that escapes unicode in autofill_regex_constants.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also remove python script Created 5 years, 8 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 | « build/escape_unicode.py ('k') | components/autofill/content/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 # Private target only used in components/autofill.
9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes',
11 'type': 'none',
12 'actions': [{
13 'action_name': 'autofill_regexes',
14 'inputs': [
15 '<(DEPTH)/build/escape_unicode.py',
16 'autofill/core/browser/autofill_regex_constants.cc.utf8',
17 ],
18 'outputs': [
19 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
20 ],
21 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
22 '-o', '<(SHARED_INTERMEDIATE_DIR)',
23 'autofill/core/browser/autofill_regex_constants.cc.utf8'],
24 }],
25 },
26
27 {
28 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
29 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
30 'type': 'static_library', 10 'type': 'static_library',
31 'dependencies': [ 11 'dependencies': [
32 '../base/base.gyp:base', 12 '../base/base.gyp:base',
33 '../base/base.gyp:base_i18n', 13 '../base/base.gyp:base_i18n',
34 '../ui/base/ui_base.gyp:ui_base', 14 '../ui/base/ui_base.gyp:ui_base',
35 '../ui/gfx/gfx.gyp:gfx', 15 '../ui/gfx/gfx.gyp:gfx',
36 '../url/url.gyp:url_lib', 16 '../url/url.gyp:url_lib',
37 ], 17 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '../third_party/icu/icu.gyp:icui18n', 70 '../third_party/icu/icu.gyp:icui18n',
91 '../third_party/icu/icu.gyp:icuuc', 71 '../third_party/icu/icu.gyp:icuuc',
92 '../third_party/libjingle/libjingle.gyp:libjingle', 72 '../third_party/libjingle/libjingle.gyp:libjingle',
93 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 73 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
94 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 74 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
95 '../ui/base/ui_base.gyp:ui_base', 75 '../ui/base/ui_base.gyp:ui_base',
96 '../ui/gfx/gfx.gyp:gfx', 76 '../ui/gfx/gfx.gyp:gfx',
97 '../ui/gfx/gfx.gyp:gfx_geometry', 77 '../ui/gfx/gfx.gyp:gfx_geometry',
98 '../url/url.gyp:url_lib', 78 '../url/url.gyp:url_lib',
99 'autofill_core_common', 79 'autofill_core_common',
100 'autofill_regexes',
101 'components_resources.gyp:components_resources', 80 'components_resources.gyp:components_resources',
102 'components_strings.gyp:components_strings', 81 'components_strings.gyp:components_strings',
103 'infobars_core', 82 'infobars_core',
104 'keyed_service_core', 83 'keyed_service_core',
105 'os_crypt', 84 'os_crypt',
106 'pref_registry', 85 'pref_registry',
107 'rappor', 86 'rappor',
108 'signin_core_browser', 87 'signin_core_browser',
109 'signin_core_common', 88 'signin_core_common',
110 'webdata_common', 89 'webdata_common',
(...skipping 27 matching lines...) Expand all
138 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', 117 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
139 'autofill/core/browser/autofill_ie_toolbar_import_win.h', 118 'autofill/core/browser/autofill_ie_toolbar_import_win.h',
140 'autofill/core/browser/autofill_manager.cc', 119 'autofill/core/browser/autofill_manager.cc',
141 'autofill/core/browser/autofill_manager.h', 120 'autofill/core/browser/autofill_manager.h',
142 'autofill/core/browser/autofill_manager_test_delegate.h', 121 'autofill/core/browser/autofill_manager_test_delegate.h',
143 'autofill/core/browser/autofill_metrics.cc', 122 'autofill/core/browser/autofill_metrics.cc',
144 'autofill/core/browser/autofill_metrics.h', 123 'autofill/core/browser/autofill_metrics.h',
145 'autofill/core/browser/autofill_popup_delegate.h', 124 'autofill/core/browser/autofill_popup_delegate.h',
146 'autofill/core/browser/autofill_profile.cc', 125 'autofill/core/browser/autofill_profile.cc',
147 'autofill/core/browser/autofill_profile.h', 126 'autofill/core/browser/autofill_profile.h',
148 'autofill/core/browser/autofill_regex_constants.cc.utf8', 127 'autofill/core/browser/autofill_regex_constants.cc',
149 'autofill/core/browser/autofill_regex_constants.h', 128 'autofill/core/browser/autofill_regex_constants.h',
150 'autofill/core/browser/autofill_regexes.cc', 129 'autofill/core/browser/autofill_regexes.cc',
151 'autofill/core/browser/autofill_regexes.h', 130 'autofill/core/browser/autofill_regexes.h',
152 'autofill/core/browser/autofill_scanner.cc', 131 'autofill/core/browser/autofill_scanner.cc',
153 'autofill/core/browser/autofill_scanner.h', 132 'autofill/core/browser/autofill_scanner.h',
154 'autofill/core/browser/autofill_server_field_info.h', 133 'autofill/core/browser/autofill_server_field_info.h',
155 'autofill/core/browser/autofill_sync_constants.cc', 134 'autofill/core/browser/autofill_sync_constants.cc',
156 'autofill/core/browser/autofill_sync_constants.h', 135 'autofill/core/browser/autofill_sync_constants.h',
157 'autofill/core/browser/autofill_type.cc', 136 'autofill/core/browser/autofill_type.cc',
158 'autofill/core/browser/autofill_type.h', 137 'autofill/core/browser/autofill_type.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'autofill/core/browser/webdata/autofill_table.h', 194 'autofill/core/browser/webdata/autofill_table.h',
216 'autofill/core/browser/webdata/autofill_wallet_syncable_service.cc', 195 'autofill/core/browser/webdata/autofill_wallet_syncable_service.cc',
217 'autofill/core/browser/webdata/autofill_wallet_syncable_service.h', 196 'autofill/core/browser/webdata/autofill_wallet_syncable_service.h',
218 'autofill/core/browser/webdata/autofill_webdata.h', 197 'autofill/core/browser/webdata/autofill_webdata.h',
219 'autofill/core/browser/webdata/autofill_webdata_backend.h', 198 'autofill/core/browser/webdata/autofill_webdata_backend.h',
220 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc', 199 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
221 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h', 200 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
222 'autofill/core/browser/webdata/autofill_webdata_service.cc', 201 'autofill/core/browser/webdata/autofill_webdata_service.cc',
223 'autofill/core/browser/webdata/autofill_webdata_service.h', 202 'autofill/core/browser/webdata/autofill_webdata_service.h',
224 'autofill/core/browser/webdata/autofill_webdata_service_observer.h', 203 'autofill/core/browser/webdata/autofill_webdata_service_observer.h',
225
226 # This file is generated by the autofill_regexes action.
227 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
228 ], 204 ],
229 'conditions': [ 205 'conditions': [
230 ['desktop_linux==1', { 206 ['desktop_linux==1', {
231 # Controls whether Wallet cards can be saved to the local instance of 207 # Controls whether Wallet cards can be saved to the local instance of
232 # chrome. 208 # chrome.
233 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=0' ], 209 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=0' ],
234 }, { 210 }, {
235 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=1' ], 211 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=1' ],
236 }], 212 }],
237 ], 213 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../third_party/libjingle/libjingle.gyp:libjingle', 330 '../third_party/libjingle/libjingle.gyp:libjingle',
355 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 331 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
356 '../ui/base/ui_base.gyp:ui_base', 332 '../ui/base/ui_base.gyp:ui_base',
357 '../ui/gfx/gfx.gyp:gfx', 333 '../ui/gfx/gfx.gyp:gfx',
358 '../ui/gfx/gfx.gyp:gfx_geometry', 334 '../ui/gfx/gfx.gyp:gfx_geometry',
359 '../url/url.gyp:url_lib', 335 '../url/url.gyp:url_lib',
360 'autofill_content_common', 336 'autofill_content_common',
361 'autofill_content_risk_proto', 337 'autofill_content_risk_proto',
362 'autofill_core_browser', 338 'autofill_core_browser',
363 'autofill_core_common', 339 'autofill_core_common',
364 'autofill_regexes',
365 'components_resources.gyp:components_resources', 340 'components_resources.gyp:components_resources',
366 'components_strings.gyp:components_strings', 341 'components_strings.gyp:components_strings',
367 'os_crypt', 342 'os_crypt',
368 'user_prefs', 343 'user_prefs',
369 'webdata_common', 344 'webdata_common',
370 ], 345 ],
371 'sources': [ 346 'sources': [
372 'autofill/content/browser/content_autofill_driver.cc', 347 'autofill/content/browser/content_autofill_driver.cc',
373 'autofill/content/browser/content_autofill_driver.h', 348 'autofill/content/browser/content_autofill_driver.h',
374 'autofill/content/browser/content_autofill_driver_factory.cc', 349 'autofill/content/browser/content_autofill_driver_factory.cc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 ], 467 ],
493 }, 468 },
494 'includes': [ 469 'includes': [
495 '../ios/web/js_compile.gypi', 470 '../ios/web/js_compile.gypi',
496 ], 471 ],
497 }, 472 },
498 ], 473 ],
499 }], 474 }],
500 ], 475 ],
501 } 476 }
OLDNEW
« no previous file with comments | « build/escape_unicode.py ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698