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

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

Issue 2086833005: align WebMemoryPressureLevel with MemoryPressureListener::MemoryPressureLevel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add static_assert check Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base/logging.h", 2 "+base/logging.h",
3 "+base/memory/memory_pressure_listener.h",
3 "+base/metrics", 4 "+base/metrics",
4 "+base/trace_event", 5 "+base/trace_event",
5 "-bindings", 6 "-bindings",
6 "+cc", 7 "+cc",
7 "-cc/blink", 8 "-cc/blink",
8 "-core", 9 "-core",
9 "-modules", 10 "-modules",
10 "+mojo/public", 11 "+mojo/public",
11 "+platform", 12 "+platform",
12 "+platform/weborigin", 13 "+platform/weborigin",
13 "+public/platform", 14 "+public/platform",
14 "-public/web", 15 "-public/web",
15 "+third_party/skia", 16 "+third_party/skia",
16 "+url", 17 "+url",
17 "-web", 18 "-web",
18 ] 19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698