diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 22:15:23 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 22:15:23 +0000 |
commit | cab208eb0702d3541a7fa430889c26a3d1182120 (patch) | |
tree | a5ddeb04c32edd7ca0288ea8614d33caf2bb01e1 /build | |
parent | 2b392e59ab9a72858d224bad9e422fe40a696a69 (diff) | |
download | chromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.zip chromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.tar.gz chromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.tar.bz2 |
Moved bluetooth adapter files from chrome/browser/chromeos/bluetooth/ to device/bluetooth/. device/bluetooth/ is a new directory to host the bluetooth related files.
I also changed the namespace from chromeos to bluetooth under new directory.
BUG=135470
Review URL: https://chromiumcodereview.appspot.com/11075006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index e7b50dd..7985110 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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../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:device_unittests', '../ui/views/views.gyp:views_unittests', ], }], |