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

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: Created 4 years, 11 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/json", 2 "+base/json",
3 "+base/location.h", 3 "+base/location.h",
4 "+base/memory", 4 "+base/memory",
5 "+base/sys_info.h", 5 "+base/sys_info.h",
6 "+base/time", 6 "+base/time",
7 "+base/trace_event", 7 "+base/trace_event",
8 "+base/values.h", 8 "+base/values.h",
9 "+cc",
9 "+mozilla", 10 "+mozilla",
10 "+platform", 11 "+platform",
11 "+public/platform", 12 "+public/platform",
12 "+skia/ext", 13 "+skia/ext",
13 "+third_party/khronos", 14 "+third_party/khronos",
14 "+third_party/skia", 15 "+third_party/skia",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+url", 17 "+url",
17 "+webp", 18 "+webp",
18 "-bindings", 19 "-bindings",
20 "-cc/blink",
19 "-core", 21 "-core",
20 "-modules", 22 "-modules",
21 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698