Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11293078: Integrating Online Wallet into Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes from Dane's review Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'browser/autofill/personal_data_manager_mac.mm', 247 'browser/autofill/personal_data_manager_mac.mm',
248 'browser/autofill/personal_data_manager_observer.h', 248 'browser/autofill/personal_data_manager_observer.h',
249 'browser/autofill/phone_field.cc', 249 'browser/autofill/phone_field.cc',
250 'browser/autofill/phone_field.h', 250 'browser/autofill/phone_field.h',
251 'browser/autofill/phone_number.cc', 251 'browser/autofill/phone_number.cc',
252 'browser/autofill/phone_number.h', 252 'browser/autofill/phone_number.h',
253 'browser/autofill/phone_number_i18n.cc', 253 'browser/autofill/phone_number_i18n.cc',
254 'browser/autofill/phone_number_i18n.h', 254 'browser/autofill/phone_number_i18n.h',
255 'browser/autofill/select_control_handler.cc', 255 'browser/autofill/select_control_handler.cc',
256 'browser/autofill/select_control_handler.h', 256 'browser/autofill/select_control_handler.h',
257 'browser/autofill/wallet/cart.cc',
258 'browser/autofill/wallet/cart.h',
259 'browser/autofill/wallet/full_wallet.cc',
260 'browser/autofill/wallet/full_wallet.h',
261 'browser/autofill/wallet/wallet_address.cc',
262 'browser/autofill/wallet/wallet_address.h',
263 'browser/autofill/wallet/wallet_data_retriever.cc',
264 'browser/autofill/wallet/wallet_data_retriever.h',
265 'browser/autofill/wallet/wallet_items.cc',
266 'browser/autofill/wallet/wallet_items.h',
267 'browser/autofill/wallet/wallet_service_url.cc',
268 'browser/autofill/wallet/wallet_service_url.h',
257 'browser/auto_launch_trial.cc', 269 'browser/auto_launch_trial.cc',
258 'browser/auto_launch_trial.h', 270 'browser/auto_launch_trial.h',
259 'browser/automation/automation_browser_tracker.cc', 271 'browser/automation/automation_browser_tracker.cc',
260 'browser/automation/automation_browser_tracker.h', 272 'browser/automation/automation_browser_tracker.h',
261 'browser/automation/automation_event_observers.cc', 273 'browser/automation/automation_event_observers.cc',
262 'browser/automation/automation_event_observers.h', 274 'browser/automation/automation_event_observers.h',
263 'browser/automation/automation_event_observers_chromeos.cc', 275 'browser/automation/automation_event_observers_chromeos.cc',
264 'browser/automation/automation_event_queue.cc', 276 'browser/automation/automation_event_queue.cc',
265 'browser/automation/automation_event_queue.h', 277 'browser/automation/automation_event_queue.h',
266 'browser/automation/automation_provider.cc', 278 'browser/automation/automation_provider.cc',
(...skipping 2762 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'proto_in_dir': '../third_party/cros_system_api/dbus', 3041 'proto_in_dir': '../third_party/cros_system_api/dbus',
3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3042 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3031 }, 3043 },
3032 'includes': ['../build/protoc.gypi'], 3044 'includes': ['../build/protoc.gypi'],
3033 }, 3045 },
3034 ], 3046 ],
3035 }, 3047 },
3036 ], 3048 ],
3037 ], 3049 ],
3038 } 3050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698