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

Unified Diff: skia/skia.gyp

Issue 10826034: Adjusting skia gyp rules to make webkit builds use SkGPipe backend for (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 148563)
+++ skia/skia.gyp (working copy)
@@ -793,7 +793,6 @@
'config',
'../third_party/skia/include/config',
'../third_party/skia/include/core',
- '../third_party/skia/include/pipe',
Justin Novosad 2012/07/26 20:03:48 This line was a duplicate and out of alphabetical
'../third_party/skia/include/effects',
'../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl',
@@ -1075,12 +1074,14 @@
'../third_party/skia/include/pdf',
'../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl',
+ '../third_party/skia/include/pipe',
'../third_party/skia/include/ports',
'../third_party/skia/include/utils',
'ext',
],
'defines': [
'SK_BUILD_NO_IMAGE_ENCODE',
+ 'SK_DEFERRED_CANVAS_USES_GPIPE=1',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'GR_AGGRESSIVE_SHADER_OPTS=1',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698