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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 137723008: Remove DataModelWrapper from android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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/ui/autofill/data_model_wrapper_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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 1d2ab066440da5768e332676f4c16f42a3e7ef99..4a835459d90a55ce1699fc9200da9ce796a37ff2 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3351,8 +3351,6 @@
'sources!': [
'browser/ui/autofill/autofill_dialog_common.cc',
'browser/ui/autofill/autofill_dialog_common.h',
- 'browser/ui/autofill/data_model_wrapper.cc',
- 'browser/ui/autofill/data_model_wrapper.h',
],
}],
['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', {
@@ -3369,6 +3367,8 @@
'browser/ui/autofill/autofill_dialog_view.h',
'browser/ui/autofill/autofill_dialog_view.cc',
'browser/ui/autofill/autofill_dialog_view_delegate.h',
+ 'browser/ui/autofill/data_model_wrapper.cc',
+ 'browser/ui/autofill/data_model_wrapper.h',
],
}],
['enable_google_now==0', {
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698