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

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

Issue 2266443002: Optimize posting of WTF::Closure and improve scheduler test mocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cut back to just the WTF::Closure fix plus the scheduler test mock refactor. Created 4 years, 3 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/callback.h",
5 "+base/files", 6 "+base/files",
6 "+base/test/fuzzed_data_provider.h", 7 "+base/test/fuzzed_data_provider.h",
7 "+base/guid.h", 8 "+base/guid.h",
8 "+base/json", 9 "+base/json",
9 "+base/location.h", 10 "+base/location.h",
10 "+base/memory", 11 "+base/memory",
11 "+base/metrics/histogram.h", 12 "+base/metrics/histogram.h",
12 "+base/metrics/histogram_base.h", 13 "+base/metrics/histogram_base.h",
13 "+base/metrics/histogram_samples.h", 14 "+base/metrics/histogram_samples.h",
14 "+base/metrics/sparse_histogram.h", 15 "+base/metrics/sparse_histogram.h",
(...skipping 17 matching lines...) Expand all
32 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", 33 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
33 "+third_party/khronos", 34 "+third_party/khronos",
34 "+third_party/skia", 35 "+third_party/skia",
35 "+ui/gfx", 36 "+ui/gfx",
36 "+url", 37 "+url",
37 "+webp", 38 "+webp",
38 "-bindings", 39 "-bindings",
39 "-core", 40 "-core",
40 "-modules", 41 "-modules",
41 ] 42 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp ('k') | third_party/WebKit/Source/platform/TimerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698