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

Side by Side Diff: cc/animation/DEPS

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none Created 3 years, 9 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 "-cc", 2 "-cc",
3 "+cc/animation", 3 "+cc/animation",
4 "+cc/base", 4 "+cc/base",
5 "+cc/debug", 5 "+cc/debug",
6 "+cc/paint",
6 "+cc/output/filter_operations.h", 7 "+cc/output/filter_operations.h",
7 "+cc/test", 8 "+cc/test",
8 "+cc/trees/element_id.h", 9 "+cc/trees/element_id.h",
9 "+cc/trees/mutator_host.h", 10 "+cc/trees/mutator_host.h",
10 "+cc/trees/mutator_host_client.h", 11 "+cc/trees/mutator_host_client.h",
11 "+cc/trees/property_animation_state.h", 12 "+cc/trees/property_animation_state.h",
12 "+cc/trees/target_property.h", 13 "+cc/trees/target_property.h",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698