Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index e7b50dd34fabd08871d66314b7a4f2e046f68472..46c47077cdba547a2564705e0e2f49c1cb3796c8 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -33,6 +33,7 @@ |
| 'dependencies': [ |
| '../cc/cc_tests.gyp:*', |
| '../chrome/chrome.gyp:*', |
| + '../device/device.gyp:*', |
| '../gpu/gpu.gyp:*', |
| '../gpu/tools/tools.gyp:*', |
| '../ipc/ipc.gyp:*', |
| @@ -196,6 +197,7 @@ |
| '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| '../content/content.gyp:content_browsertests', |
| '../content/content.gyp:content_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../gpu/gpu.gyp:gpu_unittests', |
| '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', |
| '../ipc/ipc.gyp:ipc_tests', |
| @@ -364,6 +366,7 @@ |
| '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| '../content/content.gyp:content_browsertests', |
| '../content/content.gyp:content_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ui/ui.gyp:ui_unittests', |
| '../gpu/gpu.gyp:gpu_unittests', |
| '../ipc/ipc.gyp:ipc_tests', |
| @@ -395,6 +398,7 @@ |
| '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| '../content/content.gyp:content_browsertests', |
| '../content/content.gyp:content_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ui/ui.gyp:ui_unittests', |
| '../gpu/gpu.gyp:gpu_unittests', |
| '../ipc/ipc.gyp:ipc_tests', |
| @@ -453,6 +457,7 @@ |
| '../chrome/chrome.gyp:safe_browsing_tests', |
| '../chrome/chrome.gyp:unit_tests', |
| '../content/content.gyp:content_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
|
darin (slow to review)
2012/10/18 06:53:18
sorry, one more nit. i think this target should b
youngki
2012/10/18 14:04:35
Done.
|
| '../ui/ui.gyp:ui_unittests', |
| '../jingle/jingle.gyp:jingle_unittests', |
| '../sql/sql.gyp:sql_unittests', |
| @@ -495,6 +500,7 @@ |
| '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| '../courgette/courgette.gyp:courgette_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ui/ui.gyp:ui_unittests', |
| '../gpu/gpu.gyp:gpu_unittests', |
| '../ipc/ipc.gyp:ipc_tests', |
| @@ -554,6 +560,7 @@ |
| '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| '../content/content.gyp:content_unittests', |
| '../crypto/crypto.gyp:crypto_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ipc/ipc.gyp:ipc_tests', |
| '../jingle/jingle.gyp:jingle_unittests', |
| '../media/media.gyp:media_unittests', |
| @@ -640,6 +647,7 @@ |
| '../chrome/chrome.gyp:unit_tests', |
| '../content/content.gyp:content_browsertests', |
| '../content/content.gyp:content_unittests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| '../remoting/remoting.gyp:remoting_unittests', |
| '../ui/aura/aura.gyp:*', |
| @@ -686,6 +694,7 @@ |
| 'dependencies!': [ |
| '../chrome/chrome.gyp:chrome', |
| '../chrome/chrome.gyp:unit_tests', |
| + '../device/device.gyp:bluetooth_unit_tests', |
| '../ui/views/views.gyp:views_unittests', |
| ], |
| }], |