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

Unified Diff: remoting/ios/app/resources/BUILD.gn

Issue 2921413002: [CRD iOS] Finish up the host list UI (Closed)
Patch Set: Added sources to the target. Hopefully it will fix the issue 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/app/resources/Assets.xcassets/ic_refresh.imageset/ic_refresh_white_3x.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/resources/BUILD.gn
diff --git a/remoting/ios/app/resources/BUILD.gn b/remoting/ios/app/resources/BUILD.gn
index 5f15eb31c9541e1a34657732c09b7f22d7a63a50..a9916a3f79555eff7d08e275a13d8517fc72a837 100644
--- a/remoting/ios/app/resources/BUILD.gn
+++ b/remoting/ios/app/resources/BUILD.gn
@@ -8,6 +8,17 @@ import("//remoting/build/config/remoting_build.gni")
bundle_data("assets") {
sources = [
+ "Assets.xcassets/Back.imageset/Contents.json",
+ "Assets.xcassets/Back.imageset/ic_keyboard_arrow_left_white_1x_ios_36dp.png",
+ "Assets.xcassets/Back.imageset/ic_keyboard_arrow_left_white_2x_ios_36dp.png",
+ "Assets.xcassets/Back.imageset/ic_keyboard_arrow_left_white_3x_ios_36dp.png",
+ "Assets.xcassets/Background.imageset/Contents.json",
+ "Assets.xcassets/Background.imageset/bkg1.jpg",
+ "Assets.xcassets/Background.imageset/bkg1_2x.jpg",
+ "Assets.xcassets/Settings.imageset/Contents.json",
+ "Assets.xcassets/Settings.imageset/ic_settings_white_1x_ios_24dp.png",
+ "Assets.xcassets/Settings.imageset/ic_settings_white_2x_ios_24dp.png",
+ "Assets.xcassets/Settings.imageset/ic_settings_white_3x_ios_24dp.png",
"Assets.xcassets/ic_desktop.imageset/Contents.json",
"Assets.xcassets/ic_desktop.imageset/ic_desktop.png",
"Assets.xcassets/ic_desktop.imageset/ic_desktop@2x.png",
@@ -24,10 +35,18 @@ bundle_data("assets") {
"Assets.xcassets/ic_fullscreen_exit.imageset/ic_fullscreen_exit.png",
"Assets.xcassets/ic_fullscreen_exit.imageset/ic_fullscreen_exit@2x.png",
"Assets.xcassets/ic_fullscreen_exit.imageset/ic_fullscreen_exit@3x.png",
+ "Assets.xcassets/ic_menu.imageset/Contents.json",
+ "Assets.xcassets/ic_menu.imageset/ic_menu_white.png",
+ "Assets.xcassets/ic_menu.imageset/ic_menu_white_2x.png",
+ "Assets.xcassets/ic_menu.imageset/ic_menu_white_3x.png",
"Assets.xcassets/ic_mouse.imageset/Contents.json",
"Assets.xcassets/ic_mouse.imageset/ic_mouse.png",
"Assets.xcassets/ic_mouse.imageset/ic_mouse@2x.png",
"Assets.xcassets/ic_mouse.imageset/ic_mouse@3x.png",
+ "Assets.xcassets/ic_refresh.imageset/Contents.json",
+ "Assets.xcassets/ic_refresh.imageset/ic_refresh_white.png",
+ "Assets.xcassets/ic_refresh.imageset/ic_refresh_white_2x.png",
+ "Assets.xcassets/ic_refresh.imageset/ic_refresh_white_3x.png",
"Assets.xcassets/ic_touch_app.imageset/Contents.json",
"Assets.xcassets/ic_touch_app.imageset/ic_touch_app.png",
"Assets.xcassets/ic_touch_app.imageset/ic_touch_app_2x.png",
« no previous file with comments | « remoting/ios/app/resources/Assets.xcassets/ic_refresh.imageset/ic_refresh_white_3x.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698