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

Unified Diff: build/common.gypi

Issue 25666014: Remove the ENABLE_GPU #define and enable_gpu gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | content/common/gpu/gpu_channel.h » ('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 6210f82303f32ba01f0bcb49d441fa90468f1de9..610bec767c821cd5c0f5dae6943180279e2bf063 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1054,10 +1054,6 @@
# Enable EGLImage support in OpenMAX
'enable_eglimage%': 1,
- # Enable a variable used elsewhere throughout the GYP files to determine
- # whether to compile in the sources for the GPU plugin / process.
- 'enable_gpu%': 1,
-
# .gyp files or targets should set chromium_code to 1 if they build
# Chromium-specific code, as opposed to external code. This variable is
# used to control such things as the set of warnings to enable, and
@@ -1211,7 +1207,6 @@
['OS=="ios"', {
'disable_nacl%': 1,
'enable_background%': 0,
- 'enable_gpu%': 0,
'enable_task_manager%': 0,
'icu_use_data_file_flag%': 1,
'use_system_libxml%': 1,
@@ -2152,11 +2147,6 @@
}],
],
}],
- ['enable_gpu==1', {
- 'defines': [
- 'ENABLE_GPU=1',
- ],
- }],
['use_openssl==1', {
'defines': [
'USE_OPENSSL=1',
« no previous file with comments | « no previous file | content/common/gpu/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698