OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'browser/autofill/phone_field.cc', | 241 'browser/autofill/phone_field.cc', |
242 'browser/autofill/phone_field.h', | 242 'browser/autofill/phone_field.h', |
243 'browser/autofill/phone_number.cc', | 243 'browser/autofill/phone_number.cc', |
244 'browser/autofill/phone_number.h', | 244 'browser/autofill/phone_number.h', |
245 'browser/autofill/phone_number_i18n.cc', | 245 'browser/autofill/phone_number_i18n.cc', |
246 'browser/autofill/phone_number_i18n.h', | 246 'browser/autofill/phone_number_i18n.h', |
247 'browser/autofill/wallet/cart.cc', | 247 'browser/autofill/wallet/cart.cc', |
248 'browser/autofill/wallet/cart.h', | 248 'browser/autofill/wallet/cart.h', |
249 'browser/autofill/wallet/full_wallet.cc', | 249 'browser/autofill/wallet/full_wallet.cc', |
250 'browser/autofill/wallet/full_wallet.h', | 250 'browser/autofill/wallet/full_wallet.h', |
| 251 'browser/autofill/wallet/required_action.cc', |
| 252 'browser/autofill/wallet/required_action.h', |
251 'browser/autofill/wallet/wallet_address.cc', | 253 'browser/autofill/wallet/wallet_address.cc', |
252 'browser/autofill/wallet/wallet_address.h', | 254 'browser/autofill/wallet/wallet_address.h', |
253 'browser/autofill/wallet/wallet_client.cc', | 255 'browser/autofill/wallet/wallet_client.cc', |
254 'browser/autofill/wallet/wallet_client.h', | 256 'browser/autofill/wallet/wallet_client.h', |
255 'browser/autofill/wallet/wallet_items.cc', | 257 'browser/autofill/wallet/wallet_items.cc', |
256 'browser/autofill/wallet/wallet_items.h', | 258 'browser/autofill/wallet/wallet_items.h', |
257 'browser/autofill/wallet/wallet_service_url.cc', | 259 'browser/autofill/wallet/wallet_service_url.cc', |
258 'browser/autofill/wallet/wallet_service_url.h', | 260 'browser/autofill/wallet/wallet_service_url.h', |
259 'browser/auto_launch_trial.cc', | 261 'browser/auto_launch_trial.cc', |
260 'browser/auto_launch_trial.h', | 262 'browser/auto_launch_trial.h', |
(...skipping 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3122 'variables': { | 3124 'variables': { |
3123 'jni_gen_dir': 'chrome', | 3125 'jni_gen_dir': 'chrome', |
3124 }, | 3126 }, |
3125 'includes': [ '../build/jni_generator.gypi' ], | 3127 'includes': [ '../build/jni_generator.gypi' ], |
3126 }, | 3128 }, |
3127 ], | 3129 ], |
3128 }, | 3130 }, |
3129 ], | 3131 ], |
3130 ], | 3132 ], |
3131 } | 3133 } |
OLD | NEW |