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

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

Issue 2706793002: Rename platform/wtf/ to platform/newwtf/. (Closed)
Patch Set: Created 3 years, 10 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/allocator/oom.h", 4 "+base/allocator/oom.h",
5 "+base/allocator/partition_allocator", 5 "+base/allocator/partition_allocator",
6 "+base/auto_reset.h", 6 "+base/auto_reset.h",
7 "+base/bind.h", 7 "+base/bind.h",
8 "+base/bits.h", 8 "+base/bits.h",
9 "+base/compiler_specific.h", 9 "+base/compiler_specific.h",
10 "+base/debug", 10 "+base/debug",
11 "+base/logging.h", 11 "+base/logging.h",
12 "+base/memory/ptr_util.h", 12 "+base/memory/ptr_util.h",
13 "+base/memory/weak_ptr.h", 13 "+base/memory/weak_ptr.h",
14 "+base/numerics", 14 "+base/numerics",
15 "+base/optional.h", 15 "+base/optional.h",
16 "+base/rand_util.h", 16 "+base/rand_util.h",
17 "+base/strings", 17 "+base/strings",
18 "+base/synchronization/spin_lock.h", 18 "+base/synchronization/spin_lock.h",
19 "+base/threading/thread_checker.h", 19 "+base/threading/thread_checker.h",
20 "+base/time/time.h", 20 "+base/time/time.h",
21 "+base/tuple.h", 21 "+base/tuple.h",
22 "+build", 22 "+build",
23 # Allow redirection to platform/wtf. See crbug.com/691465. 23 # Allow redirection to platform/newwtf. See crbug.com/691465.
24 "+platform/wtf", 24 "+platform/newwtf",
25 "-v8", 25 "-v8",
26 ] 26 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/README.md ('k') | third_party/WebKit/Source/wtf/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698