commit | d753acab6b69427e0ff94110394be76c94f15913 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@chromium.org> | Mon Jan 12 13:07:20 2015 -0800 |
committer | James Robinson <jamesr@chromium.org> | Mon Jan 12 13:07:20 2015 -0800 |
tree | 514874544df6d8ca3d323388d4d73a72ce0b8afe | |
parent | 05abc8078efc954a35ca21d8ffcc13ab88d3de7e [diff] [blame] |
Update from https://crrev.com/311076 Includes updating DCHECK_IS_ON to a function-style macro and removing various dead skia-overriding code from Sky. Review URL: https://codereview.chromium.org/851503003
diff --git a/gin/DEPS b/gin/DEPS index 4e3f30a..d4cc2ba 100644 --- a/gin/DEPS +++ b/gin/DEPS
@@ -1,4 +1,5 @@ include_rules = [ "+base", + "+crypto", "+v8", ]