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

Unified Diff: build/common.gypi

Issue 500132: linux: implement gpu plugin (Closed)
Patch Set: . Created 10 years, 12 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.gyp » ('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 b05588bfd0e6ec0bc59e024b38cbdccad20920ac..c3181b3c69474281ab46ccdbe7987e3309965d69 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -148,9 +148,6 @@
# Whether to add the experimental build define.
'chrome_frame_define%': 0,
- # Whether GPU plugin build is enabled.
- 'enable_gpu%': 0,
-
# Whether usage of OpenMAX is enabled.
'enable_openmax%': 0,
@@ -349,7 +346,7 @@
}],
],
}],
- ['OS=="win"', {
+ ['OS=="win" or (OS=="linux" and target_arch!="arm")', {
'defines': [
'ENABLE_GPU=1',
],
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698