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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2230393002: IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update mash_browser_tests_manifest. Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | mash/package/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | mash/package/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698