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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'browser/autofill/personal_data_manager_factory.cc', | 244 'browser/autofill/personal_data_manager_factory.cc', |
245 'browser/autofill/personal_data_manager_factory.h', | 245 'browser/autofill/personal_data_manager_factory.h', |
246 'browser/autofill/personal_data_manager_mac.mm', | 246 'browser/autofill/personal_data_manager_mac.mm', |
247 'browser/autofill/personal_data_manager_observer.h', | 247 'browser/autofill/personal_data_manager_observer.h', |
248 'browser/autofill/phone_field.cc', | 248 'browser/autofill/phone_field.cc', |
249 'browser/autofill/phone_field.h', | 249 'browser/autofill/phone_field.h', |
250 'browser/autofill/phone_number.cc', | 250 'browser/autofill/phone_number.cc', |
251 'browser/autofill/phone_number.h', | 251 'browser/autofill/phone_number.h', |
252 'browser/autofill/phone_number_i18n.cc', | 252 'browser/autofill/phone_number_i18n.cc', |
253 'browser/autofill/phone_number_i18n.h', | 253 'browser/autofill/phone_number_i18n.h', |
| 254 'browser/autofill/wallet_infobar_delegate.cc', |
| 255 'browser/autofill/wallet_infobar_delegate.h', |
254 'browser/auto_launch_trial.cc', | 256 'browser/auto_launch_trial.cc', |
255 'browser/auto_launch_trial.h', | 257 'browser/auto_launch_trial.h', |
256 'browser/automation/automation_browser_tracker.cc', | 258 'browser/automation/automation_browser_tracker.cc', |
257 'browser/automation/automation_browser_tracker.h', | 259 'browser/automation/automation_browser_tracker.h', |
258 'browser/automation/automation_event_observers.cc', | 260 'browser/automation/automation_event_observers.cc', |
259 'browser/automation/automation_event_observers.h', | 261 'browser/automation/automation_event_observers.h', |
260 'browser/automation/automation_event_observers_chromeos.cc', | 262 'browser/automation/automation_event_observers_chromeos.cc', |
261 'browser/automation/automation_event_queue.cc', | 263 'browser/automation/automation_event_queue.cc', |
262 'browser/automation/automation_event_queue.h', | 264 'browser/automation/automation_event_queue.h', |
263 'browser/automation/automation_provider.cc', | 265 'browser/automation/automation_provider.cc', |
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3166 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3165 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3167 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3166 }, | 3168 }, |
3167 'includes': ['../build/protoc.gypi'], | 3169 'includes': ['../build/protoc.gypi'], |
3168 }, | 3170 }, |
3169 ], | 3171 ], |
3170 }, | 3172 }, |
3171 ], | 3173 ], |
3172 ], | 3174 ], |
3173 } | 3175 } |
OLD | NEW |