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

Unified Diff: third_party/WebKit/Source/web/DEPS

Issue 2339683006: [Blink] Modify SuspendableScriptExecutor to take a v8::Function (Closed)
Patch Set: polish Created 4 years, 3 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
Index: third_party/WebKit/Source/web/DEPS
diff --git a/third_party/WebKit/Source/web/DEPS b/third_party/WebKit/Source/web/DEPS
index 5eaa97eb5366e1fb4db91fb5619cbd25847a4f87..acd59ead16601f6ca4009e98eeb4462aa25600af 100644
--- a/third_party/WebKit/Source/web/DEPS
+++ b/third_party/WebKit/Source/web/DEPS
@@ -13,5 +13,6 @@ include_rules = [
"+third_party/khronos",
"+third_party/skia",
"+ui/gfx/geometry",
+ "+v8",
Devlin 2016/09/16 18:16:31 I'm guessing folks will object to this.
dcheng 2016/09/27 08:30:57 I think this is OK (I'm a little surprised this is
Devlin 2016/09/27 22:14:20 No longer needed with #include<>.
"+web",
]

Powered by Google App Engine
This is Rietveld 408576698