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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 92f93890699079c851c7311b445b12032515e1aa..d290dde4cd191ea1c76a0d6b90187eb79a3f08fa 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -251,6 +251,18 @@
'browser/autofill/phone_number.h',
'browser/autofill/phone_number_i18n.cc',
'browser/autofill/phone_number_i18n.h',
+ 'browser/autofill/wallet/cart.cc',
+ 'browser/autofill/wallet/cart.h',
+ 'browser/autofill/wallet/full_wallet.cc',
+ 'browser/autofill/wallet/full_wallet.h',
+ 'browser/autofill/wallet/wallet_address.cc',
+ 'browser/autofill/wallet/wallet_address.h',
+ 'browser/autofill/wallet/wallet_client.cc',
+ 'browser/autofill/wallet/wallet_client.h',
+ 'browser/autofill/wallet/wallet_items.cc',
+ 'browser/autofill/wallet/wallet_items.h',
+ 'browser/autofill/wallet/wallet_service_url.cc',
+ 'browser/autofill/wallet/wallet_service_url.h',
'browser/auto_launch_trial.cc',
'browser/auto_launch_trial.h',
'browser/automation/automation_browser_tracker.cc',
« 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