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

Side by Side Diff: sky/engine/web/DEPS

Issue 726133002: Use root-relative V8 includes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/public/web/WebFrameClient.h ('k') | sky/engine/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+mojo/common", 8 "+mojo/common",
9 "+painting", 9 "+painting",
10 "+platform", 10 "+platform",
11 "+public", 11 "+public",
12 "+public/platform", 12 "+public/platform",
13 "+skia", 13 "+skia",
14 "+third_party/khronos", 14 "+third_party/khronos",
15 "+third_party/skia", 15 "+third_party/skia",
16 "+v8",
16 "+web", 17 "+web",
17 ] 18 ]
OLDNEW
« no previous file with comments | « sky/engine/public/web/WebFrameClient.h ('k') | sky/engine/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698