|
Adds ability for chrome to behave as mojo_runner
This adds the arg use_mash that is only true on chromeos. Once
compiled with use_mash if you supply --mash to chrome it'll start the
shell inside chrome.
I haven't wired chrome up to start in this environment. Will do that
next.
BUG= 581539
TEST=none
R=ben@chromium.org
Committed: https://crrev.com/d6439eceec0ac412e5ce440847609a4d807e0f90
Cr-Commit-Position: refs/heads/master@{#377113}
Total comments: 4
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+549 lines, -106 lines) |
Patch |
|
M |
chrome/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/chrome_main.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mash/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mash/DEPS
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mash/chrome_mash_manifest.json
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mash/mash_runner.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mash/mash_runner.cc
|
View
|
1
2
3
|
1 chunk |
+236 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_dll.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_exe.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_features.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_features.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
2 comments
|
Download
|
|
M |
chrome/common/features.gni
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/mus/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/mus/gles2/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/mus/ws/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
mash/shell/BUILD.gn
|
View
|
|
2 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
|
M |
mojo/shell/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
mojo/shell/application_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
mojo/shell/background/background_shell.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
mojo/shell/background/background_shell.cc
|
View
|
1
2
3
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
mojo/shell/native_runner.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
mojo/shell/native_runner_delegate.h
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/child_process_host.h
|
View
|
1
2
3
|
5 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/child_process_host.cc
|
View
|
1
2
3
|
4 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/child_process_host_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+32 lines, -4 lines |
0 comments
|
Download
|
|
D |
mojo/shell/runner/host/command_line_switch.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/in_process_native_runner.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/in_process_native_runner.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/out_of_process_native_runner.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
|
M |
mojo/shell/runner/host/out_of_process_native_runner.cc
|
View
|
1
2
3
|
5 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
|
M |
mojo/shell/standalone/context.h
|
View
|
1
2
3
|
5 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
|
M |
mojo/shell/standalone/context.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
ui/views/mus/DEPS
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
ui/views/mus/platform_test_helper_mus.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 12 (2 generated)
|