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

Side by Side Diff: third_party/WebKit/Source/platform/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 # To whitelist base/ stuff Blink is allowed to include, we list up all 2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'. 3 # directories and files instead of writing 'base/'.
4 "+base/bind.h", 4 "+base/bind.h",
5 "+base/bind_helpers.h", 5 "+base/bind_helpers.h",
6 "+base/callback.h", 6 "+base/callback.h",
7 "+base/callback_forward.h", 7 "+base/callback_forward.h",
8 "+base/files", 8 "+base/files",
9 "+base/guid.h", 9 "+base/guid.h",
10 "+base/json", 10 "+base/json",
(...skipping 29 matching lines...) Expand all
40 "+third_party/khronos", 40 "+third_party/khronos",
41 "+third_party/skia", 41 "+third_party/skia",
42 "+ui/gfx", 42 "+ui/gfx",
43 "+url", 43 "+url",
44 "+webp", 44 "+webp",
45 "+build/mac", 45 "+build/mac",
46 "+build/win", 46 "+build/win",
47 "-bindings", 47 "-bindings",
48 "-core", 48 "-core",
49 "-modules", 49 "-modules",
50
51 # Use platform/wtf/ now (see crbug.com/691465).
52 "-wtf/",
50 ] 53 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/Cursor.h ('k') | third_party/WebKit/Source/platform/DateComponents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698