Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/animation/animation_host.h", | 2 "+cc/animation/animation_host.h", |
| 3 "+cc/layers", | 3 "+cc/layers", |
| 4 "+cc/output", | 4 "+cc/output", |
| 5 "+cc/resources", | 5 "+cc/resources", |
| 6 "+cc/surfaces", | 6 "+cc/surfaces", |
| 7 "+cc/test/stub_layer_tree_host_client.h", | 7 "+cc/test/stub_layer_tree_host_client.h", |
| 8 "+cc/test/test_task_graph_runner.h", | 8 "+cc/test/test_task_graph_runner.h", |
| 9 "+cc/trees/layer_tree_host.h", | 9 "+cc/trees/layer_tree_host.h", |
| 10 "+jni", | 10 "+jni", |
| 11 "+skia/ext", | 11 "+skia/ext", |
| 12 "+third_party/skia", | 12 "+third_party/skia", |
| 13 "+ui/base/resource/resource_bundle.h", | 13 "+ui/base/resource/resource_bundle.h", |
| 14 "+ui/base/ui_base_paths.h", | 14 "+ui/base/ui_base_paths.h", |
| 15 "+ui/display/android/display_android_manager.h", | |
|
boliu
2016/11/01 17:11:04
just replace these 3 with ui/display
Tima Vaisburd
2016/11/01 23:04:35
Done.
| |
| 15 "+ui/display/display.h", | 16 "+ui/display/display.h", |
| 16 "+ui/display/screen.h", | 17 "+ui/display/screen.h", |
| 17 "+ui/gfx", | 18 "+ui/gfx", |
| 18 ] | 19 ] |
| OLD | NEW |