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

Unified Diff: gyp/views.gyp

Issue 890873003: update example (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove multiple example cruft Created 5 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 | « gyp/experimental.gyp ('k') | include/views/SkOSWindow_Android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/views.gyp
diff --git a/gyp/views.gyp b/gyp/views.gyp
index 55fb6dad22cd310a89790762d6eee41e7552b0ef..381e125393a6b4297aaddec28ff35dd501ccb9e2 100644
--- a/gyp/views.gyp
+++ b/gyp/views.gyp
@@ -77,6 +77,11 @@
'../src/views/SDL/SkOSWindow_SDL.cpp',
],
'conditions': [
+ [ 'skia_gpu == 1', {
+ 'include_dirs' : [
+ '../src/gpu',
+ ],
+ }],
[ 'skia_os == "mac"', {
'link_settings': {
'libraries': [
« no previous file with comments | « gyp/experimental.gyp ('k') | include/views/SkOSWindow_Android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698