OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 import("//build/config/ios/rules.gni") | 5 import("//build/config/ios/rules.gni") |
6 | 6 |
7 source_set("ui_arc") { | 7 source_set("ui_arc") { |
8 sources = [ | 8 sources = [ |
9 "network_activity_indicator_manager.h", | 9 "network_activity_indicator_manager.h", |
10 "network_activity_indicator_manager.mm", | 10 "network_activity_indicator_manager.mm", |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "//ios/chrome/browser/infobars", | 277 "//ios/chrome/browser/infobars", |
278 "//ios/chrome/browser/metrics:metrics_internal", | 278 "//ios/chrome/browser/metrics:metrics_internal", |
279 "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal", | 279 "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal", |
280 "//ios/chrome/browser/net", | 280 "//ios/chrome/browser/net", |
281 "//ios/chrome/browser/passwords", | 281 "//ios/chrome/browser/passwords", |
282 "//ios/chrome/browser/payments", | 282 "//ios/chrome/browser/payments", |
283 "//ios/chrome/browser/prefs", | 283 "//ios/chrome/browser/prefs", |
284 "//ios/chrome/browser/reading_list", | 284 "//ios/chrome/browser/reading_list", |
285 "//ios/chrome/browser/search_engines", | 285 "//ios/chrome/browser/search_engines", |
286 "//ios/chrome/browser/sessions", | 286 "//ios/chrome/browser/sessions", |
287 "//ios/chrome/browser/sessions:sessions_internal", | |
288 "//ios/chrome/browser/snapshots", | 287 "//ios/chrome/browser/snapshots", |
289 "//ios/chrome/browser/snapshots:snapshots_internal", | 288 "//ios/chrome/browser/snapshots:snapshots_internal", |
290 "//ios/chrome/browser/tabs", | 289 "//ios/chrome/browser/tabs", |
291 "//ios/chrome/browser/ui", | 290 "//ios/chrome/browser/ui", |
292 "//ios/chrome/browser/ui:resources", | 291 "//ios/chrome/browser/ui:resources", |
293 "//ios/chrome/browser/ui/activity_services", | 292 "//ios/chrome/browser/ui/activity_services", |
294 "//ios/chrome/browser/ui/alert_coordinator", | 293 "//ios/chrome/browser/ui/alert_coordinator", |
295 "//ios/chrome/browser/ui/authentication", | 294 "//ios/chrome/browser/ui/authentication", |
296 "//ios/chrome/browser/ui/bookmarks", | 295 "//ios/chrome/browser/ui/bookmarks", |
297 "//ios/chrome/browser/ui/colors", | 296 "//ios/chrome/browser/ui/colors", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 } | 458 } |
460 | 459 |
461 # Clean skeleton targets | 460 # Clean skeleton targets |
462 source_set("ui_clean_skeleton") { | 461 source_set("ui_clean_skeleton") { |
463 sources = [ | 462 sources = [ |
464 "ui_types.h", | 463 "ui_types.h", |
465 ] | 464 ] |
466 | 465 |
467 configs += [ "//build/config/compiler:enable_arc" ] | 466 configs += [ "//build/config/compiler:enable_arc" ] |
468 } | 467 } |
OLD | NEW |