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

Side by Side 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 unified diff | 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 »
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/resources/ui_resource_client.h", 2 "+cc/resources/ui_resource_client.h",
3 "+cc/resources/ui_resource_bitmap.h", 3 "+cc/resources/ui_resource_bitmap.h",
4 "+content/public/browser/android/ui_resource_client_android.h", 4 "+cc/trees/layer_tree_host.h",
5 "+content/public/browser/android/ui_resource_provider.h",
6 "+jni", 5 "+jni",
7 "+skia/ext", 6 "+skia/ext",
8 "+third_party/skia", 7 "+third_party/skia",
8 "+ui/base/android/system_ui_resource_type.h",
9 "+ui/base/resource/resource_bundle.h",
10 "+ui/base/ui_base_paths.h",
9 "+ui/gfx", 11 "+ui/gfx",
10 ] 12 ]
OLDNEW
« 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