| 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("resources") { | 5 bundle_data("resources") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/tabswitcher_full_history.png", | 7 "resources/tabswitcher_full_history.png", |
| 8 "resources/tabswitcher_full_history@2x.png", | 8 "resources/tabswitcher_full_history@2x.png", |
| 9 "resources/tabswitcher_full_history@3x.png", | 9 "resources/tabswitcher_full_history@3x.png", |
| 10 "resources/tabswitcher_incognito.png", | 10 "resources/tabswitcher_incognito.png", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "//components/signin/core/browser", | 96 "//components/signin/core/browser", |
| 97 "//components/sync", | 97 "//components/sync", |
| 98 "//components/sync_sessions", | 98 "//components/sync_sessions", |
| 99 "//ios/chrome/app/strings", | 99 "//ios/chrome/app/strings", |
| 100 "//ios/chrome/app/theme", | 100 "//ios/chrome/app/theme", |
| 101 "//ios/chrome/browser", | 101 "//ios/chrome/browser", |
| 102 "//ios/chrome/browser/browser_state", | 102 "//ios/chrome/browser/browser_state", |
| 103 "//ios/chrome/browser/favicon", | 103 "//ios/chrome/browser/favicon", |
| 104 "//ios/chrome/browser/metrics:metrics_internal", | 104 "//ios/chrome/browser/metrics:metrics_internal", |
| 105 "//ios/chrome/browser/sessions", | 105 "//ios/chrome/browser/sessions", |
| 106 "//ios/chrome/browser/sessions:sessions_internal", | |
| 107 "//ios/chrome/browser/signin", | 106 "//ios/chrome/browser/signin", |
| 108 "//ios/chrome/browser/sync", | 107 "//ios/chrome/browser/sync", |
| 109 "//ios/chrome/browser/tabs", | 108 "//ios/chrome/browser/tabs", |
| 110 "//ios/chrome/browser/ui", | 109 "//ios/chrome/browser/ui", |
| 111 "//ios/chrome/browser/ui/colors", | 110 "//ios/chrome/browser/ui/colors", |
| 112 "//ios/chrome/browser/ui/commands", | 111 "//ios/chrome/browser/ui/commands", |
| 113 "//ios/chrome/browser/ui/keyboard", | 112 "//ios/chrome/browser/ui/keyboard", |
| 114 "//ios/chrome/browser/ui/material_components", | 113 "//ios/chrome/browser/ui/material_components", |
| 115 "//ios/chrome/browser/ui/ntp/recent_tabs/views", | 114 "//ios/chrome/browser/ui/ntp/recent_tabs/views", |
| 116 "//ios/chrome/browser/ui/sync", | 115 "//ios/chrome/browser/ui/sync", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "//ios/chrome/test/app:test_support", | 192 "//ios/chrome/test/app:test_support", |
| 194 "//ios/chrome/test/earl_grey:test_support", | 193 "//ios/chrome/test/earl_grey:test_support", |
| 195 "//ios/third_party/earl_grey", | 194 "//ios/third_party/earl_grey", |
| 196 "//ui/base", | 195 "//ui/base", |
| 197 ] | 196 ] |
| 198 libs = [ | 197 libs = [ |
| 199 "UIKit.framework", | 198 "UIKit.framework", |
| 200 "XCTest.framework", | 199 "XCTest.framework", |
| 201 ] | 200 ] |
| 202 } | 201 } |
| OLD | NEW |