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

Side by Side Diff: ios/chrome/browser/ui/downloads/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/BUILD.gn ('k') | ios/chrome/browser/ui/settings/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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 bundle_data("assets") { 7 bundle_data("assets") {
8 sources = [ 8 sources = [
9 "resources/download_manager_assets.xcassets/Contents.json", 9 "resources/download_manager_assets.xcassets/Contents.json",
10 "resources/download_manager_assets.xcassets/error_icon.imageset/Contents.jso n", 10 "resources/download_manager_assets.xcassets/error_icon.imageset/Contents.jso n",
(...skipping 29 matching lines...) Expand all
40 "download_manager_controller.mm", 40 "download_manager_controller.mm",
41 ] 41 ]
42 deps = [ 42 deps = [
43 ":assets", 43 ":assets",
44 ":download_manager_controller_xib", 44 ":download_manager_controller_xib",
45 "//base", 45 "//base",
46 "//components/strings", 46 "//components/strings",
47 "//ios/chrome/app/strings", 47 "//ios/chrome/app/strings",
48 "//ios/chrome/browser", 48 "//ios/chrome/browser",
49 "//ios/chrome/browser/native_app_launcher", 49 "//ios/chrome/browser/native_app_launcher",
50 "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal",
51 "//ios/chrome/browser/store_kit", 50 "//ios/chrome/browser/store_kit",
52 "//ios/chrome/browser/ui", 51 "//ios/chrome/browser/ui",
53 "//ios/chrome/browser/ui/alert_coordinator", 52 "//ios/chrome/browser/ui/alert_coordinator",
54 "//ios/chrome/browser/ui/colors", 53 "//ios/chrome/browser/ui/colors",
55 "//ios/chrome/browser/web:web_internal", 54 "//ios/chrome/browser/web:web_internal",
56 "//ios/public/provider/chrome/browser", 55 "//ios/public/provider/chrome/browser",
57 "//ios/public/provider/chrome/browser/native_app_launcher", 56 "//ios/public/provider/chrome/browser/native_app_launcher",
58 "//ios/third_party/material_components_ios", 57 "//ios/third_party/material_components_ios",
59 "//ios/third_party/material_roboto_font_loader_ios", 58 "//ios/third_party/material_roboto_font_loader_ios",
60 "//ios/web", 59 "//ios/web",
(...skipping 16 matching lines...) Expand all
77 "//base", 76 "//base",
78 "//ios/chrome/browser", 77 "//ios/chrome/browser",
79 "//ios/chrome/browser/store_kit", 78 "//ios/chrome/browser/store_kit",
80 "//ios/chrome/browser/web:test_support", 79 "//ios/chrome/browser/web:test_support",
81 "//ios/web/public/test", 80 "//ios/web/public/test",
82 "//net:test_support", 81 "//net:test_support",
83 "//testing/gtest", 82 "//testing/gtest",
84 "//third_party/ocmock:ocmock", 83 "//third_party/ocmock:ocmock",
85 ] 84 ]
86 } 85 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698