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

Unified Diff: gyp/experimental.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 | « experimental/SkiaExamples/SkExample.cpp ('k') | gyp/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « experimental/SkiaExamples/SkExample.cpp ('k') | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698