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

Unified Diff: ui/android/DEPS

Issue 1462613002: Move cc::LayerSettings to cc/layers/layer_settings.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cc_perftests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | ui/android/window_android_compositor.cc » ('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 4e52590d971c6e644f81ecd18764418fcdcc035d..f661715de9f65d8d01806018f5fec3d66254015d 100644
--- a/ui/android/DEPS
+++ b/ui/android/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+cc/layers/layer.h",
+ "+cc/layers/layer_settings.h",
"+cc/layers/ui_resource_layer.h",
"+cc/output/copy_output_request.h",
"+cc/resources/scoped_ui_resource.h",
@@ -8,7 +9,6 @@ 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 | « content/renderer/render_thread_impl.cc ('k') | ui/android/window_android_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698