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

Unified Diff: ios/chrome/browser/ui/downloads/BUILD.gn

Issue 2553563004: [ios] Adds JS resources for various features. (Closed)
Patch Set: Upload. Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/downloads/BUILD.gn
diff --git a/ios/chrome/browser/ui/downloads/BUILD.gn b/ios/chrome/browser/ui/downloads/BUILD.gn
index ea54aa1b8f9e6de06a2e578af7b96a65a1458bad..80010bd827945989f22220349bd59696d9dd4ed5 100644
--- a/ios/chrome/browser/ui/downloads/BUILD.gn
+++ b/ios/chrome/browser/ui/downloads/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/ios/rules.gni")
+
bundle_data("assets") {
sources = [
"resources/download_manager_assets.xcassets/Contents.json",
@@ -26,3 +28,7 @@ bundle_data("assets") {
"{{bundle_resources_dir}}/{{source_file_part}}",
]
}
+
+bundle_data_xib("download_manager_controller_xib") {
+ source = "resources/DownloadManagerController.xib"
+}

Powered by Google App Engine
This is Rietveld 408576698