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

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

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PLATFORM_EXPORT; Address haraken's review Created 4 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
« no previous file with comments | « third_party/WebKit/Source/DEPS ('k') | third_party/WebKit/Source/platform/blink_platform.gypi » ('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/files", 4 "+base/files",
5 "+base/json", 5 "+base/json",
6 "+base/location.h", 6 "+base/location.h",
7 "+base/memory",
7 "+base/metrics/histogram.h", 8 "+base/metrics/histogram.h",
8 "+base/metrics/sparse_histogram.h", 9 "+base/metrics/sparse_histogram.h",
10 "+base/strings/stringprintf.h",
9 "+base/synchronization/waitable_event.h", 11 "+base/synchronization/waitable_event.h",
10 "+base/memory",
11 "+base/sys_info.h", 12 "+base/sys_info.h",
13 "+base/thread_task_runner_handle.h",
12 "+base/time", 14 "+base/time",
13 "+base/trace_event", 15 "+base/trace_event",
14 "+base/values.h", 16 "+base/values.h",
15 "+mozilla", 17 "+mozilla",
16 "+platform", 18 "+platform",
17 "+public/platform", 19 "+public/platform",
18 "+skia/ext", 20 "+skia/ext",
19 "+third_party/khronos", 21 "+third_party/khronos",
20 "+third_party/skia", 22 "+third_party/skia",
21 "+ui/gfx", 23 "+ui/gfx",
22 "+url", 24 "+url",
23 "+webp", 25 "+webp",
24 "-bindings", 26 "-bindings",
25 "-core", 27 "-core",
26 "-modules", 28 "-modules",
27 ] 29 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/DEPS ('k') | third_party/WebKit/Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698