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

Unified Diff: gyp/v8.gyp

Issue 121303004: Fleshed out a lot of the Path interfac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused imports Created 6 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/SkV8Example/speed.js ('k') | include/core/SkScalar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/v8.gyp
diff --git a/gyp/v8.gyp b/gyp/v8.gyp
index 7d10fd1f11cb5234e8bef6b9b9c58f372edb4942..e39ccbc858fa885dc29561efa158b05c1fa7dc6f 100644
--- a/gyp/v8.gyp
+++ b/gyp/v8.gyp
@@ -15,6 +15,10 @@
'../experimental/SkV8Example/SkV8Example.cpp',
'../experimental/SkV8Example/Global.h',
'../experimental/SkV8Example/Global.cpp',
+ '../experimental/SkV8Example/Path.h',
+ '../experimental/SkV8Example/Path.cpp',
+ '../experimental/SkV8Example/JsContext.h',
+ '../experimental/SkV8Example/JsContext.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
« no previous file with comments | « experimental/SkV8Example/speed.js ('k') | include/core/SkScalar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698