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

Side by Side Diff: services/ui/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/service_manager/tests/shutdown/BUILD.gn ('k') | services/ui/clipboard/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
11 group("all") { 11 group("all") {
12 testonly = true 12 testonly = true
13 deps = [ 13 deps = [
14 ":ui", 14 ":ui",
15 "//services/ui/ime/test_ime_driver", 15 "//services/ui/ime/test_ime_driver",
16 "//services/ui/test_wm", 16 "//services/ui/test_wm",
17 ] 17 ]
18 } 18 }
19 19
20 service("ui") { 20 service("ui") {
21 sources = [ 21 sources = [
22 "main.cc", 22 "main.cc",
23 ] 23 ]
24 24
25 deps = [ 25 deps = [
26 ":lib", 26 ":lib",
27 "//services/service_manager/public/cpp:sources", 27 "//services/service_manager/public/cpp",
28 ] 28 ]
29 29
30 data_deps = [ 30 data_deps = [
31 ":resources_100", 31 ":resources_100",
32 ":resources_200", 32 ":resources_200",
33 ":resources_strings", 33 ":resources_strings",
34 "//services/ui/ime/test_ime_driver", 34 "//services/ui/ime/test_ime_driver",
35 ] 35 ]
36 } 36 }
37 37
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 106
107 repack("resources_200") { 107 repack("resources_200") {
108 sources = [ 108 sources = [
109 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", 109 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak",
110 ] 110 ]
111 output = "$root_out_dir/mus_app_resources_200.pak" 111 output = "$root_out_dir/mus_app_resources_200.pak"
112 deps = [ 112 deps = [
113 "//ui/resources", 113 "//ui/resources",
114 ] 114 ]
115 } 115 }
OLDNEW
« no previous file with comments | « services/service_manager/tests/shutdown/BUILD.gn ('k') | services/ui/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698