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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 'browser/autofill/phone_field.cc', | 243 'browser/autofill/phone_field.cc', |
244 'browser/autofill/phone_field.h', | 244 'browser/autofill/phone_field.h', |
245 'browser/autofill/phone_number.cc', | 245 'browser/autofill/phone_number.cc', |
246 'browser/autofill/phone_number.h', | 246 'browser/autofill/phone_number.h', |
247 'browser/autofill/phone_number_i18n.cc', | 247 'browser/autofill/phone_number_i18n.cc', |
248 'browser/autofill/phone_number_i18n.h', | 248 'browser/autofill/phone_number_i18n.h', |
249 'browser/autofill/wallet/cart.cc', | 249 'browser/autofill/wallet/cart.cc', |
250 'browser/autofill/wallet/cart.h', | 250 'browser/autofill/wallet/cart.h', |
251 'browser/autofill/wallet/full_wallet.cc', | 251 'browser/autofill/wallet/full_wallet.cc', |
252 'browser/autofill/wallet/full_wallet.h', | 252 'browser/autofill/wallet/full_wallet.h', |
| 253 'browser/autofill/wallet/required_action.cc', |
| 254 'browser/autofill/wallet/required_action.h', |
253 'browser/autofill/wallet/wallet_address.cc', | 255 'browser/autofill/wallet/wallet_address.cc', |
254 'browser/autofill/wallet/wallet_address.h', | 256 'browser/autofill/wallet/wallet_address.h', |
255 'browser/autofill/wallet/wallet_client.cc', | 257 'browser/autofill/wallet/wallet_client.cc', |
256 'browser/autofill/wallet/wallet_client.h', | 258 'browser/autofill/wallet/wallet_client.h', |
257 'browser/autofill/wallet/wallet_items.cc', | 259 'browser/autofill/wallet/wallet_items.cc', |
258 'browser/autofill/wallet/wallet_items.h', | 260 'browser/autofill/wallet/wallet_items.h', |
259 'browser/autofill/wallet/wallet_service_url.cc', | 261 'browser/autofill/wallet/wallet_service_url.cc', |
260 'browser/autofill/wallet/wallet_service_url.h', | 262 'browser/autofill/wallet/wallet_service_url.h', |
261 'browser/auto_launch_trial.cc', | 263 'browser/auto_launch_trial.cc', |
262 'browser/auto_launch_trial.h', | 264 'browser/auto_launch_trial.h', |
(...skipping 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3152 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3154 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3153 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3155 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3154 }, | 3156 }, |
3155 'includes': ['../build/protoc.gypi'], | 3157 'includes': ['../build/protoc.gypi'], |
3156 }, | 3158 }, |
3157 ], | 3159 ], |
3158 }, | 3160 }, |
3159 ], | 3161 ], |
3160 ], | 3162 ], |
3161 } | 3163 } |
OLD | NEW |