Renamed JsCanvas to JsContext and moved into it's own file.

Fleshed out a lot of the Path interface.

BUG=
R=robertphillips@google.com, tfarina@chromium.org, reed@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/121303004

git-svn-id: http://skia.googlecode.com/svn/trunk@12913 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/v8.gyp b/gyp/v8.gyp
index 7d10fd1..e39ccbc 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',