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

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: Rebase and most fixes from Albert's initial review. Created 8 years 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'browser/autofill/personal_data_manager_factory.cc', 245 'browser/autofill/personal_data_manager_factory.cc',
246 'browser/autofill/personal_data_manager_factory.h', 246 'browser/autofill/personal_data_manager_factory.h',
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/wallet/cart.cc',
256 'browser/autofill/wallet/cart.h',
257 'browser/autofill/wallet/full_wallet.cc',
258 'browser/autofill/wallet/full_wallet.h',
259 'browser/autofill/wallet/wallet_address.cc',
260 'browser/autofill/wallet/wallet_address.h',
261 'browser/autofill/wallet/wallet_data_retriever.cc',
262 'browser/autofill/wallet/wallet_data_retriever.h',
263 'browser/autofill/wallet/wallet_items.cc',
264 'browser/autofill/wallet/wallet_items.h',
265 'browser/autofill/wallet/wallet_service_url.cc',
266 'browser/autofill/wallet/wallet_service_url.h',
255 'browser/auto_launch_trial.cc', 267 'browser/auto_launch_trial.cc',
256 'browser/auto_launch_trial.h', 268 'browser/auto_launch_trial.h',
257 'browser/automation/automation_browser_tracker.cc', 269 'browser/automation/automation_browser_tracker.cc',
258 'browser/automation/automation_browser_tracker.h', 270 'browser/automation/automation_browser_tracker.h',
259 'browser/automation/automation_event_observers.cc', 271 'browser/automation/automation_event_observers.cc',
260 'browser/automation/automation_event_observers.h', 272 'browser/automation/automation_event_observers.h',
261 'browser/automation/automation_event_observers_chromeos.cc', 273 'browser/automation/automation_event_observers_chromeos.cc',
262 'browser/automation/automation_event_queue.cc', 274 'browser/automation/automation_event_queue.cc',
263 'browser/automation/automation_event_queue.h', 275 'browser/automation/automation_event_queue.h',
264 'browser/automation/automation_provider.cc', 276 'browser/automation/automation_provider.cc',
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 'proto_in_dir': '../third_party/cros_system_api/dbus', 3082 'proto_in_dir': '../third_party/cros_system_api/dbus',
3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3083 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3072 }, 3084 },
3073 'includes': ['../build/protoc.gypi'], 3085 'includes': ['../build/protoc.gypi'],
3074 }, 3086 },
3075 ], 3087 ],
3076 }, 3088 },
3077 ], 3089 ],
3078 ], 3090 ],
3079 } 3091 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698