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

Unified Diff: ui/android/DEPS

Issue 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build failure Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/res/drawable-hdpi/refresh_blue.png » ('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 c9ee84cbe2c9c9043544a034b5dde5e678f25b5c..2e47eb02409c3843964ce347fe4cb2caef40849a 100644
--- a/ui/android/DEPS
+++ b/ui/android/DEPS
@@ -1,10 +1,12 @@
include_rules = [
"+cc/resources/ui_resource_client.h",
"+cc/resources/ui_resource_bitmap.h",
- "+content/public/browser/android/ui_resource_client_android.h",
- "+content/public/browser/android/ui_resource_provider.h",
+ "+cc/trees/layer_tree_host.h",
"+jni",
"+skia/ext",
"+third_party/skia",
+ "+ui/base/android/system_ui_resource_type.h",
+ "+ui/base/resource/resource_bundle.h",
+ "+ui/base/ui_base_paths.h",
"+ui/gfx",
]
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/res/drawable-hdpi/refresh_blue.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698