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

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: Fixing HexStringToInt 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 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
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/cart.cc',
255 'browser/autofill/wallet/cart.h',
256 'browser/autofill/wallet/full_wallet.cc',
257 'browser/autofill/wallet/full_wallet.h',
258 'browser/autofill/wallet/wallet_address.cc',
259 'browser/autofill/wallet/wallet_address.h',
260 'browser/autofill/wallet/wallet_client.cc',
261 'browser/autofill/wallet/wallet_client.h',
262 'browser/autofill/wallet/wallet_items.cc',
263 'browser/autofill/wallet/wallet_items.h',
264 'browser/autofill/wallet/wallet_service_url.cc',
265 'browser/autofill/wallet/wallet_service_url.h',
254 'browser/auto_launch_trial.cc', 266 'browser/auto_launch_trial.cc',
255 'browser/auto_launch_trial.h', 267 'browser/auto_launch_trial.h',
256 'browser/automation/automation_browser_tracker.cc', 268 'browser/automation/automation_browser_tracker.cc',
257 'browser/automation/automation_browser_tracker.h', 269 'browser/automation/automation_browser_tracker.h',
258 'browser/automation/automation_event_observers.cc', 270 'browser/automation/automation_event_observers.cc',
259 'browser/automation/automation_event_observers.h', 271 'browser/automation/automation_event_observers.h',
260 'browser/automation/automation_event_observers_chromeos.cc', 272 'browser/automation/automation_event_observers_chromeos.cc',
261 'browser/automation/automation_event_queue.cc', 273 'browser/automation/automation_event_queue.cc',
262 'browser/automation/automation_event_queue.h', 274 'browser/automation/automation_event_queue.h',
263 'browser/automation/automation_provider.cc', 275 'browser/automation/automation_provider.cc',
(...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 'proto_in_dir': '../third_party/cros_system_api/dbus', 3172 'proto_in_dir': '../third_party/cros_system_api/dbus',
3161 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3173 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3162 }, 3174 },
3163 'includes': ['../build/protoc.gypi'], 3175 'includes': ['../build/protoc.gypi'],
3164 }, 3176 },
3165 ], 3177 ],
3166 }, 3178 },
3167 ], 3179 ],
3168 ], 3180 ],
3169 } 3181 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_service_url_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698