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

Unified Diff: ui/gfx/mojo/typemaps.gni

Issue 2028573003: Implement gfx::Transform StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing build file Created 4 years, 7 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 | « ui/gfx/mojo/transform_type_converters.cc ('k') | ui/gfx/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/mojo/typemaps.gni
diff --git a/ui/base/ui_features.gni b/ui/gfx/mojo/typemaps.gni
similarity index 77%
copy from ui/base/ui_features.gni
copy to ui/gfx/mojo/typemaps.gni
index 724c4d4496852f1e480b97542f86ea35dc4a162e..0671dcc4b39e31af6c7fef4ed767be8f80b240dc 100644
--- a/ui/base/ui_features.gni
+++ b/ui/gfx/mojo/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 = [ "//ui/gfx/ipc/transform.typemap" ]
« no previous file with comments | « ui/gfx/mojo/transform_type_converters.cc ('k') | ui/gfx/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698