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

Side by Side Diff: services/ui/ime/BUILD.gn

Issue 2855393002: Fix a TODO in GN file (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 unified diff | Download patch
« no previous file with comments | « services/ui/demo/BUILD.gn ('k') | services/ui/ws/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//services/catalog/public/tools/catalog.gni") 5 import("//services/catalog/public/tools/catalog.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//services/service_manager/public/tools/test/service_test.gni") 8 import("//services/service_manager/public/tools/test/service_test.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 24 matching lines...) Expand all
35 service_test("mus_ime_unittests") { 35 service_test("mus_ime_unittests") {
36 sources = [ 36 sources = [
37 "ime_unittest.cc", 37 "ime_unittest.cc",
38 ] 38 ]
39 39
40 catalog = ":mus_ime_unittests_catalog" 40 catalog = ":mus_ime_unittests_catalog"
41 41
42 deps = [ 42 deps = [
43 "//base", 43 "//base",
44 "//mojo/common", 44 "//mojo/common",
45 "//services/service_manager/public/cpp",
45 "//services/service_manager/public/cpp:service_test_support", 46 "//services/service_manager/public/cpp:service_test_support",
46 "//services/service_manager/public/cpp:sources",
47 "//services/ui/public/interfaces", 47 "//services/ui/public/interfaces",
48 ] 48 ]
49 49
50 data_deps = [ 50 data_deps = [
51 ":lib", 51 ":lib",
52 "//services/ui", 52 "//services/ui",
53 "//services/ui/ime/test_ime_driver", 53 "//services/ui/ime/test_ime_driver",
54 ] 54 ]
55 } 55 }
56 56
57 service_manifest("test_manifest") { 57 service_manifest("test_manifest") {
58 name = "mus_ime_unittests" 58 name = "mus_ime_unittests"
59 source = "test_manifest.json" 59 source = "test_manifest.json"
60 } 60 }
61 61
62 catalog("mus_ime_unittests_catalog") { 62 catalog("mus_ime_unittests_catalog") {
63 embedded_services = [ ":test_manifest" ] 63 embedded_services = [ ":test_manifest" ]
64 standalone_services = [ 64 standalone_services = [
65 "//services/ui:manifest", 65 "//services/ui:manifest",
66 "//services/ui/ime/test_ime_driver:manifest", 66 "//services/ui/ime/test_ime_driver:manifest",
67 ] 67 ]
68 } 68 }
OLDNEW
« no previous file with comments | « services/ui/demo/BUILD.gn ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698