Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 35510) |
+++ build/common.gypi (working copy) |
@@ -148,6 +148,9 @@ |
# 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, |
@@ -346,7 +349,7 @@ |
}], |
], |
}], |
- ['OS=="win" or (OS=="linux" and target_arch!="arm")', { |
+ ['OS=="win"', { |
'defines': [ |
'ENABLE_GPU=1', |
], |