Chromium Code Reviews| 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" ] |