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

Side by Side Diff: ui/android/DEPS

Issue 1419123002: android: move overscroll effects to ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix exports for component build Created 5 years, 1 month 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
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/animation_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/layers/layer.h",
3 "+cc/layers/ui_resource_layer.h",
2 "+cc/output/copy_output_request.h", 4 "+cc/output/copy_output_request.h",
3 "+cc/resources/scoped_ui_resource.h", 5 "+cc/resources/scoped_ui_resource.h",
4 "+cc/resources/ui_resource_client.h", 6 "+cc/resources/ui_resource_client.h",
5 "+cc/resources/ui_resource_bitmap.h", 7 "+cc/resources/ui_resource_bitmap.h",
6 "+cc/test/fake_layer_tree_host_client.h", 8 "+cc/test/fake_layer_tree_host_client.h",
7 "+cc/test/test_task_graph_runner.h", 9 "+cc/test/test_task_graph_runner.h",
8 "+cc/trees/layer_tree_host.h", 10 "+cc/trees/layer_tree_host.h",
11 "+cc/trees/layer_tree_settings.h",
9 "+jni", 12 "+jni",
10 "+skia/ext", 13 "+skia/ext",
11 "+third_party/skia", 14 "+third_party/skia",
12 "+ui/base/resource/resource_bundle.h", 15 "+ui/base/resource/resource_bundle.h",
13 "+ui/base/ui_base_paths.h", 16 "+ui/base/ui_base_paths.h",
14 "+ui/gfx", 17 "+ui/gfx",
15 ] 18 ]
OLDNEW
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/animation_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698