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

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

Issue 1725583002: Work in progress to make //ios/chrome/browser build again in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ios_hack_2
Patch Set: Created 4 years, 10 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 | « components/invalidation/impl/BUILD.gn ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/BUILD.gn
diff --git a/mash/wm/resources/BUILD.gn b/ios/chrome/app/resources/BUILD.gn
similarity index 58%
copy from mash/wm/resources/BUILD.gn
copy to ios/chrome/app/resources/BUILD.gn
index 86bd61717b78c74b2c1ce3d784a54317dcdf557a..4f61ad84e79b911e23d53db9639087394053bab1 100644
--- a/mash/wm/resources/BUILD.gn
+++ b/ios/chrome/app/resources/BUILD.gn
@@ -2,13 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/chrome_build.gni")
import("//tools/grit/grit_rule.gni")
grit("resources") {
- source = "mash_wm_resources.grd"
+ source = "ios_resources.grd"
+ output_dir = "$root_gen_dir/ios/chrome"
+ use_qualified_include = true
outputs = [
- "grit/mash_wm_resources.h",
- "mash_wm_resources_100_percent.pak",
- "mash_wm_resources_200_percent.pak",
+ "grit/ios_resources.h",
]
}
« no previous file with comments | « components/invalidation/impl/BUILD.gn ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698