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

Unified Diff: gyp/gpu.gyp

Issue 377993002: update our build system to support the experimental L-Release NDK (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 6fbd05aefcf0d081f07d170b115e1eb2576153f8..c1da4f1ad34b1ff705915b7f835e050f14d54608 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -215,6 +215,9 @@
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
],
+ 'defines': [
+ 'GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE=1',
borenet 2014/07/08 20:04:12 Is there a source change to go along with this?
djsollen 2014/07/08 20:14:46 Nope. The new NDK toolchain has updated header fil
+ ],
'link_settings': {
'libraries': [
'-lGLESv2',
« no previous file with comments | « no previous file | platform_tools/android/bin/android_setup.sh » ('j') | platform_tools/android/bin/android_setup.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698