| 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',
|
|
|