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/BUILD.gn

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | « components/gles2/BUILD.gn ('k') | mojo/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("//third_party/mojo/src/mojo/public/mojo.gni") 5 import("//third_party/mojo/src/mojo/public/mojo.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
11 11
12 executable("mandoline") { 12 executable("mandoline") {
13 sources = [] 13 sources = []
14 14
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//build/config/sanitizers:deps", 17 "//build/config/sanitizers:deps",
18 "//mojo/common", 18 "//mojo/common",
19 "//mojo/environment:chromium", 19 "//mojo/environment:chromium",
20 "//mojo/shell:lib", 20 "//mojo/runner:lib",
21 ] 21 ]
22 22
23 if (!is_android) { 23 if (!is_android) {
24 sources += [ 24 sources += [
25 "desktop/launcher_process.cc", 25 "desktop/launcher_process.cc",
26 "desktop/launcher_process.h", 26 "desktop/launcher_process.h",
27 "desktop/main.cc", 27 "desktop/main.cc",
28 ] 28 ]
29 } 29 }
30 } 30 }
OLDNEW
« no previous file with comments | « components/gles2/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698