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

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

Issue 2626033002: [Clean] Add unittest target and BrowserCoordinator tests. (Closed)
Patch Set: Review feedback. Created 3 years, 11 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 | « ios/clean/chrome/browser/browser_coordinator_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/test/BUILD.gn
diff --git a/ios/clean/chrome/test/BUILD.gn b/ios/clean/chrome/test/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..f4231655f009aaa160e17b27e04eadc14dc6748b
--- /dev/null
+++ b/ios/clean/chrome/test/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//testing/test.gni")
+
+group("all_tests") {
+ testonly = true
+ deps = [
+ ":ios_clean_chrome_unittests",
+ ]
+}
+
+test("ios_clean_chrome_unittests") {
+ deps = [
+ "//ios/chrome/test:run_all_unittests",
+ "//ios/clean/chrome/browser:unit_tests",
+ ]
+}
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698