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

Unified Diff: cloud_print/BUILD.gn

Issue 1047463003: Add cloud_print_unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remoting_targets
Patch Set: fix dependency on content Created 5 years, 9 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 | « build/gn_migration.gypi ('k') | cloud_print/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/BUILD.gn
diff --git a/cloud_print/BUILD.gn b/cloud_print/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..2cd785bc6f7857bf67cdfcdbee29d0f0851fe471
--- /dev/null
+++ b/cloud_print/BUILD.gn
@@ -0,0 +1,29 @@
+# Copyright 2015 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")
+
+test("cloud_print_unittests") {
+ sources = [
+ "service/service_state_unittest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:run_all_unittests",
+ "//cloud_print/service:cloud_print_service_lib",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+
+ # TODO(GYP)
+ # if (is_win) {
+ # sources += [
+ # "service/win/service_ipc_unittest.cc",
+ # "virtual_driver/win/port_monitor/port_monitor_unittest.cc",
+ # ]
+ #
+ # deps += [ "virtual_driver/win:gcp_portmon_lib" ]
+ #}
+}
« no previous file with comments | « build/gn_migration.gypi ('k') | cloud_print/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698