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

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

Issue 1375643002: [tracing] directly use memory-infra from blink -> base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/trace_event/memory_allocator_dump.h",
3 "+base/trace_event/memory_dump_provider.h",
4 "+base/trace_event/process_memory_dump.h",
2 "+wtf", 5 "+wtf",
3 ] 6 ]
4 7
5 skip_child_includes = [ 8 skip_child_includes = [
6 "testing", 9 "testing",
7 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698