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

Unified Diff: ui/base/ui_base.gyp

Issue 1719343002: Move ENABLE_HIDPI to new build flags system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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/base/resource/resource_bundle.cc ('k') | ui/base/ui_features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index e7c75cdd782474dd6129a52f17dc49f13df1b117..a4473a76e0373a649f85f4534642396b80ee7742 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -41,12 +41,23 @@
}],
],
},
+ { # GN version: //ui/base:ui_features
+ 'target_name': 'ui_features',
+ 'includes': [ '../../build/buildflag_header.gypi' ],
+ 'variables': {
+ 'buildflag_header_path': 'ui/base/ui_features.h',
+ 'buildflag_flags': [
+ 'ENABLE_HIDPI=<(enable_hidpi)',
+ ],
+ },
+ },
{
# GN version: //ui/base
'target_name': 'ui_base',
'type': '<(component)',
'dependencies': [
'ui_data_pack',
+ 'ui_features',
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../base/base.gyp:base_static',
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/base/ui_features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698