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

Unified Diff: mash/package/BUILD.gn

Issue 2295433003: Changes around how browser_tests are launched for mash (Closed)
Patch Set: make manifest chromeos specific Created 4 years, 4 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 | « chrome/test/base/mojo_test_connector.cc ('k') | mash/package/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/package/BUILD.gn
diff --git a/mash/package/BUILD.gn b/mash/package/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..28502bf0e62af0aa1b417d6e13f5e66310463049
--- /dev/null
+++ b/mash/package/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2016 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("package") {
+ sources = [
+ "mash_packaged_service.cc",
+ "mash_packaged_service.h",
+ ]
+
+ deps = [
+ "//ash/mus:lib",
+ "//ash/touch_hud/mus:lib",
+ "//mash/app_driver:lib",
+ "//mash/public/interfaces",
+ "//mash/quick_launch:lib",
+ "//mash/session:lib",
+ "//mash/task_viewer:lib",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
+ "//services/ui:lib",
+ ]
+
+ if (is_linux && !is_android) {
+ deps += [ "//components/font_service:lib" ]
+ }
+}
« no previous file with comments | « chrome/test/base/mojo_test_connector.cc ('k') | mash/package/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698