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

Unified Diff: ios/clean/chrome/test/BUILD.gn

Issue 2727353006: Introduce BrowserList and Browser classes for iOS. (Closed)
Patch Set: Add blank line. Created 3 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
Index: ios/clean/chrome/test/BUILD.gn
diff --git a/ios/clean/chrome/test/BUILD.gn b/ios/clean/chrome/test/BUILD.gn
index 4ea23caca0f49adb33cd8313644f74d2ab197464..758c428d122e8597c02d0639cfe1e43fc9ebee06 100644
--- a/ios/clean/chrome/test/BUILD.gn
+++ b/ios/clean/chrome/test/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//ios/public/provider/chrome/browser/build_config.gni")
import("//testing/test.gni")
group("all_tests") {
@@ -13,8 +14,13 @@ group("all_tests") {
test("ios_clean_chrome_unittests") {
deps = [
+ # Ensure that all unit tests are run, use fake hooks and pack resources.
"//ios/chrome/test:run_all_unittests",
+ ios_packed_resources_target,
+
+ # Add unit_tests target here.
"//ios/clean/chrome/browser:unit_tests",
+ "//ios/clean/chrome/browser/model:unit_tests",
"//ios/clean/chrome/browser/ui/web_contents:unit_tests",
]
}
« no previous file with comments | « ios/clean/chrome/browser/model/browser_list_unittest.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698