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

Unified Diff: gyp/example.gyp

Issue 1129903005: Figure out how to write a different HelloWorld. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Make it work Created 5 years, 7 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/example.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/example.gyp
diff --git a/gyp/example.gyp b/gyp/example.gyp
index 9582b4dd7403e64c88fb2286cde025e2f1beecec..24bd259d58b4b0b128415cdbfddbd280c2971ada 100644
--- a/gyp/example.gyp
+++ b/gyp/example.gyp
@@ -13,8 +13,7 @@
'../include/gpu',
],
'sources': [
- '../example/HelloWorld.h',
- '../example/HelloWorld.cpp',
+ '../experimental/example.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
« no previous file with comments | « experimental/example.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698