| 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/app_icon_placeholder.png", | 7 "resources/app_icon_placeholder.png", |
| 8 "resources/app_icon_placeholder@2x.png", | 8 "resources/app_icon_placeholder@2x.png", |
| 9 "resources/app_icon_placeholder@3x.png", | 9 "resources/app_icon_placeholder@3x.png", |
| 10 "resources/encryption_error.png", | 10 "resources/encryption_error.png", |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "//ios/chrome/browser/prefs", | 151 "//ios/chrome/browser/prefs", |
| 152 "//ios/chrome/browser/search_engines", | 152 "//ios/chrome/browser/search_engines", |
| 153 "//ios/chrome/browser/signin", | 153 "//ios/chrome/browser/signin", |
| 154 "//ios/chrome/browser/store_kit", | 154 "//ios/chrome/browser/store_kit", |
| 155 "//ios/chrome/browser/sync", | 155 "//ios/chrome/browser/sync", |
| 156 "//ios/chrome/browser/translate", | 156 "//ios/chrome/browser/translate", |
| 157 "//ios/chrome/browser/ui", | 157 "//ios/chrome/browser/ui", |
| 158 "//ios/chrome/browser/ui/alert_coordinator", | 158 "//ios/chrome/browser/ui/alert_coordinator", |
| 159 "//ios/chrome/browser/ui/authentication", | 159 "//ios/chrome/browser/ui/authentication", |
| 160 "//ios/chrome/browser/ui/authentication:authentication_arc", | 160 "//ios/chrome/browser/ui/authentication:authentication_arc", |
| 161 "//ios/chrome/browser/ui/authentication:authentication_ui", |
| 161 "//ios/chrome/browser/ui/autofill/cells", | 162 "//ios/chrome/browser/ui/autofill/cells", |
| 162 "//ios/chrome/browser/ui/collection_view", | 163 "//ios/chrome/browser/ui/collection_view", |
| 163 "//ios/chrome/browser/ui/colors", | 164 "//ios/chrome/browser/ui/colors", |
| 164 "//ios/chrome/browser/ui/commands", | 165 "//ios/chrome/browser/ui/commands", |
| 165 "//ios/chrome/browser/ui/content_suggestions", | 166 "//ios/chrome/browser/ui/content_suggestions", |
| 166 "//ios/chrome/browser/ui/contextual_search", | 167 "//ios/chrome/browser/ui/contextual_search", |
| 167 "//ios/chrome/browser/ui/icons", | 168 "//ios/chrome/browser/ui/icons", |
| 168 "//ios/chrome/browser/ui/keyboard", | 169 "//ios/chrome/browser/ui/keyboard", |
| 169 "//ios/chrome/browser/ui/material_components", | 170 "//ios/chrome/browser/ui/material_components", |
| 170 "//ios/chrome/browser/ui/settings/cells", | 171 "//ios/chrome/browser/ui/settings/cells", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "//ios/web:test_support", | 371 "//ios/web:test_support", |
| 371 "//net", | 372 "//net", |
| 372 "//ui/base", | 373 "//ui/base", |
| 373 "//url", | 374 "//url", |
| 374 ] | 375 ] |
| 375 libs = [ | 376 libs = [ |
| 376 "UIKit.framework", | 377 "UIKit.framework", |
| 377 "XCTest.framework", | 378 "XCTest.framework", |
| 378 ] | 379 ] |
| 379 } | 380 } |
| OLD | NEW |