| 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 source_set("dialogs") { | 5 source_set("dialogs") { |
| 6 deps = [ | 6 deps = [ |
| 7 "//base", | 7 "//base", |
| 8 "//ios/web", | 8 "//ios/web", |
| 9 ] | 9 ] |
| 10 | 10 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "//components/strings", | 90 "//components/strings", |
| 91 "//ios/chrome/app/strings", | 91 "//ios/chrome/app/strings", |
| 92 "//ios/chrome/browser/ui", | 92 "//ios/chrome/browser/ui", |
| 93 "//ios/chrome/browser/ui/tools_menu", | 93 "//ios/chrome/browser/ui/tools_menu", |
| 94 "//ios/chrome/test/app:test_support", | 94 "//ios/chrome/test/app:test_support", |
| 95 "//ios/chrome/test/earl_grey:test_support", | 95 "//ios/chrome/test/earl_grey:test_support", |
| 96 "//ios/testing:ios_test_support", | 96 "//ios/testing:ios_test_support", |
| 97 "//ios/testing/earl_grey:earl_grey_support", | 97 "//ios/testing/earl_grey:earl_grey_support", |
| 98 "//ios/third_party/earl_grey", | 98 "//ios/third_party/earl_grey", |
| 99 "//ios/web", | 99 "//ios/web", |
| 100 "//ios/web:earl_grey_test_support", |
| 100 "//ios/web/public/test", | 101 "//ios/web/public/test", |
| 101 "//ios/web/public/test/http_server", | 102 "//ios/web/public/test/http_server", |
| 102 "//ui/base", | 103 "//ui/base", |
| 103 "//url", | 104 "//url", |
| 104 ] | 105 ] |
| 105 libs = [ | 106 libs = [ |
| 106 "UIKit.framework", | 107 "UIKit.framework", |
| 107 "XCTest.framework", | 108 "XCTest.framework", |
| 108 ] | 109 ] |
| 109 } | 110 } |
| OLD | NEW |