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

Unified Diff: gyp/common.gypi

Issue 1306823003: skia: add ability to load command_buffer_gles2 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: and NULL->nullptr, just because. Created 5 years, 4 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 | « dm/DMGpuSupport.h ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index f822166ac6b0804fa7d20b70036fc6e205e8bf0f..a3ce66e3621ff19052c50f1bfbd196225ff93fb2 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -72,6 +72,16 @@
],
},
}],
+ [ 'skia_command_buffer', {
+ 'defines': [
+ 'SK_COMMAND_BUFFER',
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'SK_COMMAND_BUFFER',
+ ],
+ },
+ }],
[ 'skia_win_debuggers_path and skia_os == "win"',
{
'defines': [
« no previous file with comments | « dm/DMGpuSupport.h ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698