| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index a6a423df490519c2de4187a5c0eccab38b9b1108..bd6207612e148df3fe42def35727b509f1b910fc 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -28,7 +28,7 @@
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../content/content.gyp:content_browser',
|
| '../crypto/crypto.gyp:crypto',
|
| - '../device/device.gyp:device_bluetooth',
|
| + '../device/bluetooth/bluetooth.gyp:bluetooth',
|
| '../net/net.gyp:net',
|
| '../skia/skia.gyp:skia',
|
| '../sync/sync.gyp:sync',
|
| @@ -852,7 +852,7 @@
|
| ['include', '^browser/extensions/api/web_request/web_request_time_tracker.cc'],
|
| ],
|
| 'dependencies!': [
|
| - '../device/device.gyp:device_bluetooth',
|
| + '../device/bluetooth/bluetooth.gyp:bluetooth',
|
| '../third_party/libusb/libusb.gyp:libusb'
|
| ],
|
| }],
|
|
|