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

Unified Diff: gyp/views.gyp

Issue 890873003: update example (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix mac, remove space 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
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': [

Powered by Google App Engine
This is Rietveld 408576698