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

Unified Diff: gyp/v8.gyp

Issue 676423002: Start moving to the new canvas structure. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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/js/sample.js ('k') | no next file » | 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 8693665194d97ad9fca79ec9051a3524e8c91baf..3813764bcdecbdec03318c45035d34f1dada5e55 100644
--- a/gyp/v8.gyp
+++ b/gyp/v8.gyp
@@ -10,8 +10,8 @@
'../third_party/externals/v8',
],
'sources': [
- '../experimental/SkV8Example/BaseContext.cpp',
- '../experimental/SkV8Example/BaseContext.h',
+ '../experimental/SkV8Example/DrawingMethods.cpp',
+ '../experimental/SkV8Example/DrawingMethods.h',
'../experimental/SkV8Example/Global.cpp',
'../experimental/SkV8Example/Global.h',
'../experimental/SkV8Example/JsContext.cpp',
« no previous file with comments | « experimental/SkV8Example/js/sample.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698