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

Unified Diff: build/common.gypi

Issue 8353007: Update name to match define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3ceabf326cb72ff4179b334642e01ccec2141dc6..f98356440fdfcca197b5265f45d145b1384584ef 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -332,9 +332,9 @@
# Use GPU accelerated cross process image transport by default
# on TOUCH_UI and linux builds with the Aura window manager
['views_compositor==1 and OS=="linux"', {
- 'views_gpu_image_transport%': 1,
+ 'ui_compositor_image_transport%': 1,
}, {
- 'views_gpu_image_transport%': 0,
+ 'ui_compositor_image_transport%': 0,
}],
],
},
@@ -348,7 +348,7 @@
'toolkit_views%': '<(toolkit_views)',
'use_only_pure_views%': '<(use_only_pure_views)',
'views_compositor%': '<(views_compositor)',
- 'views_gpu_image_transport%': '<(views_gpu_image_transport)',
+ 'ui_compositor_image_transport%': '<(views_gpu_image_transport)',
'use_aura%': '<(use_aura)',
'use_openssl%': '<(use_openssl)',
'use_nss%': '<(use_nss)',
@@ -949,7 +949,7 @@
['views_compositor==1', {
'defines': ['VIEWS_COMPOSITOR=1'],
}],
- ['views_gpu_image_transport==1', {
+ ['ui_compositor_image_transport==1', {
'defines': ['UI_COMPOSITOR_IMAGE_TRANSPORT'],
}],
['use_aura==1', {
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698