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

Unified Diff: net/typemaps.gni

Issue 2063683002: Migrate components/data_reduction_proxy to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate usage of RPH observer Created 4 years, 4 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: net/typemaps.gni
diff --git a/ui/base/ui_features.gni b/net/typemaps.gni
similarity index 76%
copy from ui/base/ui_features.gni
copy to net/typemaps.gni
index 724c4d4496852f1e480b97542f86ea35dc4a162e..b7689010dfcefee55df55b6ece1c95a25456b3bf 100644
--- a/ui/base/ui_features.gni
+++ b/net/typemaps.gni
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-enable_hidpi = is_mac || is_win || is_linux
+typemaps = [ "//net/base/mojo/net_base.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698