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

Side by Side Diff: third_party/WebKit/Source/platform/DEPS

Issue 1419913002: Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with origin/master, use base::StringPiece to avoid copies, and obey `gn format` Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base/memory",
3 "+base/trace_event",
2 "+mozilla", 4 "+mozilla",
3 "+platform", 5 "+platform",
4 "+public/platform", 6 "+public/platform",
5 "+skia/ext", 7 "+skia/ext",
6 "+third_party/khronos", 8 "+third_party/khronos",
7 "+third_party/skia", 9 "+third_party/skia",
8 "+url", 10 "+url",
9 "+webp", 11 "+webp",
10 "-bindings", 12 "-bindings",
11 "-core", 13 "-core",
12 "-modules", 14 "-modules",
13 ] 15 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698