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

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

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/test_wm/BUILD.gn ('k') | services/user/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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 9
10 static_library("lib") { 10 static_library("lib") {
11 sources = [ 11 sources = [
12 "accelerator.cc", 12 "accelerator.cc",
13 "accelerator.h", 13 "accelerator.h",
14 "access_policy.h", 14 "access_policy.h",
15 "access_policy_delegate.h", 15 "access_policy_delegate.h",
16 "accessibility_manager.cc", 16 "accessibility_manager.cc",
17 "accessibility_manager.h", 17 "accessibility_manager.h",
18 "animation_runner.cc", 18 "animation_runner.cc",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 236
237 if (use_x11) { 237 if (use_x11) {
238 deps += [ "//tools/xdisplaycheck" ] 238 deps += [ "//tools/xdisplaycheck" ]
239 } 239 }
240 240
241 data_deps = [ 241 data_deps = [
242 ":mus_ws_unittests_app_manifest", 242 ":mus_ws_unittests_app_manifest",
243 ] 243 ]
244 } 244 }
245 245
246 mojo_application_manifest("mus_ws_unittests_app_manifest") { 246 service_manifest("mus_ws_unittests_app_manifest") {
247 application_name = "mus_ws_unittests_app" 247 name = "mus_ws_unittests_app"
248 source = "mus_ws_unittests_app_manifest.json" 248 source = "mus_ws_unittests_app_manifest.json"
249 } 249 }
OLDNEW
« no previous file with comments | « services/ui/test_wm/BUILD.gn ('k') | services/user/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698