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