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

Unified Diff: components/autofill.gypi

Issue 2180093002: [Autofill] Switch on use_new_wrapper_types mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit Created 4 years, 5 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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index ef32405458ca6d00b8e70c736176beb2e635f312..2a771b4cef1307996d88864817d0985ceb271aa1 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -330,7 +330,6 @@
'<(DEPTH)/url/mojo/gurl.typemap',
'<(DEPTH)/url/mojo/origin.typemap',
],
- 'use_new_wrapper_types': 'false',
},
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
'dependencies': [
@@ -366,7 +365,6 @@
'<(DEPTH)/url/mojo/gurl.typemap',
'<(DEPTH)/url/mojo/origin.typemap',
],
- 'use_new_wrapper_types': 'false',
},
'sources': [
'autofill/content/public/interfaces/test_autofill_types.mojom',
@@ -399,7 +397,6 @@
'<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap',
'<(DEPTH)/url/mojo/gurl.typemap',
],
- 'use_new_wrapper_types': 'false',
},
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698