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

Unified Diff: services/test/BUILD.gn

Issue 2897123004: Move display_service_unittests to services_unittests. (Closed)
Patch Set: services -> service_manager Created 3 years, 7 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 | « services/service_manager/public/tools/test/service_test.gni ('k') | services/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/test/BUILD.gn
diff --git a/services/test/BUILD.gn b/services/test/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1aa2e8668b81a887aa73a21d2586022888bb8561
--- /dev/null
+++ b/services/test/BUILD.gn
@@ -0,0 +1,30 @@
+# 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.
+
+source_set("run_all_service_tests") {
+ # This target is in a separate directory because we want to expand DEPS so
+ # that it not all of //services can access //ui.
+ visibility = [ "//services:*" ]
+
+ testonly = true
+
+ sources = [
+ "run_all_service_tests.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//services/service_manager/public/cpp/test:common_initialization",
+ "//ui/base",
+ ]
+
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
+
+ if (is_android) {
+ deps += [ "//mojo/android:libsystem_java" ]
+ }
+}
« no previous file with comments | « services/service_manager/public/tools/test/service_test.gni ('k') | services/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698