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

Side by Side Diff: ui/android/DEPS

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/ui_android.gyp » ('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/output/copy_output_request.h",
spang 2015/02/23 19:22:44 You should be able to delete ui/base/android/DEPS
Jaekyun Seok (inactive) 2015/02/23 20:29:24 I've already removed the previous changes in ui/ba
spang 2015/02/23 20:36:14 I'm not seeing any removal in the patch or in the
Jaekyun Seok (inactive) 2015/02/23 20:44:07 This file is ui/android/DEPS, not ui/base/android/
2 "+cc/resources/ui_resource_client.h", 3 "+cc/resources/ui_resource_client.h",
3 "+cc/resources/ui_resource_bitmap.h", 4 "+cc/resources/ui_resource_bitmap.h",
4 "+cc/trees/layer_tree_host.h", 5 "+cc/trees/layer_tree_host.h",
5 "+jni", 6 "+jni",
6 "+skia/ext", 7 "+skia/ext",
7 "+third_party/skia", 8 "+third_party/skia",
8 "+ui/base/resource/resource_bundle.h", 9 "+ui/base/resource/resource_bundle.h",
9 "+ui/base/ui_base_paths.h", 10 "+ui/base/ui_base_paths.h",
10 "+ui/gfx", 11 "+ui/gfx",
11 ] 12 ]
OLDNEW
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/ui_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698