skia2/experimental/SkV8Example
Brian Salomon f43d0001e4 Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""""
This reverts commit 6df4d6be0d.

Reason for revert: Google3 fix landed

Original change's description:
> Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""
> 
> This reverts commit 71554bc256.
> 
> Reason for revert: Google3
> 
> Original change's description:
> > Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""
> > 
> > This reverts commit 807371c15b.
> > 
> > Docs-Preview: https://skia.org/?cl=40260
> > Change-Id: I28e0434c455155ff39a5aaa4141abdf442474e87
> > Reviewed-on: https://skia-review.googlesource.com/40260
> > Reviewed-by: Greg Daniel <egdaniel@google.com>
> > Commit-Queue: Brian Salomon <bsalomon@google.com>
> 
> TBR=egdaniel@google.com,bsalomon@google.com
> 
> Change-Id: Ifdfa896a70db69935473276d12dce54de5c6b6f7
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://skia-review.googlesource.com/41500
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Commit-Queue: Brian Salomon <bsalomon@google.com>

TBR=egdaniel@google.com,bsalomon@google.com

Change-Id: I827419bb19972c3644929a8c984bb9534baab0ba
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/41700
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2017-08-31 20:04:12 +00:00
..
compare Fixup references to the js files from the HTML files in SkV8Example. 2014-10-27 07:19:44 -07:00
js SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
DrawingMethods.cpp SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
DrawingMethods.h Start moving to the new canvas structure. 2014-10-27 10:27:01 -07:00
Global.cpp Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. 2014-10-24 12:49:17 -07:00
Global.h Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. 2014-10-24 12:49:17 -07:00
JsContext.cpp Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. 2014-10-24 12:49:17 -07:00
JsContext.h Start moving to the new canvas structure. 2014-10-27 10:27:01 -07:00
Path2D.cpp SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
Path2D.h SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
Path2DBuilder.cpp SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
Path2DBuilder.h SkV8Sample: Now with Path2D and Path2DBuilder. 2014-10-29 05:33:28 -07:00
README Move .js files to their own directory 2014-10-24 20:02:31 -07:00
SkV8Example.cpp Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""" 2017-08-31 20:04:12 +00:00
SkV8Example.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00

Build Instructions
==================

V8 gyp is not quite standard and Chromium uses a Python script
to work around that, for now we have some manual steps to do
before you can compile and run this sample:

1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
2. Run 'make dependencies' in third_pary/externals/v8.
3. Run 'make native' in third_pary/externals/v8.
4. Uncomment SkV8Example in gyp/everything.gyp.
5. Run 'ninja -C out/Debug SkV8Example'
6. Run the sample as:
     ./out/Debug/SkV8Example --infile experimental/SkV8Example/js/speed.js