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

Side by Side Diff: ui/android/DEPS

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years 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/animation/animation_host.h",
3 "+cc/layers", 2 "+cc/layers",
4 "+cc/output", 3 "+cc/output",
5 "+cc/resources", 4 "+cc/resources",
6 "+cc/surfaces", 5 "+cc/surfaces",
7 "+cc/test/stub_layer_tree_host_client.h", 6 "+cc/test/stub_layer_tree_host_client.h",
8 "+cc/test/test_task_graph_runner.h", 7 "+cc/test/test_task_graph_runner.h",
9 "+cc/trees/layer_tree_host.h", 8 "+cc/trees/layer_tree_host.h",
10 "+jni", 9 "+jni",
11 "+skia/ext", 10 "+skia/ext",
12 "+third_party/skia", 11 "+third_party/skia",
13 "+ui/base/resource/resource_bundle.h", 12 "+ui/base/resource/resource_bundle.h",
14 "+ui/base/ui_base_paths.h", 13 "+ui/base/ui_base_paths.h",
15 "+ui/display/display.h", 14 "+ui/display/display.h",
16 "+ui/display/screen.h", 15 "+ui/display/screen.h",
17 "+ui/gfx", 16 "+ui/gfx",
18 ] 17 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | ui/android/resources/resource_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698