summaryrefslogtreecommitdiffstats
path: root/device/device_tests.gyp
diff options
context:
space:
mode:
authormorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 22:54:06 +0000
committermorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 22:54:06 +0000
commit7e77c0dbb65c9aa81b649e127bf4a41c86d38f9e (patch)
tree2e48b2fddf83a4cb40028e245abbe37b2c48493a /device/device_tests.gyp
parent9e617617348174d1a7c48a8b2cda1fabf33ea5c4 (diff)
downloadchromium_src-7e77c0dbb65c9aa81b649e127bf4a41c86d38f9e.zip
chromium_src-7e77c0dbb65c9aa81b649e127bf4a41c86d38f9e.tar.gz
chromium_src-7e77c0dbb65c9aa81b649e127bf4a41c86d38f9e.tar.bz2
Extract mojo_base.gyp from mojo.gyp
This change extract essential part of Mojo, which is needed to build chrome and its submodules, to mojo_base.gyp. Other chrome submodules can safely depends on mojo_base.gyp without worrying about excessive dependencies behind. Caveat: mojo_service_manager stays on mojo.gyp even though it is required to build chrome. This change leaves it as it depends on net.gyp, which has non trivial dependencies. BUG=397672 TEST=none R=jamesr@chromium.org, viettrungluu@chromium.org, rockot@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/422163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r--device/device_tests.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 47072ba..c3d35b1 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -13,8 +13,8 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../components/components.gyp:usb_service',
- '../mojo/mojo.gyp:mojo_environment_chromium',
- '../mojo/mojo.gyp:mojo_system_impl',
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../mojo/mojo_base.gyp:mojo_system_impl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../tools/usb_gadget.gyp:usb_gadget',