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

Unified Diff: build/common.gypi

Issue 11693007: Linux: use generated shim headers for system mesa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move parts to gyp Created 7 years, 11 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 | build/shim_headers.gypi » ('j') | gpu/GLES2/gl2extchromium.h » ('J')
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 77beb3f09121a82cc827c8d589a712c9733b03bc..b5e4c703aa88446c6c8f53bd219bd31cbbb933a0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -728,6 +728,9 @@
'google_default_client_id%': '<(google_default_client_id)',
'google_default_client_secret%': '<(google_default_client_secret)',
+ # Use system mesa instead of bundled one.
+ 'use_system_mesa%': 0,
+
# Use system nspr instead of the bundled one.
'use_system_nspr%': 0,
« no previous file with comments | « no previous file | build/shim_headers.gypi » ('j') | gpu/GLES2/gl2extchromium.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698