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

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

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ScrollAnimatorCompositorCoordinator for MSVC. 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
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/json", 4 "+base/json",
5 "+base/location.h", 5 "+base/location.h",
6 "+base/memory", 6 "+base/memory",
7 "+base/message_loop",
7 "+base/sys_info.h", 8 "+base/sys_info.h",
8 "+base/time", 9 "+base/time",
9 "+base/trace_event", 10 "+base/trace_event",
10 "+base/values.h", 11 "+base/values.h",
12 "+cc",
11 "+mozilla", 13 "+mozilla",
12 "+platform", 14 "+platform",
13 "+public/platform", 15 "+public/platform",
14 "+skia/ext", 16 "+skia/ext",
15 "+third_party/khronos", 17 "+third_party/khronos",
16 "+third_party/skia", 18 "+third_party/skia",
17 "+ui/gfx", 19 "+ui/gfx",
18 "+url", 20 "+url",
19 "+webp", 21 "+webp",
20 "-bindings", 22 "-bindings",
23 "-cc/blink",
21 "-core", 24 "-core",
22 "-modules", 25 "-modules",
23 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698