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

Side by Side Diff: sky/shell/BUILD.gn

Issue 1229093002: [Sky] Fix iOS build breaks (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | sky/shell/ios/sky_surface.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | sky/shell/ios/sky_surface.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698