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

Unified Diff: gyp/experimental.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/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index ffc1753e68273498ea0b528949de7bf6a24e2917..34f8f762d684c8af7268320f66fd0176d272b00f 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -36,15 +36,15 @@
'conditions' : [
[ 'skia_gpu == 1', {
'include_dirs' : [
- '../src/gpu',
- ],
- }],
- [ 'skia_os == "win"', {
- 'sources' : [
- '../src/views/win/SkOSWindow_Win.cpp',
- '../src/views/win/skia_win.cpp',
+ '../include/gpu',
],
}],
+ [ 'skia_os == "win"', {
+ 'sources' : [
+ '../src/views/win/SkOSWindow_Win.cpp',
+ '../src/views/win/skia_win.cpp',
+ ],
+ }],
[ 'skia_os == "mac"', {
'sources': [
'../experimental/SkiaExamples/SkiaExamples-Info.plist',

Powered by Google App Engine
This is Rietveld 408576698