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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/animation_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/DEPS
diff --git a/ui/android/DEPS b/ui/android/DEPS
index adb61270a163d36bd63318b0b0799e9cd6f435b9..4e52590d971c6e644f81ecd18764418fcdcc035d 100644
--- a/ui/android/DEPS
+++ b/ui/android/DEPS
@@ -1,4 +1,6 @@
include_rules = [
+ "+cc/layers/layer.h",
+ "+cc/layers/ui_resource_layer.h",
"+cc/output/copy_output_request.h",
"+cc/resources/scoped_ui_resource.h",
"+cc/resources/ui_resource_client.h",
@@ -6,6 +8,7 @@ include_rules = [
"+cc/test/fake_layer_tree_host_client.h",
"+cc/test/test_task_graph_runner.h",
"+cc/trees/layer_tree_host.h",
+ "+cc/trees/layer_tree_settings.h",
"+jni",
"+skia/ext",
"+third_party/skia",
« 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