| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ":settings", | 339 ":settings", |
| 340 "//base", | 340 "//base", |
| 341 "//components/browsing_data/core", | 341 "//components/browsing_data/core", |
| 342 "//components/content_settings/core/browser", | 342 "//components/content_settings/core/browser", |
| 343 "//components/metrics", | 343 "//components/metrics", |
| 344 "//components/password_manager/core/common", | 344 "//components/password_manager/core/common", |
| 345 "//components/prefs", | 345 "//components/prefs", |
| 346 "//components/search_engines", | 346 "//components/search_engines", |
| 347 "//components/signin/core/browser", | 347 "//components/signin/core/browser", |
| 348 "//components/strings", | 348 "//components/strings", |
| 349 "//ios/chrome/app:app_internal", |
| 349 "//ios/chrome/app/strings", | 350 "//ios/chrome/app/strings", |
| 350 "//ios/chrome/app/theme", | 351 "//ios/chrome/app/theme", |
| 351 "//ios/chrome/browser", | 352 "//ios/chrome/browser", |
| 352 "//ios/chrome/browser/browser_state", | 353 "//ios/chrome/browser/browser_state", |
| 353 "//ios/chrome/browser/content_settings", | 354 "//ios/chrome/browser/content_settings", |
| 354 "//ios/chrome/browser/search_engines", | 355 "//ios/chrome/browser/search_engines", |
| 355 "//ios/chrome/browser/signin", | 356 "//ios/chrome/browser/signin", |
| 357 "//ios/chrome/browser/ui:ui_internal", |
| 356 "//ios/chrome/browser/ui/tools_menu", | 358 "//ios/chrome/browser/ui/tools_menu", |
| 357 "//ios/chrome/test/app:test_support", | 359 "//ios/chrome/test/app:test_support", |
| 358 "//ios/chrome/test/earl_grey:test_support", | 360 "//ios/chrome/test/earl_grey:test_support", |
| 359 "//ios/public/provider/chrome/browser/signin:test_support", | 361 "//ios/public/provider/chrome/browser/signin:test_support", |
| 360 "//ios/testing/earl_grey:earl_grey_support", | 362 "//ios/testing/earl_grey:earl_grey_support", |
| 361 "//ios/third_party/earl_grey", | 363 "//ios/third_party/earl_grey", |
| 362 "//ios/web", | 364 "//ios/web", |
| 363 "//ios/web:test_support", | 365 "//ios/web:test_support", |
| 364 "//net", | 366 "//net", |
| 365 "//ui/base", | 367 "//ui/base", |
| 366 "//url", | 368 "//url", |
| 367 ] | 369 ] |
| 368 libs = [ | 370 libs = [ |
| 369 "UIKit.framework", | 371 "UIKit.framework", |
| 370 "XCTest.framework", | 372 "XCTest.framework", |
| 371 ] | 373 ] |
| 372 } | 374 } |
| OLD | NEW |