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

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

Issue 2933503002: Add IsCurrentlyLowMemory (Closed)
Patch Set: added comment Created 3 years, 6 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 | « base/android/sys_utils.cc ('k') | third_party/WebKit/Source/platform/MemoryCoordinator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/feature_list.h", 8 "+base/feature_list.h",
9 "+base/files", 9 "+base/files",
10 "+base/guid.h", 10 "+base/guid.h",
11 "+base/json", 11 "+base/json",
12 "+base/location.h", 12 "+base/location.h",
13 "+base/memory", 13 "+base/memory",
14 "+base/message_loop/message_loop.h", 14 "+base/message_loop/message_loop.h",
15 "+base/metrics/histogram.h", 15 "+base/metrics/histogram.h",
16 "+base/metrics/histogram_base.h", 16 "+base/metrics/histogram_base.h",
17 "+base/metrics/histogram_macros.h", 17 "+base/metrics/histogram_macros.h",
18 "+base/metrics/histogram_samples.h", 18 "+base/metrics/histogram_samples.h",
19 "+base/metrics/sparse_histogram.h", 19 "+base/metrics/sparse_histogram.h",
20 "+base/numerics/safe_conversions.h", 20 "+base/numerics/safe_conversions.h",
21 "+base/single_thread_task_runner.h", 21 "+base/single_thread_task_runner.h",
22 "+base/strings/string_util.h", 22 "+base/strings/string_util.h",
23 "+base/strings/stringprintf.h", 23 "+base/strings/stringprintf.h",
24 "+base/synchronization/waitable_event.h", 24 "+base/synchronization/waitable_event.h",
25 "+base/sys_info.h", 25 "+base/sys_info.h",
26 "+base/android/sys_utils.h",
26 "+base/test", 27 "+base/test",
27 "+base/test/fuzzed_data_provider.h", 28 "+base/test/fuzzed_data_provider.h",
28 "+base/threading/thread_task_runner_handle.h", 29 "+base/threading/thread_task_runner_handle.h",
29 "+base/time", 30 "+base/time",
30 "+base/timer", 31 "+base/timer",
31 "+base/trace_event", 32 "+base/trace_event",
32 "+base/values.h", 33 "+base/values.h",
33 "+device", 34 "+device",
34 "+gpu/GLES2", 35 "+gpu/GLES2",
35 "+mojo/public", 36 "+mojo/public",
36 "+mozilla", 37 "+mozilla",
37 "+platform", 38 "+platform",
38 "+public/platform", 39 "+public/platform",
39 "+services/service_manager/public/interfaces", 40 "+services/service_manager/public/interfaces",
40 "+skia/ext", 41 "+skia/ext",
41 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", 42 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
42 "+third_party/khronos", 43 "+third_party/khronos",
43 "+third_party/skia", 44 "+third_party/skia",
44 "+ui/gfx", 45 "+ui/gfx",
45 "+url", 46 "+url",
46 "+webp", 47 "+webp",
47 "+build/mac", 48 "+build/mac",
48 "+build/win", 49 "+build/win",
49 "-bindings", 50 "-bindings",
50 "-core", 51 "-core",
51 "-modules", 52 "-modules",
52 ] 53 ]
OLDNEW
« no previous file with comments | « base/android/sys_utils.cc ('k') | third_party/WebKit/Source/platform/MemoryCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698