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

Unified Diff: build/common.gypi

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert change i made by accident Created 8 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 451b1e9704846b18990b8c6ee3a1b4950e4526b4..6d96c053379e28f86fbf1f710fa619d8d784d27f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -29,9 +29,6 @@
# Whether or not we are building the Ash shell.
'use_ash%': 0,
- # Enable DIP (Density Independent Pixels) support.
- 'enable_dip%': 0,
-
# Use OpenSSL instead of NSS. Under development: see http://crbug.com/62803
'use_openssl%': 0,
@@ -55,7 +52,6 @@
'chromeos%': '<(chromeos)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'enable_dip%': '<(enable_dip)',
'use_openssl%': '<(use_openssl)',
'use_virtual_keyboard%': '<(use_virtual_keyboard)',
'enable_viewport%': '<(enable_viewport)',
@@ -114,7 +110,6 @@
'toolkit_views%': '<(toolkit_views)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'enable_dip%': '<(enable_dip)',
'use_openssl%': '<(use_openssl)',
'use_virtual_keyboard%': '<(use_virtual_keyboard)',
'enable_viewport%': '<(enable_viewport)',
@@ -506,7 +501,6 @@
'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
- 'enable_dip%': '<(enable_dip)',
'use_openssl%': '<(use_openssl)',
'use_nss%': '<(use_nss)',
'os_bsd%': '<(os_bsd)',
@@ -1256,9 +1250,6 @@
['use_ash==1', {
'defines': ['USE_ASH=1'],
}],
- ['enable_dip==1', {
- 'defines': ['ENABLE_DIP'],
- }],
['use_nss==1', {
'defines': ['USE_NSS=1'],
}],

Powered by Google App Engine
This is Rietveld 408576698