diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 04:01:54 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 04:01:54 +0000 |
commit | 8ef88526142dfa56ce9d3e82fbea4b4536ed2774 (patch) | |
tree | 696f70cf003df89fea2e414efc31895aecc53b32 /mojo/mojo_services.gypi | |
parent | 3c1cbda2c5b690b552627f2b20e7164925c55f4f (diff) | |
download | chromium_src-8ef88526142dfa56ce9d3e82fbea4b4536ed2774.zip chromium_src-8ef88526142dfa56ce9d3e82fbea4b4536ed2774.tar.gz chromium_src-8ef88526142dfa56ce9d3e82fbea4b4536ed2774.tar.bz2 |
Mojo: Fix mojo_test_service.
It should depend on mojo_system, not mojo_system_impl, since it's a
proper external app. (For some reason, this didn't cause failures for me
on Linux or Windows ... probably because they were
component=shared_library builds. I think I'm still using a static
library build on Mac....)
R=sky@chromium.org
Review URL: https://codereview.chromium.org/321503004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_services.gypi')
-rw-r--r-- | mojo/mojo_services.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi index 2174bd0..e948f54 100644 --- a/mojo/mojo_services.gypi +++ b/mojo/mojo_services.gypi @@ -338,7 +338,7 @@ 'mojo_common_lib', 'mojo_environment_standalone', 'mojo_test_service_bindings', - 'mojo_system_impl', + 'mojo_system', 'mojo_utility', ], 'sources': [ |