diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-05 03:56:47 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-05 03:56:47 +0000 |
commit | c71a881e2d13dd165f06b5a594e3a78477615ecd (patch) | |
tree | 5a03ce711be405d67ad229da11f16f3c68469a00 /build/all.gyp | |
parent | 52acc8363a790a3436eefd75126b5ca2a05007e8 (diff) | |
download | chromium_src-c71a881e2d13dd165f06b5a594e3a78477615ecd.zip chromium_src-c71a881e2d13dd165f06b5a594e3a78477615ecd.tar.gz chromium_src-c71a881e2d13dd165f06b5a594e3a78477615ecd.tar.bz2 |
device: Gyp organization part 3 - final.
Rename device.gyp to device_tests.gyp now that it only contain test targets.
BUG=None
R=bryeung@chromium.org, miket@chromium.org
Review URL: https://codereview.chromium.org/18266002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build/all.gyp b/build/all.gyp index 9104e5f..3d0fa75 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -35,7 +35,7 @@ '../cc/cc_tests.gyp:*', '../components/components.gyp:*', '../device/bluetooth/bluetooth.gyp:*', - '../device/device.gyp:*', + '../device/device_tests.gyp:*', '../device/usb/usb.gyp:*', '../gpu/gpu.gyp:*', '../gpu/tools/tools.gyp:*', @@ -227,7 +227,7 @@ '../content/content.gyp:content_browsertests', '../content/content.gyp:content_shell', '../content/content.gyp:content_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', '../ipc/ipc.gyp:ipc_tests', @@ -487,7 +487,7 @@ '../components/components.gyp:components_unittests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -519,7 +519,7 @@ '../components/components.gyp:components_unittests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -573,7 +573,7 @@ '../components/components.gyp:components_unittests', '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', @@ -616,7 +616,7 @@ '../chrome/installer/mini_installer.gyp:mini_installer', '../chrome_frame/chrome_frame.gyp:npchrome_frame', '../courgette/courgette.gyp:courgette_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -701,7 +701,7 @@ '../components/components.gyp:components_unittests', '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', @@ -795,7 +795,7 @@ '../components/components.gyp:components_unittests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../ppapi/ppapi_internal.gyp:ppapi_unittests', '../remoting/remoting.gyp:remoting_unittests', '../ui/app_list/app_list.gyp:*', @@ -860,7 +860,7 @@ 'dependencies!': [ '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:unit_tests', - '../device/device.gyp:device_unittests', + '../device/device_tests.gyp:device_unittests', '../ui/views/views.gyp:views_unittests', ], }], |