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

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

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: Created 3 years, 8 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/gtest_prod_util.h", 2 "+base/gtest_prod_util.h",
3 "+base/json", 3 "+base/json",
4 "+base/macros.h", 4 "+base/macros.h",
5 "+base/memory", 5 "+base/memory",
6 "+base/strings", 6 "+base/strings",
7 "+base/time", 7 "+base/time",
8 "+base/trace_event", 8 "+base/trace_event",
9 "+base/values.h", 9 "+base/values.h",
10 "+skia/ext/skia_trace_memory_dump_impl.h", 10 "+skia/ext/skia_trace_memory_dump_impl.h",
11
12 # Use platform/wtf/ now (see crbug.com/691465).
13 "-wtf/",
14 ] 11 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/image-encoders/WEBPImageEncoder.h ('k') | third_party/WebKit/Source/platform/json/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698