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

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

Issue 1352663002: Extract some stuff into PackageManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « mandoline/app/core_services_initialization.cc ('k') | mojo/fetcher/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 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 "../core_services_initialization.cc", 13 "../core_services_initialization.cc",
14 "launcher_process.cc", 14 "launcher_process.cc",
15 "launcher_process.h", 15 "launcher_process.h",
16 "main.cc", 16 "main.cc",
17 ] 17 ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//build/config/sanitizers:deps", 21 "//build/config/sanitizers:deps",
22 "//components/tracing:startup_tracing", 22 "//components/tracing:startup_tracing",
23 "//mojo/common", 23 "//mojo/common",
24 "//mojo/environment:chromium", 24 "//mojo/environment:chromium",
25 "//mojo/package_manager",
25 "//mojo/runner:lib", 26 "//mojo/runner:lib",
26 ] 27 ]
27 28
28 data_deps = [ 29 data_deps = [
29 "//components/html_viewer", 30 "//components/html_viewer",
30 "//components/pdf_viewer", 31 "//components/pdf_viewer",
31 "//mandoline/services/core_services", 32 "//mandoline/services/core_services",
32 "//mandoline/services/updater", 33 "//mandoline/services/updater",
33 "//mandoline/ui", 34 "//mandoline/ui",
34 ] 35 ]
35 } 36 }
OLDNEW
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mojo/fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698