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

Side by Side Diff: ui/android/DEPS

Issue 2174653002: cc: Break up with FakeLayerTreeHostClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fakeoutputsurface
Patch Set: lthclient-tests: . Created 4 years, 4 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/animation/animation_host.h", 2 "+cc/animation/animation_host.h",
3 "+cc/layers/layer.h", 3 "+cc/layers/layer.h",
4 "+cc/layers/ui_resource_layer.h", 4 "+cc/layers/ui_resource_layer.h",
5 "+cc/output/copy_output_request.h", 5 "+cc/output/copy_output_request.h",
6 "+cc/resources/scoped_ui_resource.h", 6 "+cc/resources/scoped_ui_resource.h",
7 "+cc/resources/ui_resource_client.h", 7 "+cc/resources/ui_resource_client.h",
8 "+cc/resources/ui_resource_bitmap.h", 8 "+cc/resources/ui_resource_bitmap.h",
9 "+cc/test/fake_layer_tree_host_client.h", 9 "+cc/test/stub_layer_tree_host_client.h",
10 "+cc/test/test_task_graph_runner.h", 10 "+cc/test/test_task_graph_runner.h",
11 "+cc/trees/layer_tree_host.h", 11 "+cc/trees/layer_tree_host.h",
12 "+jni", 12 "+jni",
13 "+skia/ext", 13 "+skia/ext",
14 "+third_party/skia", 14 "+third_party/skia",
15 "+ui/base/resource/resource_bundle.h", 15 "+ui/base/resource/resource_bundle.h",
16 "+ui/base/ui_base_paths.h", 16 "+ui/base/ui_base_paths.h",
17 "+ui/gfx", 17 "+ui/gfx",
18 ] 18 ]
OLDNEW
« no previous file with comments | « cc/trees/tree_synchronizer_unittest.cc ('k') | ui/android/resources/resource_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698