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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 }, | 46 }, |
47 ], | 47 ], |
48 'conditions': [ | 48 'conditions': [ |
49 ['OS != "ios"', { | 49 ['OS != "ios"', { |
50 'targets': [ | 50 'targets': [ |
51 { | 51 { |
52 'target_name': 'autofill_common', | 52 'target_name': 'autofill_common', |
53 'type': 'static_library', | 53 'type': 'static_library', |
54 'dependencies': [ | 54 'dependencies': [ |
55 '../base/base.gyp:base', | 55 '../base/base.gyp:base', |
56 '../build/temp_gyp/googleurl.gyp:googleurl', | |
57 '../content/content.gyp:content_common', | 56 '../content/content.gyp:content_common', |
58 '../ipc/ipc.gyp:ipc', | 57 '../ipc/ipc.gyp:ipc', |
59 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 58 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
60 '../ui/ui.gyp:ui', | 59 '../ui/ui.gyp:ui', |
| 60 '../url/url.gyp:url_lib', |
61 ], | 61 ], |
62 'conditions': [ | 62 'conditions': [ |
63 ['OS == "android"', { | 63 ['OS == "android"', { |
64 'dependencies': [ | 64 'dependencies': [ |
65 'autofill_jni_headers', | 65 'autofill_jni_headers', |
66 ], | 66 ], |
67 }], | 67 }], |
68 ], | 68 ], |
69 'include_dirs': [ | 69 'include_dirs': [ |
70 '..', | 70 '..', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'dependencies': [ | 114 'dependencies': [ |
115 'autofill_common', | 115 'autofill_common', |
116 'autofill_regexes', | 116 'autofill_regexes', |
117 'autofill_risk_proto', | 117 'autofill_risk_proto', |
118 'encryptor', | 118 'encryptor', |
119 'user_prefs', | 119 'user_prefs', |
120 'webdata_common', | 120 'webdata_common', |
121 '../base/base.gyp:base', | 121 '../base/base.gyp:base', |
122 '../base/base.gyp:base_i18n', | 122 '../base/base.gyp:base_i18n', |
123 '../base/base.gyp:base_prefs', | 123 '../base/base.gyp:base_prefs', |
124 '../build/temp_gyp/googleurl.gyp:googleurl', | |
125 '../content/content.gyp:content_browser', | 124 '../content/content.gyp:content_browser', |
126 '../content/content.gyp:content_common', | 125 '../content/content.gyp:content_common', |
127 '../google_apis/google_apis.gyp:google_apis', | 126 '../google_apis/google_apis.gyp:google_apis', |
128 '../ipc/ipc.gyp:ipc', | 127 '../ipc/ipc.gyp:ipc', |
129 '../skia/skia.gyp:skia', | 128 '../skia/skia.gyp:skia', |
130 '../sql/sql.gyp:sql', | 129 '../sql/sql.gyp:sql', |
131 '../third_party/icu/icu.gyp:icui18n', | 130 '../third_party/icu/icu.gyp:icui18n', |
132 '../third_party/icu/icu.gyp:icuuc', | 131 '../third_party/icu/icu.gyp:icuuc', |
133 '../third_party/libjingle/libjingle.gyp:libjingle', | 132 '../third_party/libjingle/libjingle.gyp:libjingle', |
134 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 133 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
135 '../ui/ui.gyp:ui', | 134 '../ui/ui.gyp:ui', |
| 135 '../url/url.gyp:url_lib', |
136 '../webkit/support/webkit_support.gyp:webkit_resources', | 136 '../webkit/support/webkit_support.gyp:webkit_resources', |
137 | 137 |
138 'component_resources.gyp:component_resources', | 138 'component_resources.gyp:component_resources', |
139 ], | 139 ], |
140 'sources': [ | 140 'sources': [ |
141 'autofill/browser/address.cc', | 141 'autofill/browser/address.cc', |
142 'autofill/browser/address.h', | 142 'autofill/browser/address.h', |
143 'autofill/browser/address_field.cc', | 143 'autofill/browser/address_field.cc', |
144 'autofill/browser/address_field.h', | 144 'autofill/browser/address_field.h', |
145 'autofill/browser/autocheckout/whitelist_manager.cc', | 145 'autofill/browser/autocheckout/whitelist_manager.cc', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ], | 326 ], |
327 'variables': { | 327 'variables': { |
328 'jni_gen_package': 'autofill', | 328 'jni_gen_package': 'autofill', |
329 }, | 329 }, |
330 'includes': [ '../build/jni_generator.gypi' ], | 330 'includes': [ '../build/jni_generator.gypi' ], |
331 }, | 331 }, |
332 ], | 332 ], |
333 }], | 333 }], |
334 ], | 334 ], |
335 } | 335 } |
OLD | NEW |