| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 common_deps = [ | 5 common_deps = [ |
| 6 "//base", | 6 "//base", |
| 7 "//base:i18n", | 7 "//base:i18n", |
| 8 "//build/config/sanitizers:deps", | 8 "//build/config/sanitizers:deps", |
| 9 "//dart/runtime:libdart", | 9 "//dart/runtime:libdart", |
| 10 "//mojo/common", | 10 "//mojo/common", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "android/tracing_controller.cc", | 49 "android/tracing_controller.cc", |
| 50 "android/tracing_controller.h", | 50 "android/tracing_controller.h", |
| 51 "gpu/ganesh_context.cc", | 51 "gpu/ganesh_context.cc", |
| 52 "gpu/ganesh_context.h", | 52 "gpu/ganesh_context.h", |
| 53 "gpu/ganesh_surface.cc", | 53 "gpu/ganesh_surface.cc", |
| 54 "gpu/ganesh_surface.h", | 54 "gpu/ganesh_surface.h", |
| 55 "gpu/rasterizer.cc", | 55 "gpu/rasterizer.cc", |
| 56 "gpu/rasterizer.h", | 56 "gpu/rasterizer.h", |
| 57 "gpu_delegate.cc", | 57 "gpu_delegate.cc", |
| 58 "gpu_delegate.h", | 58 "gpu_delegate.h", |
| 59 "instance.cc", |
| 60 "instance.h", |
| 59 "platform_view.cc", | 61 "platform_view.cc", |
| 60 "platform_view.h", | 62 "platform_view.h", |
| 61 "service_provider.h", | 63 "service_provider.h", |
| 62 "shell.cc", | 64 "shell.cc", |
| 63 "shell.h", | 65 "shell.h", |
| 64 "ui/animator.cc", | 66 "ui/animator.cc", |
| 65 "ui/animator.h", | 67 "ui/animator.h", |
| 66 "ui/engine.cc", | 68 "ui/engine.cc", |
| 67 "ui/engine.h", | 69 "ui/engine.h", |
| 68 "ui/input_event_converter.cc", | 70 "ui/input_event_converter.cc", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 } | 175 } |
| 174 | 176 |
| 175 deps = [ | 177 deps = [ |
| 176 ":$scaffolding_target", | 178 ":$scaffolding_target", |
| 177 ":sky_resources", | 179 ":sky_resources", |
| 178 ] | 180 ] |
| 179 } | 181 } |
| 180 } else { | 182 } else { |
| 181 assert(false, "Unsupported platform") | 183 assert(false, "Unsupported platform") |
| 182 } | 184 } |
| OLD | NEW |