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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "ios/main_ios.mm", | 157 "ios/main_ios.mm", |
158 "ios/platform_service_provider_ios.cc", | 158 "ios/platform_service_provider_ios.cc", |
159 "ios/platform_view_ios.h", | 159 "ios/platform_view_ios.h", |
160 "ios/platform_view_ios.mm", | 160 "ios/platform_view_ios.mm", |
161 "ios/sky_app_delegate.h", | 161 "ios/sky_app_delegate.h", |
162 "ios/sky_app_delegate.mm", | 162 "ios/sky_app_delegate.mm", |
163 "ios/sky_surface.h", | 163 "ios/sky_surface.h", |
164 "ios/sky_surface.mm", | 164 "ios/sky_surface.mm", |
165 "ios/sky_view_controller.h", | 165 "ios/sky_view_controller.h", |
166 "ios/sky_view_controller.mm", | 166 "ios/sky_view_controller.mm", |
167 "platform_view.cc", | |
168 ] | 167 ] |
169 | 168 |
170 deps = common_deps + [ | 169 deps = common_deps + [ |
171 ":common", | 170 ":common", |
172 "//sky/services/ns_net", | 171 "//sky/services/ns_net", |
173 ] | 172 ] |
174 } | 173 } |
175 | 174 |
176 deps = [ | 175 deps = [ |
177 ":$scaffolding_target", | 176 ":$scaffolding_target", |
(...skipping 13 matching lines...) Expand all Loading... |
191 ] | 190 ] |
192 | 191 |
193 deps = common_deps + [ | 192 deps = common_deps + [ |
194 ":common", | 193 ":common", |
195 "//sky/services/testing:interfaces", | 194 "//sky/services/testing:interfaces", |
196 ] | 195 ] |
197 } | 196 } |
198 } else { | 197 } else { |
199 assert(false, "Unsupported platform") | 198 assert(false, "Unsupported platform") |
200 } | 199 } |
OLD | NEW |