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

Side by Side Diff: mandoline/app/desktop/BUILD.gn

Issue 1440053002: Remove duplication between Mandoline and mojo_runner main functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | mandoline/app/desktop/launcher_process.h » ('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 group("desktop") { 5 group("desktop") {
6 deps = [ 6 deps = [
7 ":mandoline", 7 ":mandoline",
8 ] 8 ]
9 } 9 }
10 10
11 executable("mandoline") { 11 executable("mandoline") {
12 sources = [ 12 sources = [
13 "../register_local_aliases.cc", 13 "../register_local_aliases.cc",
14 "launcher_process.cc",
15 "launcher_process.h",
16 "main.cc", 14 "main.cc",
17 ] 15 ]
18 16
19 deps = [ 17 deps = [
20 "//base", 18 "//base",
21 "//build/config/sanitizers:deps", 19 "//build/config/sanitizers:deps",
22 "//components/tracing:startup_tracing", 20 "//components/tracing:startup_tracing",
23 "//mojo/common", 21 "//mojo/common",
24 "//mojo/environment:chromium", 22 "//mojo/environment:chromium",
25 "//mojo/package_manager", 23 "//mojo/package_manager",
26 "//mojo/runner:lib", 24 "//mojo/runner:lib",
27 "//mojo/runner:register_local_aliases_fwd", 25 "//mojo/runner:register_local_aliases_fwd",
28 "//mojo/runner/host:lib", 26 "//mojo/runner/host:lib",
29 "//mojo/runner/host:switches", 27 "//mojo/runner/host:switches",
30 "//mojo/shell", 28 "//mojo/shell",
31 ] 29 ]
32 30
33 data_deps = [ 31 data_deps = [
34 "//components/html_viewer", 32 "//components/html_viewer",
35 "//components/pdf_viewer", 33 "//components/pdf_viewer",
36 "//mandoline/services/core_services", 34 "//mandoline/services/core_services",
37 "//mandoline/services/updater", 35 "//mandoline/services/updater",
38 "//mandoline/ui", 36 "//mandoline/ui",
39 ] 37 ]
40 } 38 }
OLDNEW
« no previous file with comments | « no previous file | mandoline/app/desktop/launcher_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698