Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2433)

Side by Side Diff: ios/chrome/browser/ui/settings/BUILD.gn

Issue 2897213002: Removed NativeAppNavigationController and related code (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/ui/downloads/BUILD.gn ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "//components/version_info", 138 "//components/version_info",
139 "//ios/chrome/app/strings", 139 "//ios/chrome/app/strings",
140 "//ios/chrome/browser", 140 "//ios/chrome/browser",
141 "//ios/chrome/browser/autofill", 141 "//ios/chrome/browser/autofill",
142 "//ios/chrome/browser/autofill:autofill_internal", 142 "//ios/chrome/browser/autofill:autofill_internal",
143 "//ios/chrome/browser/browser_state", 143 "//ios/chrome/browser/browser_state",
144 "//ios/chrome/browser/browser_state:browser_state_impl", 144 "//ios/chrome/browser/browser_state:browser_state_impl",
145 "//ios/chrome/browser/browsing_data", 145 "//ios/chrome/browser/browsing_data",
146 "//ios/chrome/browser/content_settings", 146 "//ios/chrome/browser/content_settings",
147 "//ios/chrome/browser/history", 147 "//ios/chrome/browser/history",
148 "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal",
149 "//ios/chrome/browser/passwords", 148 "//ios/chrome/browser/passwords",
150 "//ios/chrome/browser/physical_web", 149 "//ios/chrome/browser/physical_web",
151 "//ios/chrome/browser/prefs", 150 "//ios/chrome/browser/prefs",
152 "//ios/chrome/browser/search_engines", 151 "//ios/chrome/browser/search_engines",
153 "//ios/chrome/browser/signin", 152 "//ios/chrome/browser/signin",
154 "//ios/chrome/browser/store_kit", 153 "//ios/chrome/browser/store_kit",
155 "//ios/chrome/browser/sync", 154 "//ios/chrome/browser/sync",
156 "//ios/chrome/browser/translate", 155 "//ios/chrome/browser/translate",
157 "//ios/chrome/browser/ui", 156 "//ios/chrome/browser/ui",
158 "//ios/chrome/browser/ui/alert_coordinator", 157 "//ios/chrome/browser/ui/alert_coordinator",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "//ios/web/public/test/http_server", 389 "//ios/web/public/test/http_server",
391 "//net", 390 "//net",
392 "//ui/base", 391 "//ui/base",
393 "//url", 392 "//url",
394 ] 393 ]
395 libs = [ 394 libs = [
396 "UIKit.framework", 395 "UIKit.framework",
397 "XCTest.framework", 396 "XCTest.framework",
398 ] 397 ]
399 } 398 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/downloads/BUILD.gn ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698