|
Adds support for mojo apps to live in their own directory
I added the new gn target mandoline_native_application that
creates the directory and changed html_viewer to use it.
URLResource tries to find a directory, if it exists the directory is
preferred over the raw name. If the directory doesn't exist, than use
foo.mojo.
R=ben@chromium.org
Committed: https://crrev.com/d7a009a4ffa9b580e7f84f3cadf8146753dc3ad2
Cr-Commit-Position: refs/heads/master@{#327278}
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+203 lines, -154 lines) |
Patch |
 |
M |
components/html_viewer/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A |
mojo/mojo_application_package.gni
|
View
|
1
2
3
4
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/BUILD.gn
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/context.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
D |
mojo/runner/filename_util.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
mojo/runner/filename_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/native_runner_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/shell_test_base.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/shell_test_base_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/runner/url_resolver.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/url_resolver_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/local_fetcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/local_fetcher.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
mojo/util/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
mojo/util/filename_util.h
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
mojo/util/filename_util.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (2 generated)
|