Index: gyp/experimental.gyp |
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp |
index ffc1753e68273498ea0b528949de7bf6a24e2917..8d7e62640d5f8e123705d35d6e8cc4c0497bfb0d 100644 |
--- a/gyp/experimental.gyp |
+++ b/gyp/experimental.gyp |
@@ -26,7 +26,6 @@ |
'sources': [ |
'../experimental/SkiaExamples/SkExample.h', |
'../experimental/SkiaExamples/SkExample.cpp', |
- '../experimental/SkiaExamples/HelloSkiaExample.cpp', |
], |
'dependencies': [ |
'flags.gyp:flags', |
@@ -36,15 +35,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', |