OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 5010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5021 if (is_chromeos) { | 5021 if (is_chromeos) { |
5022 service_manifest("mash_browser_tests_manifest") { | 5022 service_manifest("mash_browser_tests_manifest") { |
5023 type = "exe" | 5023 type = "exe" |
5024 name = "mash_browser_tests" | 5024 name = "mash_browser_tests" |
5025 | 5025 |
5026 source = "base/mash_browser_tests_manifest.json" | 5026 source = "base/mash_browser_tests_manifest.json" |
5027 deps = [ | 5027 deps = [ |
5028 "//ash/autoclick/mus:manifest", | 5028 "//ash/autoclick/mus:manifest", |
5029 "//ash/mus:manifest", | 5029 "//ash/mus:manifest", |
5030 "//ash/touch_hud/mus:manifest", | 5030 "//ash/touch_hud/mus:manifest", |
| 5031 "//mash/catalog_viewer:manifest", |
5031 "//mash/quick_launch:manifest", | 5032 "//mash/quick_launch:manifest", |
5032 "//mash/session:manifest", | 5033 "//mash/session:manifest", |
5033 "//mash/task_viewer:manifest", | 5034 "//mash/task_viewer:manifest", |
5034 "//services/ui:manifest", | 5035 "//services/ui:manifest", |
5035 "//services/ui/ime/test_ime_driver:manifest", | 5036 "//services/ui/ime/test_ime_driver:manifest", |
5036 ] | 5037 ] |
5037 packaged_services = [ | 5038 packaged_services = [ |
5038 "accessibility_autoclick", | 5039 "accessibility_autoclick", |
5039 "ash", | 5040 "ash", |
| 5041 "catalog_viewer", |
5040 "mash_session", | 5042 "mash_session", |
5041 "quick_launch", | 5043 "quick_launch", |
5042 "task_viewer", | 5044 "task_viewer", |
5043 "test_ime_driver", | 5045 "test_ime_driver", |
5044 "touch_hud", | 5046 "touch_hud", |
5045 "ui", | 5047 "ui", |
5046 ] | 5048 ] |
5047 | 5049 |
5048 if (is_linux && !is_android) { | 5050 if (is_linux && !is_android) { |
5049 deps += [ "//components/font_service:manifest" ] | 5051 deps += [ "//components/font_service:manifest" ] |
5050 packaged_services += [ "font_service" ] | 5052 packaged_services += [ "font_service" ] |
5051 } | 5053 } |
5052 } | 5054 } |
5053 } | 5055 } |
OLD | NEW |