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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2910383002: mash: Add catalog/manifest etc. for telemetry tests binary for mash. (Closed)
Patch Set: . 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 | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_telemetry_browser_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index f6f8e3804bacb45f9e707b747048fd9a059b3627..311cca6c0e585923eea42515e93491193156301f 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -100,6 +100,41 @@ catalog_cpp_source("chrome_mash_catalog") {
generated_function_name = "CreateChromeMashCatalog"
}
+catalog("catalog_telemetry") {
Ken Rockot(use gerrit already) 2017/05/31 11:34:23 You should be able to consolidate most of the dupl
sadrul 2017/05/31 13:19:24 Done.
+ embedded_services = [
+ "//ash/autoclick/mus:manifest",
+ "//ash/touch_hud/mus:manifest",
+ "//mash/catalog_viewer:manifest",
+ "//mash/quick_launch:manifest",
+ "//mash/session:manifest",
+ "//mash/task_viewer:manifest",
+ "//services/ui:manifest",
+ "//services/ui/ime/test_ime_driver:manifest",
+ ]
+ catalog_deps = [ "//chrome/app:catalog_for_telemetry_tests_mash" ]
+ standalone_services = [
+ "//mash/example/views_examples:manifest",
+ "//mash/simple_wm:manifest",
+ ]
+
+ if (is_chromeos) {
+ embedded_services += [ "//ash/mus:manifest" ]
+ }
+
+ if (is_linux && !is_android) {
+ embedded_services += [ "//components/font_service:manifest" ]
+ }
+
+ if (enable_nacl && is_chromeos) {
+ embedded_services += [ "//components/nacl/loader:nacl_loader_manifest" ]
+ }
+}
+
+catalog_cpp_source("chrome_telemetry_catalog") {
+ catalog = ":catalog_telemetry"
+ generated_function_name = "CreateChromeTelemetryCatalog"
+}
+
if (is_chromeos) {
catalog("catalog_mus") {
catalog_deps = [ "//chrome/app:catalog" ]
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_telemetry_browser_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698