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

Side by Side Diff: components/autofill.gypi

Issue 17192004: components: Rename component_resources.* to autofill_strings.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/browser/autofill_country.cc » ('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. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../skia/skia.gyp:skia', 108 '../skia/skia.gyp:skia',
109 '../sql/sql.gyp:sql', 109 '../sql/sql.gyp:sql',
110 '../third_party/icu/icu.gyp:icui18n', 110 '../third_party/icu/icu.gyp:icui18n',
111 '../third_party/icu/icu.gyp:icuuc', 111 '../third_party/icu/icu.gyp:icuuc',
112 '../third_party/libjingle/libjingle.gyp:libjingle', 112 '../third_party/libjingle/libjingle.gyp:libjingle',
113 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 113 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
114 '../ui/ui.gyp:ui', 114 '../ui/ui.gyp:ui',
115 '../url/url.gyp:url_lib', 115 '../url/url.gyp:url_lib',
116 '../webkit/support/webkit_support.gyp:webkit_resources', 116 '../webkit/support/webkit_support.gyp:webkit_resources',
117 117
118 'component_resources.gyp:component_resources', 118 'component_strings.gyp:component_strings',
119 ], 119 ],
120 'sources': [ 120 'sources': [
121 'autofill/browser/address.cc', 121 'autofill/browser/address.cc',
122 'autofill/browser/address.h', 122 'autofill/browser/address.h',
123 'autofill/browser/address_field.cc', 123 'autofill/browser/address_field.cc',
124 'autofill/browser/address_field.h', 124 'autofill/browser/address_field.h',
125 'autofill/browser/autocomplete_history_manager.cc', 125 'autofill/browser/autocomplete_history_manager.cc',
126 'autofill/browser/autocomplete_history_manager.h', 126 'autofill/browser/autocomplete_history_manager.h',
127 'autofill/browser/autofill-inl.h', 127 'autofill/browser/autofill-inl.h',
128 'autofill/browser/autofill_country.cc', 128 'autofill/browser/autofill_country.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 '../skia/skia.gyp:skia', 263 '../skia/skia.gyp:skia',
264 '../sql/sql.gyp:sql', 264 '../sql/sql.gyp:sql',
265 '../third_party/icu/icu.gyp:icui18n', 265 '../third_party/icu/icu.gyp:icui18n',
266 '../third_party/icu/icu.gyp:icuuc', 266 '../third_party/icu/icu.gyp:icuuc',
267 '../third_party/libjingle/libjingle.gyp:libjingle', 267 '../third_party/libjingle/libjingle.gyp:libjingle',
268 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 268 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
269 '../ui/ui.gyp:ui', 269 '../ui/ui.gyp:ui',
270 '../url/url.gyp:url_lib', 270 '../url/url.gyp:url_lib',
271 '../webkit/support/webkit_support.gyp:webkit_resources', 271 '../webkit/support/webkit_support.gyp:webkit_resources',
272 272
273 'component_resources.gyp:component_resources', 273 'component_strings.gyp:component_strings',
274 ], 274 ],
275 'sources': [ 275 'sources': [
276 'autofill/content/browser/autocheckout/whitelist_manager.cc', 276 'autofill/content/browser/autocheckout/whitelist_manager.cc',
277 'autofill/content/browser/autocheckout/whitelist_manager.h', 277 'autofill/content/browser/autocheckout/whitelist_manager.h',
278 'autofill/content/browser/autocheckout_manager.cc', 278 'autofill/content/browser/autocheckout_manager.cc',
279 'autofill/content/browser/autocheckout_manager.h', 279 'autofill/content/browser/autocheckout_manager.h',
280 'autofill/content/browser/autocheckout_page_meta_data.cc', 280 'autofill/content/browser/autocheckout_page_meta_data.cc',
281 'autofill/content/browser/autocheckout_page_meta_data.h', 281 'autofill/content/browser/autocheckout_page_meta_data.h',
282 'autofill/content/browser/autocheckout_request_manager.cc', 282 'autofill/content/browser/autocheckout_request_manager.cc',
283 'autofill/content/browser/autocheckout_request_manager.h', 283 'autofill/content/browser/autocheckout_request_manager.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 '..', 320 '..',
321 ], 321 ],
322 'dependencies': [ 322 'dependencies': [
323 'autofill_common', 323 'autofill_common',
324 '../base/base.gyp:base', 324 '../base/base.gyp:base',
325 '../content/content.gyp:content_renderer', 325 '../content/content.gyp:content_renderer',
326 '../content/content.gyp:content_common', 326 '../content/content.gyp:content_common',
327 '../ipc/ipc.gyp:ipc', 327 '../ipc/ipc.gyp:ipc',
328 '../skia/skia.gyp:skia', 328 '../skia/skia.gyp:skia',
329 329
330 'component_resources.gyp:component_resources', 330 'component_strings.gyp:component_strings',
331 ], 331 ],
332 'sources': [ 332 'sources': [
333 'autofill/content/renderer/autofill_agent.cc', 333 'autofill/content/renderer/autofill_agent.cc',
334 'autofill/content/renderer/autofill_agent.h', 334 'autofill/content/renderer/autofill_agent.h',
335 'autofill/content/renderer/form_autofill_util.cc', 335 'autofill/content/renderer/form_autofill_util.cc',
336 'autofill/content/renderer/form_autofill_util.h', 336 'autofill/content/renderer/form_autofill_util.h',
337 'autofill/content/renderer/form_cache.cc', 337 'autofill/content/renderer/form_cache.cc',
338 'autofill/content/renderer/form_cache.h', 338 'autofill/content/renderer/form_cache.h',
339 'autofill/content/renderer/page_click_listener.h', 339 'autofill/content/renderer/page_click_listener.h',
340 'autofill/content/renderer/page_click_tracker.cc', 340 'autofill/content/renderer/page_click_tracker.cc',
(...skipping 30 matching lines...) Expand all
371 ], 371 ],
372 'variables': { 372 'variables': {
373 'jni_gen_package': 'autofill', 373 'jni_gen_package': 'autofill',
374 }, 374 },
375 'includes': [ '../build/jni_generator.gypi' ], 375 'includes': [ '../build/jni_generator.gypi' ],
376 }, 376 },
377 ], 377 ],
378 }], 378 }],
379 ], 379 ],
380 } 380 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/browser/autofill_country.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698