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

Unified Diff: ios/chrome/BUILD.gn

Issue 2558913005: Upstream target to generate localizable strings for Info.plist. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 66eff91b1d89b15185ddffb66b453bca42f5aa02..06cc51cbb939e10b0860bfe48877e3e5583b1ec1 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -10,13 +10,6 @@ test("ios_chrome_unittests") {
# Ensure that all unit tests are run.
"//ios/chrome/test:run_all_unittests",
- # Ensure that packed resources are available (it should be a dependency
- # of //ios/chrome/app however, Chrome on iOS uses different resources,
- # so the dependency cannot be added there).
- # TODO(crbug.com/653086): find a way to fix those dependency as part of
- # building Chromium for iOS, and then remove the dependency.
- "//ios/chrome/app/resources:packed_resources",
-
# Add unit_tests target here.
"//ios/chrome/app:unit_tests",
"//ios/chrome/app/application_delegate:unit_tests",
« no previous file with comments | « no previous file | ios/chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698