OLD | NEW |
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '../ipc/ipc.gyp:ipc', | 116 '../ipc/ipc.gyp:ipc', |
117 '../skia/skia.gyp:skia', | 117 '../skia/skia.gyp:skia', |
118 '../sql/sql.gyp:sql', | 118 '../sql/sql.gyp:sql', |
119 '../third_party/icu/icu.gyp:icui18n', | 119 '../third_party/icu/icu.gyp:icui18n', |
120 '../third_party/icu/icu.gyp:icuuc', | 120 '../third_party/icu/icu.gyp:icuuc', |
121 '../third_party/libjingle/libjingle.gyp:libjingle', | 121 '../third_party/libjingle/libjingle.gyp:libjingle', |
122 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 122 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
123 '../ui/ui.gyp:ui', | 123 '../ui/ui.gyp:ui', |
124 '../webkit/support/webkit_support.gyp:webkit_resources', | 124 '../webkit/support/webkit_support.gyp:webkit_resources', |
125 | 125 |
126 # For grip/generated_resources.h and grit/chromium_strings.h | 126 'component_resources.gyp:component_resources', |
127 # TODO(kaiwang): Remove this dependency on chrome. | |
128 '../chrome/chrome_resources.gyp:chrome_strings', | |
129 ], | 127 ], |
130 'sources': [ | 128 'sources': [ |
131 'autofill/browser/address.cc', | 129 'autofill/browser/address.cc', |
132 'autofill/browser/address.h', | 130 'autofill/browser/address.h', |
133 'autofill/browser/address_field.cc', | 131 'autofill/browser/address_field.cc', |
134 'autofill/browser/address_field.h', | 132 'autofill/browser/address_field.h', |
135 'autofill/browser/autocheckout/whitelist_manager.cc', | 133 'autofill/browser/autocheckout/whitelist_manager.cc', |
136 'autofill/browser/autocheckout/whitelist_manager.h', | 134 'autofill/browser/autocheckout/whitelist_manager.h', |
137 'autofill/browser/autocheckout_manager.cc', | 135 'autofill/browser/autocheckout_manager.cc', |
138 'autofill/browser/autocheckout_manager.h', | 136 'autofill/browser/autocheckout_manager.h', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 '..', | 262 '..', |
265 ], | 263 ], |
266 'dependencies': [ | 264 'dependencies': [ |
267 'autofill_common', | 265 'autofill_common', |
268 '../base/base.gyp:base', | 266 '../base/base.gyp:base', |
269 '../content/content.gyp:content_renderer', | 267 '../content/content.gyp:content_renderer', |
270 '../content/content.gyp:content_common', | 268 '../content/content.gyp:content_common', |
271 '../ipc/ipc.gyp:ipc', | 269 '../ipc/ipc.gyp:ipc', |
272 '../skia/skia.gyp:skia', | 270 '../skia/skia.gyp:skia', |
273 | 271 |
274 # For grip/generated_resources.h and grit/chromium_strings.h | 272 'component_resources.gyp:component_resources', |
275 # TODO(kaiwang): Remove this dependency on chrome. | |
276 '../chrome/chrome_resources.gyp:chrome_strings', | |
277 ], | 273 ], |
278 'sources': [ | 274 'sources': [ |
279 'autofill/renderer/autofill_agent.cc', | 275 'autofill/renderer/autofill_agent.cc', |
280 'autofill/renderer/autofill_agent.h', | 276 'autofill/renderer/autofill_agent.h', |
281 'autofill/renderer/form_autofill_util.cc', | 277 'autofill/renderer/form_autofill_util.cc', |
282 'autofill/renderer/form_autofill_util.h', | 278 'autofill/renderer/form_autofill_util.h', |
283 'autofill/renderer/form_cache.cc', | 279 'autofill/renderer/form_cache.cc', |
284 'autofill/renderer/form_cache.h', | 280 'autofill/renderer/form_cache.h', |
285 'autofill/renderer/page_click_listener.h', | 281 'autofill/renderer/page_click_listener.h', |
286 'autofill/renderer/page_click_tracker.cc', | 282 'autofill/renderer/page_click_tracker.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
317 ], | 313 ], |
318 'variables': { | 314 'variables': { |
319 'jni_gen_package': 'autofill', | 315 'jni_gen_package': 'autofill', |
320 }, | 316 }, |
321 'includes': [ '../build/jni_generator.gypi' ], | 317 'includes': [ '../build/jni_generator.gypi' ], |
322 }, | 318 }, |
323 ], | 319 ], |
324 }], | 320 }], |
325 ], | 321 ], |
326 } | 322 } |
OLD | NEW |