| 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/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| (...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2482 | 2482 |
| 2483 source = "base/mash_browser_tests_manifest.json" | 2483 source = "base/mash_browser_tests_manifest.json" |
| 2484 deps = [ | 2484 deps = [ |
| 2485 "//ash/mus:manifest", | 2485 "//ash/mus:manifest", |
| 2486 "//ash/touch_hud/mus:manifest", | 2486 "//ash/touch_hud/mus:manifest", |
| 2487 "//mash/app_driver:manifest", | 2487 "//mash/app_driver:manifest", |
| 2488 "//mash/quick_launch:manifest", | 2488 "//mash/quick_launch:manifest", |
| 2489 "//mash/session:manifest", | 2489 "//mash/session:manifest", |
| 2490 "//mash/task_viewer:manifest", | 2490 "//mash/task_viewer:manifest", |
| 2491 "//services/ui:manifest", | 2491 "//services/ui:manifest", |
| 2492 "//services/ui/ime/test_ime_driver:manifest", |
| 2492 ] | 2493 ] |
| 2493 packaged_services = [ | 2494 packaged_services = [ |
| 2494 "app_driver", | 2495 "app_driver", |
| 2495 "ash", | 2496 "ash", |
| 2496 "mash_session", | 2497 "mash_session", |
| 2497 "quick_launch", | 2498 "quick_launch", |
| 2498 "task_viewer", | 2499 "task_viewer", |
| 2500 "test_ime_driver", |
| 2499 "touch_hud", | 2501 "touch_hud", |
| 2500 "ui", | 2502 "ui", |
| 2501 ] | 2503 ] |
| 2502 | 2504 |
| 2503 if (is_linux && !is_android) { | 2505 if (is_linux && !is_android) { |
| 2504 deps += [ "//components/font_service:manifest" ] | 2506 deps += [ "//components/font_service:manifest" ] |
| 2505 packaged_services += [ "font_service" ] | 2507 packaged_services += [ "font_service" ] |
| 2506 } | 2508 } |
| 2507 } | 2509 } |
| 2508 } | 2510 } |
| OLD | NEW |