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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 '..', | 263 '..', |
266 ], | 264 ], |
267 'dependencies': [ | 265 'dependencies': [ |
268 'autofill_common', | 266 'autofill_common', |
269 '../base/base.gyp:base', | 267 '../base/base.gyp:base', |
270 '../content/content.gyp:content_renderer', | 268 '../content/content.gyp:content_renderer', |
271 '../content/content.gyp:content_common', | 269 '../content/content.gyp:content_common', |
272 '../ipc/ipc.gyp:ipc', | 270 '../ipc/ipc.gyp:ipc', |
273 '../skia/skia.gyp:skia', | 271 '../skia/skia.gyp:skia', |
274 | 272 |
275 # For grip/generated_resources.h and grit/chromium_strings.h | 273 'component_resources.gyp:component_resources', |
276 # TODO(kaiwang): Remove this dependency on chrome. | |
277 '../chrome/chrome_resources.gyp:chrome_strings', | |
278 ], | 274 ], |
279 'sources': [ | 275 'sources': [ |
280 'autofill/renderer/autofill_agent.cc', | 276 'autofill/renderer/autofill_agent.cc', |
281 'autofill/renderer/autofill_agent.h', | 277 'autofill/renderer/autofill_agent.h', |
282 'autofill/renderer/form_autofill_util.cc', | 278 'autofill/renderer/form_autofill_util.cc', |
283 'autofill/renderer/form_autofill_util.h', | 279 'autofill/renderer/form_autofill_util.h', |
284 'autofill/renderer/form_cache.cc', | 280 'autofill/renderer/form_cache.cc', |
285 'autofill/renderer/form_cache.h', | 281 'autofill/renderer/form_cache.h', |
286 'autofill/renderer/page_click_listener.h', | 282 'autofill/renderer/page_click_listener.h', |
287 'autofill/renderer/page_click_tracker.cc', | 283 'autofill/renderer/page_click_tracker.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
318 ], | 314 ], |
319 'variables': { | 315 'variables': { |
320 'jni_gen_package': 'autofill', | 316 'jni_gen_package': 'autofill', |
321 }, | 317 }, |
322 'includes': [ '../build/jni_generator.gypi' ], | 318 'includes': [ '../build/jni_generator.gypi' ], |
323 }, | 319 }, |
324 ], | 320 ], |
325 }], | 321 }], |
326 ], | 322 ], |
327 } | 323 } |
OLD | NEW |