| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "autofill_profile_edit_collection_view_controller.h", | 42 "autofill_profile_edit_collection_view_controller.h", |
| 43 "autofill_profile_edit_collection_view_controller.mm", | 43 "autofill_profile_edit_collection_view_controller.mm", |
| 44 "bandwidth_management_collection_view_controller.h", | 44 "bandwidth_management_collection_view_controller.h", |
| 45 "bandwidth_management_collection_view_controller.mm", | 45 "bandwidth_management_collection_view_controller.mm", |
| 46 "bar_button_activity_indicator.h", | 46 "bar_button_activity_indicator.h", |
| 47 "bar_button_activity_indicator.mm", | 47 "bar_button_activity_indicator.mm", |
| 48 "block_popups_collection_view_controller.h", | 48 "block_popups_collection_view_controller.h", |
| 49 "block_popups_collection_view_controller.mm", | 49 "block_popups_collection_view_controller.mm", |
| 50 "clear_browsing_data_collection_view_controller.h", | 50 "clear_browsing_data_collection_view_controller.h", |
| 51 "clear_browsing_data_collection_view_controller.mm", | 51 "clear_browsing_data_collection_view_controller.mm", |
| 52 "content_settings_collection_view_controller.h", |
| 53 "content_settings_collection_view_controller.mm", |
| 54 "contextual_search_collection_view_controller.h", |
| 55 "contextual_search_collection_view_controller.mm", |
| 56 "dataplan_usage_collection_view_controller.h", |
| 57 "dataplan_usage_collection_view_controller.mm", |
| 58 "do_not_track_collection_view_controller.h", |
| 59 "do_not_track_collection_view_controller.mm", |
| 60 "handoff_collection_view_controller.h", |
| 61 "handoff_collection_view_controller.mm", |
| 62 "import_data_collection_view_controller.h", |
| 63 "import_data_collection_view_controller.mm", |
| 64 "material_cell_catalog_view_controller.h", |
| 65 "material_cell_catalog_view_controller.mm", |
| 66 "native_apps_collection_view_controller.h", |
| 67 "native_apps_collection_view_controller.mm", |
| 68 "native_apps_collection_view_controller_private.h", |
| 69 "password_details_collection_view_controller.h", |
| 70 "password_details_collection_view_controller.mm", |
| 71 "physical_web_collection_view_controller.h", |
| 72 "physical_web_collection_view_controller.mm", |
| 52 ] | 73 ] |
| 53 deps = [ | 74 deps = [ |
| 54 ":resources", | 75 ":resources", |
| 55 "//base", | 76 "//base", |
| 56 "//base:i18n", | 77 "//base:i18n", |
| 57 "//components/autofill/core/browser", | 78 "//components/autofill/core/browser", |
| 58 "//components/autofill/core/common", | 79 "//components/autofill/core/common", |
| 59 "//components/autofill/ios/browser", | 80 "//components/autofill/ios/browser", |
| 60 "//components/browser_sync", | 81 "//components/browser_sync", |
| 61 "//components/browsing_data/core", | 82 "//components/browsing_data/core", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 libs = [ | 163 libs = [ |
| 143 "CoreLocation.framework", | 164 "CoreLocation.framework", |
| 144 "LocalAuthentication.framework", | 165 "LocalAuthentication.framework", |
| 145 "StoreKit.framework", | 166 "StoreKit.framework", |
| 146 "UIKit.framework", | 167 "UIKit.framework", |
| 147 ] | 168 ] |
| 148 } | 169 } |
| 149 | 170 |
| 150 source_set("settings") { | 171 source_set("settings") { |
| 151 sources = [ | 172 sources = [ |
| 152 "content_settings_collection_view_controller.h", | |
| 153 "content_settings_collection_view_controller.mm", | |
| 154 "contextual_search_collection_view_controller.h", | |
| 155 "contextual_search_collection_view_controller.mm", | |
| 156 "dataplan_usage_collection_view_controller.h", | |
| 157 "dataplan_usage_collection_view_controller.mm", | |
| 158 "do_not_track_collection_view_controller.h", | |
| 159 "do_not_track_collection_view_controller.mm", | |
| 160 "handoff_collection_view_controller.h", | |
| 161 "handoff_collection_view_controller.mm", | |
| 162 "import_data_collection_view_controller.h", | |
| 163 "import_data_collection_view_controller.mm", | |
| 164 "material_cell_catalog_view_controller.h", | |
| 165 "material_cell_catalog_view_controller.mm", | |
| 166 "native_apps_collection_view_controller.h", | |
| 167 "native_apps_collection_view_controller.mm", | |
| 168 "native_apps_collection_view_controller_private.h", | |
| 169 "password_details_collection_view_controller.h", | |
| 170 "password_details_collection_view_controller.mm", | |
| 171 "physical_web_collection_view_controller.h", | |
| 172 "physical_web_collection_view_controller.mm", | |
| 173 "privacy_collection_view_controller.h", | 173 "privacy_collection_view_controller.h", |
| 174 "privacy_collection_view_controller.mm", | 174 "privacy_collection_view_controller.mm", |
| 175 "reauthentication_module.h", | 175 "reauthentication_module.h", |
| 176 "reauthentication_module.mm", | 176 "reauthentication_module.mm", |
| 177 "reauthentication_protocol.h", | 177 "reauthentication_protocol.h", |
| 178 "save_passwords_collection_view_controller.h", | 178 "save_passwords_collection_view_controller.h", |
| 179 "save_passwords_collection_view_controller.mm", | 179 "save_passwords_collection_view_controller.mm", |
| 180 "search_engine_settings_collection_view_controller.h", | 180 "search_engine_settings_collection_view_controller.h", |
| 181 "search_engine_settings_collection_view_controller.mm", | 181 "search_engine_settings_collection_view_controller.mm", |
| 182 "settings_collection_view_controller.h", | 182 "settings_collection_view_controller.h", |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "//ios/web:test_support", | 478 "//ios/web:test_support", |
| 479 "//net", | 479 "//net", |
| 480 "//ui/base", | 480 "//ui/base", |
| 481 "//url", | 481 "//url", |
| 482 ] | 482 ] |
| 483 libs = [ | 483 libs = [ |
| 484 "UIKit.framework", | 484 "UIKit.framework", |
| 485 "XCTest.framework", | 485 "XCTest.framework", |
| 486 ] | 486 ] |
| 487 } | 487 } |
| OLD | NEW |