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

Unified Diff: ios/chrome/BUILD.gn

Issue 2563023002: Add //ios/chrome/app/resources group target. (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/resources/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 06cc51cbb939e10b0860bfe48877e3e5583b1ec1..314c1dfc91354aa053330c8ab418364d8a33bd36 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -3,12 +3,14 @@
# found in the LICENSE file.
import("//ios/build/config.gni")
+import("//ios/public/provider/chrome/browser/build_config.gni")
import("//testing/test.gni")
test("ios_chrome_unittests") {
deps = [
- # Ensure that all unit tests are run.
+ # Ensure that all unit tests are run and packed resources available.
"//ios/chrome/test:run_all_unittests",
+ ios_packed_resources_target,
# Add unit_tests target here.
"//ios/chrome/app:unit_tests",
« no previous file with comments | « no previous file | ios/chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698