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

Unified Diff: chrome/chrome_browser.gypi

Issue 105823007: WIP - Chrome's libaddressinput storage implementation, step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 12 months 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/address_storage_factory.cc ('k') | chrome/common/chrome_paths.h » ('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 a0e57d9f72d87ff7c80dc8d4109daa9601986b45..e72dd967a9377677ff2c7406cc01f17e3c977160 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -52,6 +52,8 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ # FIXME not for commit
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libxml/libxml.gyp:libxml',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
'../third_party/zlib/google/zip.gyp:zip',
@@ -210,6 +212,8 @@
'browser/autofill/autofill_cc_infobar_delegate.h',
'browser/autofill/personal_data_manager_factory.cc',
'browser/autofill/personal_data_manager_factory.h',
+ 'browser/autofill/address_storage_factory.cc',
+ 'browser/autofill/address_storage_factory.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/address_storage_factory.cc ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698