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 16 matching lines...) Expand all Loading... |
27 ['OS != "ios"', { | 27 ['OS != "ios"', { |
28 'targets': [ | 28 'targets': [ |
29 { | 29 { |
30 'target_name': 'autofill_core_common', | 30 'target_name': 'autofill_core_common', |
31 'type': 'static_library', | 31 'type': 'static_library', |
32 'dependencies': [ | 32 'dependencies': [ |
33 '../base/base.gyp:base', | 33 '../base/base.gyp:base', |
34 '../content/content.gyp:content_common', | 34 '../content/content.gyp:content_common', |
35 '../ipc/ipc.gyp:ipc', | 35 '../ipc/ipc.gyp:ipc', |
36 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 36 '../third_party/WebKit/public/blink.gyp:blink_minimal', |
| 37 '../ui/events/events.gyp:events', |
37 '../ui/gfx/gfx.gyp:gfx', | 38 '../ui/gfx/gfx.gyp:gfx', |
38 '../ui/ui.gyp:ui', | 39 '../ui/ui.gyp:ui', |
39 '../url/url.gyp:url_lib', | 40 '../url/url.gyp:url_lib', |
40 ], | 41 ], |
41 'conditions': [ | 42 'conditions': [ |
42 ['OS == "android"', { | 43 ['OS == "android"', { |
43 'dependencies': [ | 44 'dependencies': [ |
44 'autofill_jni_headers', | 45 'autofill_jni_headers', |
45 ], | 46 ], |
46 }], | 47 }], |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 '../content/content.gyp:content_browser', | 105 '../content/content.gyp:content_browser', |
105 '../content/content.gyp:content_common', | 106 '../content/content.gyp:content_common', |
106 '../google_apis/google_apis.gyp:google_apis', | 107 '../google_apis/google_apis.gyp:google_apis', |
107 '../ipc/ipc.gyp:ipc', | 108 '../ipc/ipc.gyp:ipc', |
108 '../skia/skia.gyp:skia', | 109 '../skia/skia.gyp:skia', |
109 '../sql/sql.gyp:sql', | 110 '../sql/sql.gyp:sql', |
110 '../third_party/icu/icu.gyp:icui18n', | 111 '../third_party/icu/icu.gyp:icui18n', |
111 '../third_party/icu/icu.gyp:icuuc', | 112 '../third_party/icu/icu.gyp:icuuc', |
112 '../third_party/libjingle/libjingle.gyp:libjingle', | 113 '../third_party/libjingle/libjingle.gyp:libjingle', |
113 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 114 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 115 '../ui/events/events.gyp:events', |
114 '../ui/gfx/gfx.gyp:gfx', | 116 '../ui/gfx/gfx.gyp:gfx', |
115 '../ui/ui.gyp:ui', | 117 '../ui/ui.gyp:ui', |
116 '../url/url.gyp:url_lib', | 118 '../url/url.gyp:url_lib', |
117 '../webkit/webkit_resources.gyp:webkit_resources', | 119 '../webkit/webkit_resources.gyp:webkit_resources', |
118 | 120 |
119 'component_strings.gyp:component_strings', | 121 'component_strings.gyp:component_strings', |
120 ], | 122 ], |
121 'sources': [ | 123 'sources': [ |
122 'autofill/core/browser/address.cc', | 124 'autofill/core/browser/address.cc', |
123 'autofill/core/browser/address.h', | 125 'autofill/core/browser/address.h', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 '../content/content.gyp:content_browser', | 294 '../content/content.gyp:content_browser', |
293 '../content/content.gyp:content_common', | 295 '../content/content.gyp:content_common', |
294 '../google_apis/google_apis.gyp:google_apis', | 296 '../google_apis/google_apis.gyp:google_apis', |
295 '../ipc/ipc.gyp:ipc', | 297 '../ipc/ipc.gyp:ipc', |
296 '../skia/skia.gyp:skia', | 298 '../skia/skia.gyp:skia', |
297 '../sql/sql.gyp:sql', | 299 '../sql/sql.gyp:sql', |
298 '../third_party/icu/icu.gyp:icui18n', | 300 '../third_party/icu/icu.gyp:icui18n', |
299 '../third_party/icu/icu.gyp:icuuc', | 301 '../third_party/icu/icu.gyp:icuuc', |
300 '../third_party/libjingle/libjingle.gyp:libjingle', | 302 '../third_party/libjingle/libjingle.gyp:libjingle', |
301 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 303 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 304 '../ui/events/events.gyp:events', |
302 '../ui/gfx/gfx.gyp:gfx', | 305 '../ui/gfx/gfx.gyp:gfx', |
303 '../ui/ui.gyp:ui', | 306 '../ui/ui.gyp:ui', |
304 '../url/url.gyp:url_lib', | 307 '../url/url.gyp:url_lib', |
305 '../webkit/webkit_resources.gyp:webkit_resources', | 308 '../webkit/webkit_resources.gyp:webkit_resources', |
306 | 309 |
307 'component_strings.gyp:component_strings', | 310 'component_strings.gyp:component_strings', |
308 ], | 311 ], |
309 'sources': [ | 312 'sources': [ |
310 'autofill/content/browser/autofill_driver_impl.cc', | 313 'autofill/content/browser/autofill_driver_impl.cc', |
311 'autofill/content/browser/autofill_driver_impl.h', | 314 'autofill/content/browser/autofill_driver_impl.h', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 ], | 399 ], |
397 'variables': { | 400 'variables': { |
398 'jni_gen_package': 'autofill', | 401 'jni_gen_package': 'autofill', |
399 }, | 402 }, |
400 'includes': [ '../build/jni_generator.gypi' ], | 403 'includes': [ '../build/jni_generator.gypi' ], |
401 }, | 404 }, |
402 ], | 405 ], |
403 }], | 406 }], |
404 ], | 407 ], |
405 } | 408 } |
OLD | NEW |