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

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

Issue 2937733003: [CRD iOS] Branching internal and external implementations (Closed)
Patch Set: add comment 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
Index: remoting/ios/app/resources/BUILD.gn
diff --git a/remoting/ios/app/resources/BUILD.gn b/remoting/ios/app/resources/BUILD.gn
index a9916a3f79555eff7d08e275a13d8517fc72a837..32af652f847aaacf13bfa77cadd37443b5df0557 100644
--- a/remoting/ios/app/resources/BUILD.gn
+++ b/remoting/ios/app/resources/BUILD.gn
@@ -8,6 +8,8 @@ import("//remoting/build/config/remoting_build.gni")
bundle_data("assets") {
sources = [
+ # TODO(yuweih): Looks like we should give remoting_ prefix to prevent name
+ # collision with other deps.
"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",
@@ -43,14 +45,14 @@ bundle_data("assets") {
"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",
"Assets.xcassets/ic_touch_app.imageset/ic_touch_app_3x.png",
+ "Assets.xcassets/remoting_refresh.imageset/Contents.json",
+ "Assets.xcassets/remoting_refresh.imageset/ic_refresh_white.png",
+ "Assets.xcassets/remoting_refresh.imageset/ic_refresh_white_2x.png",
+ "Assets.xcassets/remoting_refresh.imageset/ic_refresh_white_3x.png",
]
outputs = [
"{{bundle_resources_dir}}/{{source_file_part}}",

Powered by Google App Engine
This is Rietveld 408576698