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

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

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. 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
« no previous file with comments | « third_party/WebKit/Source/wtf/CurrentTime.h ('k') | third_party/WebKit/Source/wtf/DataLog.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'.
4 "+base/allocator/oom.h",
5 "+base/allocator/partition_allocator",
6 "+base/auto_reset.h",
7 "+base/bind.h",
8 "+base/bits.h",
9 "+base/compiler_specific.h",
10 "+base/debug",
11 "+base/logging.h",
12 "+base/memory/ptr_util.h",
13 "+base/memory/weak_ptr.h",
14 "+base/numerics",
15 "+base/optional.h",
16 "+base/rand_util.h",
17 "+base/strings",
18 "+base/threading/thread_checker.h",
19 "+base/time/time.h",
20 "+base/tuple.h",
21 "+build",
22 # Allow redirection to platform/wtf. See crbug.com/691465.
23 "+platform/wtf",
24 "-v8",
25 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/CurrentTime.h ('k') | third_party/WebKit/Source/wtf/DataLog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698