summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 01a1f52..1dc7541 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -590,6 +590,7 @@
'sources': [
'gpu/gpu_backing_store_win.cc',
'gpu/gpu_backing_store_win.h',
+ 'gpu/gpu_config.h',
'gpu/gpu_main.cc',
'gpu/gpu_process.cc',
'gpu/gpu_process.h',
@@ -607,7 +608,7 @@
'third_party/wtl/include',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" and target_arch!="arm"', {
'sources': [
'gpu/gpu_backing_store_glx.cc',
'gpu/gpu_backing_store_glx.h',