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

Side by Side Diff: components/autofill.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/chrome_tests_unit.gypi ('k') | content/content_browser.gypi » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '../google_apis/google_apis.gyp:google_apis', 103 '../google_apis/google_apis.gyp:google_apis',
104 '../ipc/ipc.gyp:ipc', 104 '../ipc/ipc.gyp:ipc',
105 '../skia/skia.gyp:skia', 105 '../skia/skia.gyp:skia',
106 '../sql/sql.gyp:sql', 106 '../sql/sql.gyp:sql',
107 '../third_party/icu/icu.gyp:icui18n', 107 '../third_party/icu/icu.gyp:icui18n',
108 '../third_party/icu/icu.gyp:icuuc', 108 '../third_party/icu/icu.gyp:icuuc',
109 '../third_party/libjingle/libjingle.gyp:libjingle', 109 '../third_party/libjingle/libjingle.gyp:libjingle',
110 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 110 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
111 '../ui/ui.gyp:ui', 111 '../ui/ui.gyp:ui',
112 '../url/url.gyp:url_lib', 112 '../url/url.gyp:url_lib',
113 '../webkit/support/webkit_support.gyp:webkit_resources', 113 '../webkit/webkit_resources.gyp:webkit_temp_resources',
114 114
115 'component_strings.gyp:component_strings', 115 'component_strings.gyp:component_strings',
116 ], 116 ],
117 'sources': [ 117 'sources': [
118 'autofill/core/browser/address.cc', 118 'autofill/core/browser/address.cc',
119 'autofill/core/browser/address.h', 119 'autofill/core/browser/address.h',
120 'autofill/core/browser/address_field.cc', 120 'autofill/core/browser/address_field.cc',
121 'autofill/core/browser/address_field.h', 121 'autofill/core/browser/address_field.h',
122 'autofill/core/browser/autocomplete_history_manager.cc', 122 'autofill/core/browser/autocomplete_history_manager.cc',
123 'autofill/core/browser/autocomplete_history_manager.h', 123 'autofill/core/browser/autocomplete_history_manager.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../google_apis/google_apis.gyp:google_apis', 260 '../google_apis/google_apis.gyp:google_apis',
261 '../ipc/ipc.gyp:ipc', 261 '../ipc/ipc.gyp:ipc',
262 '../skia/skia.gyp:skia', 262 '../skia/skia.gyp:skia',
263 '../sql/sql.gyp:sql', 263 '../sql/sql.gyp:sql',
264 '../third_party/icu/icu.gyp:icui18n', 264 '../third_party/icu/icu.gyp:icui18n',
265 '../third_party/icu/icu.gyp:icuuc', 265 '../third_party/icu/icu.gyp:icuuc',
266 '../third_party/libjingle/libjingle.gyp:libjingle', 266 '../third_party/libjingle/libjingle.gyp:libjingle',
267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
268 '../ui/ui.gyp:ui', 268 '../ui/ui.gyp:ui',
269 '../url/url.gyp:url_lib', 269 '../url/url.gyp:url_lib',
270 '../webkit/support/webkit_support.gyp:webkit_resources', 270 '../webkit/webkit_resources.gyp:webkit_temp_resources',
271 271
272 'component_strings.gyp:component_strings', 272 'component_strings.gyp:component_strings',
273 ], 273 ],
274 'sources': [ 274 'sources': [
275 'autofill/content/browser/autocheckout/whitelist_manager.cc', 275 'autofill/content/browser/autocheckout/whitelist_manager.cc',
276 'autofill/content/browser/autocheckout/whitelist_manager.h', 276 'autofill/content/browser/autocheckout/whitelist_manager.h',
277 'autofill/content/browser/autocheckout_manager.cc', 277 'autofill/content/browser/autocheckout_manager.cc',
278 'autofill/content/browser/autocheckout_manager.h', 278 'autofill/content/browser/autocheckout_manager.h',
279 'autofill/content/browser/autocheckout_page_meta_data.cc', 279 'autofill/content/browser/autocheckout_page_meta_data.cc',
280 'autofill/content/browser/autocheckout_page_meta_data.h', 280 'autofill/content/browser/autocheckout_page_meta_data.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 370 ],
371 'variables': { 371 'variables': {
372 'jni_gen_package': 'autofill', 372 'jni_gen_package': 'autofill',
373 }, 373 },
374 'includes': [ '../build/jni_generator.gypi' ], 374 'includes': [ '../build/jni_generator.gypi' ],
375 }, 375 },
376 ], 376 ],
377 }], 377 }],
378 ], 378 ],
379 } 379 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698