diff options
author | sky <sky@chromium.org> | 2014-10-15 10:10:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 17:10:56 +0000 |
commit | 67561765c45fb5126ebdd75dafd2c00e450d9f87 (patch) | |
tree | 70150c8a0ccb32ce7f03bd6cb0eab7f2688d31a6 /mojo/mojo.gyp | |
parent | 740d4ba9b72ce129013758a6831ee6ed744ca076 (diff) | |
download | chromium_src-67561765c45fb5126ebdd75dafd2c00e450d9f87.zip chromium_src-67561765c45fb5126ebdd75dafd2c00e450d9f87.tar.gz chromium_src-67561765c45fb5126ebdd75dafd2c00e450d9f87.tar.bz2 |
Enables specifying mojo url mapping on command line
This makes it possible to redirect something like mojo:view_manager to
mojo:view_manager-test.
BUG=none
TEST=none
R=davemoore@chromium.org
Review URL: https://codereview.chromium.org/658503003
Cr-Commit-Position: refs/heads/master@{#299700}
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r-- | mojo/mojo.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp index 2ffb1e5..0f5e11b 100644 --- a/mojo/mojo.gyp +++ b/mojo/mojo.gyp @@ -282,6 +282,7 @@ 'shell/child_process_host_unittest.cc', 'shell/dynamic_application_loader_unittest.cc', 'shell/in_process_dynamic_service_runner_unittest.cc', + 'shell/mojo_url_resolver_unittest.cc', 'shell/shell_test_base.cc', 'shell/shell_test_base.h', 'shell/shell_test_base_unittest.cc', |