| 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 19 matching lines...) Expand all Loading... |
| 30 "about_chrome_collection_view_controller.h", | 30 "about_chrome_collection_view_controller.h", |
| 31 "about_chrome_collection_view_controller.mm", | 31 "about_chrome_collection_view_controller.mm", |
| 32 "accounts_collection_view_controller.h", | 32 "accounts_collection_view_controller.h", |
| 33 "accounts_collection_view_controller.mm", | 33 "accounts_collection_view_controller.mm", |
| 34 "autofill_collection_view_controller.h", | 34 "autofill_collection_view_controller.h", |
| 35 "autofill_collection_view_controller.mm", | 35 "autofill_collection_view_controller.mm", |
| 36 "autofill_credit_card_edit_collection_view_controller.h", | 36 "autofill_credit_card_edit_collection_view_controller.h", |
| 37 "autofill_credit_card_edit_collection_view_controller.mm", | 37 "autofill_credit_card_edit_collection_view_controller.mm", |
| 38 "autofill_edit_accessory_view.h", | 38 "autofill_edit_accessory_view.h", |
| 39 "autofill_edit_accessory_view.mm", | 39 "autofill_edit_accessory_view.mm", |
| 40 "autofill_edit_collection_view_controller+protected.h", |
| 40 "autofill_edit_collection_view_controller.h", | 41 "autofill_edit_collection_view_controller.h", |
| 41 "autofill_edit_collection_view_controller.mm", | 42 "autofill_edit_collection_view_controller.mm", |
| 42 "autofill_profile_edit_collection_view_controller.h", | 43 "autofill_profile_edit_collection_view_controller.h", |
| 43 "autofill_profile_edit_collection_view_controller.mm", | 44 "autofill_profile_edit_collection_view_controller.mm", |
| 44 "bandwidth_management_collection_view_controller.h", | 45 "bandwidth_management_collection_view_controller.h", |
| 45 "bandwidth_management_collection_view_controller.mm", | 46 "bandwidth_management_collection_view_controller.mm", |
| 46 "bar_button_activity_indicator.h", | 47 "bar_button_activity_indicator.h", |
| 47 "bar_button_activity_indicator.mm", | 48 "bar_button_activity_indicator.mm", |
| 48 "block_popups_collection_view_controller.h", | 49 "block_popups_collection_view_controller.h", |
| 49 "block_popups_collection_view_controller.mm", | 50 "block_popups_collection_view_controller.mm", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "//ios/web:test_support", | 366 "//ios/web:test_support", |
| 366 "//net", | 367 "//net", |
| 367 "//ui/base", | 368 "//ui/base", |
| 368 "//url", | 369 "//url", |
| 369 ] | 370 ] |
| 370 libs = [ | 371 libs = [ |
| 371 "UIKit.framework", | 372 "UIKit.framework", |
| 372 "XCTest.framework", | 373 "XCTest.framework", |
| 373 ] | 374 ] |
| 374 } | 375 } |
| OLD | NEW |