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

Side by Side Diff: remoting/ios/app/resources/BUILD.gn

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ios/rules.gni") 6 import("//build/config/ios/rules.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 bundle_data("assets") { 9 bundle_data("assets") {
10 sources = [ 10 sources = [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "chromium/Icon-40.png", 65 "chromium/Icon-40.png",
66 "chromium/Icon-58.png", 66 "chromium/Icon-58.png",
67 "chromium/Icon-76.png", 67 "chromium/Icon-76.png",
68 "chromium/Icon-80.png", 68 "chromium/Icon-80.png",
69 "chromium/Icon-87.png", 69 "chromium/Icon-87.png",
70 ] 70 ]
71 outputs = [ 71 outputs = [
72 "{{bundle_resources_dir}}/{{source_file_part}}", 72 "{{bundle_resources_dir}}/{{source_file_part}}",
73 ] 73 ]
74 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698