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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+..", 2 "+..",
3 "+bindings", 3 "+bindings",
4 "+core", 4 "+core",
5 "+gin/public", 5 "+gin/public",
6 "+heap", 6 "+heap",
7 "+modules", 7 "+modules",
8 "+painting", 8 "+painting",
9 "+platform", 9 "+platform",
10 "+public", 10 "+public",
11 "+public/platform", 11 "+public/platform",
12 "+skia", 12 "+skia",
13 "+third_party/khronos", 13 "+third_party/khronos",
14 "+third_party/skia", 14 "+third_party/skia",
15 "+ui/gfx/geometry", 15 "+ui/gfx/geometry",
16 "+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<>.
16 "+web", 17 "+web",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698