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

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

Issue 2218933003: Revert of Make WebTraceLocation be an alias of tracked_objects::Location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "+base/location.h",
3 "+base/logging.h", 2 "+base/logging.h",
4 "+base/metrics", 3 "+base/metrics",
5 "+base/trace_event", 4 "+base/trace_event",
6 "-bindings", 5 "-bindings",
7 "+cc", 6 "+cc",
8 "-cc/blink", 7 "-cc/blink",
9 "-core", 8 "-core",
10 "-modules", 9 "-modules",
11 "+mojo/public", 10 "+mojo/public",
12 "+platform", 11 "+platform",
13 "+platform/weborigin", 12 "+platform/weborigin",
14 "+public/platform", 13 "+public/platform",
15 "-public/web", 14 "-public/web",
16 "+third_party/skia", 15 "+third_party/skia",
17 "+url", 16 "+url",
18 "-web", 17 "-web",
19 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698