Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 ] |
| OLD | NEW |