| 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 bundle_data("assets") { | 5 bundle_data("assets") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/activity_services_print.xcassets/Contents.json", | 7 "resources/activity_services_print.xcassets/Contents.json", |
| 8 "resources/activity_services_print.xcassets/activity_services_print.imageset
/Contents.json", | 8 "resources/activity_services_print.xcassets/activity_services_print.imageset
/Contents.json", |
| 9 "resources/activity_services_print.xcassets/activity_services_print.imageset
/activity_services_print-60@2x.png", | 9 "resources/activity_services_print.xcassets/activity_services_print.imageset
/activity_services_print-60@2x.png", |
| 10 "resources/activity_services_print.xcassets/activity_services_print.imageset
/activity_services_print-60@3x.png", | 10 "resources/activity_services_print.xcassets/activity_services_print.imageset
/activity_services_print-60@3x.png", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 testonly = true | 89 testonly = true |
| 90 sources = [ | 90 sources = [ |
| 91 "activity_service_controller_egtest.mm", | 91 "activity_service_controller_egtest.mm", |
| 92 ] | 92 ] |
| 93 deps = [ | 93 deps = [ |
| 94 "//base", | 94 "//base", |
| 95 "//components/strings", | 95 "//components/strings", |
| 96 "//ios/chrome/app/strings", | 96 "//ios/chrome/app/strings", |
| 97 "//ios/chrome/browser/ui", | 97 "//ios/chrome/browser/ui", |
| 98 "//ios/chrome/browser/ui:ui_internal", | 98 "//ios/chrome/browser/ui:ui_internal", |
| 99 "//ios/chrome/test/app:test_support", |
| 99 "//ios/chrome/test/earl_grey:test_support", | 100 "//ios/chrome/test/earl_grey:test_support", |
| 100 "//ios/third_party/material_components_ios", | 101 "//ios/third_party/material_components_ios", |
| 102 "//ios/web:earl_grey_test_support", |
| 101 "//ios/web:test_support", | 103 "//ios/web:test_support", |
| 102 "//ui/base", | 104 "//ui/base", |
| 103 ] | 105 ] |
| 104 libs = [ "XCTest.framework" ] | 106 libs = [ "XCTest.framework" ] |
| 105 } | 107 } |
| OLD | NEW |