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

Side by Side Diff: ui/views/mus/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/user/user.gyp ('k') | no next file » | 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
11 11
12 gypi = exec_script("//build/gypi_to_gn.py", 12 gypi = exec_script("//build/gypi_to_gn.py",
13 [ rebase_path("../views.gyp") ], 13 [ rebase_path("../views.gyp") ],
14 "scope", 14 "scope",
15 [ "../views.gyp" ]) 15 [ "../views.gyp" ])
16 component("mus") { 16 component("mus") {
17 output_name = "ui_views_mus_lib" 17 output_name = "ui_views_mus_lib"
18 18
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "//third_party/wtl", 290 "//third_party/wtl",
291 ] 291 ]
292 libs = [ 292 libs = [
293 "imm32.lib", 293 "imm32.lib",
294 "oleacc.lib", 294 "oleacc.lib",
295 "comctl32.lib", 295 "comctl32.lib",
296 ] 296 ]
297 } 297 }
298 } 298 }
299 299
300 mojo_application_manifest("unittests_manifest") { 300 service_manifest("unittests_manifest") {
301 type = "exe" 301 type = "exe"
302 application_name = "views_mus_unittests" 302 name = "views_mus_unittests"
303 source = "unittests_manifest.json" 303 source = "unittests_manifest.json"
304 } 304 }
305 305
306 mojo_application_manifest("interactive_ui_tests_manifest") { 306 service_manifest("interactive_ui_tests_manifest") {
307 type = "exe" 307 type = "exe"
308 application_name = "views_mus_interactive_ui_tests" 308 name = "views_mus_interactive_ui_tests"
309 source = "interactive_ui_tests_manifest.json" 309 source = "interactive_ui_tests_manifest.json"
310 } 310 }
OLDNEW
« no previous file with comments | « services/user/user.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698