Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed)

Created:
8 years, 2 months ago by youngki
Modified:
7 years, 10 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, Aaron Boodman, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, kevers, tfarina
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162811

Patch Set 1 #

Total comments: 11

Patch Set 2 : Renamed the namespace from device_bluetooth to bluetooth. #

Patch Set 3 : Remove ChromeOs dependency from bluetooth_api.* as much as possible. #

Total comments: 4

Patch Set 4 : #

Total comments: 36

Patch Set 5 : Added IsBluetoothSupported() in bluetooth_api.cc #

Total comments: 14

Patch Set 6 : Added SetError to indicate platform not supported errors. #

Patch Set 7 : Fix so that this CL compiles on Windows. #

Total comments: 20

Patch Set 8 : *_chromeos* files are chromeos namespace. #

Patch Set 9 : Marked BluetoothReadFunction::Work and BluetoothWriteFunction::Work ChromeOs only. #

Total comments: 2

Patch Set 10 : Fixing try bot failures. #

Total comments: 2

Patch Set 11 : Renamed namespace bluetooth as namespace device #

Total comments: 5

Patch Set 12 : Renamed bluetooth_unit_tests as device_unittests #

Patch Set 13 : renamed 'bluetooth' target to 'device_bluetooth'. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+801 lines, -6069 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +9 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +39 lines, -42 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter.h View 1 chunk +0 lines, -155 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_chromeos.h View 1 chunk +0 lines, -232 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_chromeos.cc View 1 chunk +0 lines, -535 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_chromeos_unittest.cc View 1 chunk +0 lines, -1553 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc View 1 chunk +0 lines, -163 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_factory.h View 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_adapter_factory.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_device.h View 1 2 1 chunk +0 lines, -318 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_device.cc View 1 2 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_device_chromeos.h View 1 chunk +0 lines, -369 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_device_chromeos.cc View 1 chunk +0 lines, -685 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_service_record.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_service_record.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_socket.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.h View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_utils.h View 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_utils.cc View 1 chunk +0 lines, -88 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/chromeos/extensions/bluetooth_event_router.h View 1 2 1 chunk +0 lines, -95 lines 0 comments Download
D chrome/browser/chromeos/extensions/bluetooth_event_router.cc View 1 2 1 chunk +0 lines, -173 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +19 lines, -18 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api.h View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +13 lines, -36 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api.cc View 1 2 3 4 5 6 7 8 9 10 11 25 chunks +120 lines, -146 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_apitest_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +29 lines, -25 lines 0 comments Download
A + chrome/browser/extensions/bluetooth_event_router.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +29 lines, -22 lines 0 comments Download
A + chrome/browser/extensions/bluetooth_event_router.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +21 lines, -18 lines 0 comments Download
M chrome/browser/extensions/event_names.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/event_names.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h View 1 2 3 4 5 6 7 8 9 10 10 chunks +42 lines, -39 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +26 lines, -23 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +1 line, -19 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +1 line, -10 lines 0 comments Download
D chrome/test/data/chromeos/bluetooth/invalid_uuid.xml View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/chromeos/bluetooth/medium_uuid.xml View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/chromeos/bluetooth/rfcomm.xml View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/test/data/chromeos/bluetooth/short_uuid.xml View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/chromeos/bluetooth/uppercase_uuid.xml View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chromeos/dbus/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/dbus/bluetooth_out_of_band_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -4 lines 0 comments Download
M chromeos/dbus/bluetooth_out_of_band_client.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +12 lines, -11 lines 0 comments Download
D chromeos/dbus/bluetooth_out_of_band_pairing_data.h View 1 chunk +0 lines, -27 lines 0 comments Download
M chromeos/dbus/mock_bluetooth_out_of_band_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + device/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A device/bluetooth/DEPS View 1 chunk +11 lines, -0 lines 0 comments Download
A + device/bluetooth/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter_chromeos.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +35 lines, -22 lines 1 comment Download
A + device/bluetooth/bluetooth_adapter_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -5 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter_chromeos_devices_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +13 lines, -8 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -4 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter_factory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -7 lines 0 comments Download
A + device/bluetooth/bluetooth_adapter_factory.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +22 lines, -11 lines 0 comments Download
A + device/bluetooth/bluetooth_device.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
A + device/bluetooth/bluetooth_device.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + device/bluetooth/bluetooth_device_chromeos.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +20 lines, -14 lines 0 comments Download
A + device/bluetooth/bluetooth_device_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +13 lines, -8 lines 0 comments Download
A + device/bluetooth/bluetooth_out_of_band_pairing_data.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/bluetooth_service_record.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/bluetooth_service_record.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/bluetooth_service_record_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +10 lines, -7 lines 0 comments Download
A + device/bluetooth/bluetooth_socket.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/bluetooth_socket_chromeos.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -8 lines 0 comments Download
A + device/bluetooth/bluetooth_socket_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -4 lines 0 comments Download
A + device/bluetooth/bluetooth_utils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -5 lines 0 comments Download
A + device/bluetooth/bluetooth_utils.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -3 lines 0 comments Download
A + device/bluetooth/bluetooth_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -5 lines 0 comments Download
A + device/bluetooth/test/mock_bluetooth_adapter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -8 lines 0 comments Download
A + device/bluetooth/test/mock_bluetooth_adapter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + device/bluetooth/test/mock_bluetooth_device.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -8 lines 0 comments Download
A + device/bluetooth/test/mock_bluetooth_device.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A device/device.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +111 lines, -0 lines 4 comments Download
A + device/test/data/bluetooth/invalid_uuid.xml View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + device/test/data/bluetooth/medium_uuid.xml View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + device/test/data/bluetooth/rfcomm.xml View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + device/test/data/bluetooth/short_uuid.xml View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + device/test/data/bluetooth/uppercase_uuid.xml View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A device/test/device_test_suite.h View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A device/test/device_test_suite.cc View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A + device/test/run_all_unittests.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 40 (0 generated)
youngki
This is the CL to move the bluetooth adapter/device files to new directory: device/bluetooth/. Sorry ...
8 years, 2 months ago (2012-10-07 23:33:02 UTC) #1
keybuk
https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_adapter.h File device/bluetooth/bluetooth_adapter.h (right): https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_adapter.h#newcode14 device/bluetooth/bluetooth_adapter.h:14: namespace device_bluetooth { this seems ugly; either namespace bluetooth ...
8 years, 2 months ago (2012-10-08 17:21:59 UTC) #2
youngki
https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_adapter.h File device/bluetooth/bluetooth_adapter.h (right): https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_adapter.h#newcode14 device/bluetooth/bluetooth_adapter.h:14: namespace device_bluetooth { On 2012/10/08 17:21:59, keybuk wrote: > ...
8 years, 2 months ago (2012-10-09 14:37:53 UTC) #3
youngki
I updated the CL by moving bluetooth_event_router out of chromeos directory and removing ChromeOs dependency ...
8 years, 2 months ago (2012-10-10 00:58:55 UTC) #4
keybuk
https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_service_record_unittest.cc File device/bluetooth/bluetooth_service_record_unittest.cc (right): https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_service_record_unittest.cc#newcode10 device/bluetooth/bluetooth_service_record_unittest.cc:10: #include "chrome/common/chrome_paths.h" it doesn't matter how necessary it is ...
8 years, 2 months ago (2012-10-10 01:16:32 UTC) #5
youngki
https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_service_record_unittest.cc File device/bluetooth/bluetooth_service_record_unittest.cc (right): https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_service_record_unittest.cc#newcode10 device/bluetooth/bluetooth_service_record_unittest.cc:10: #include "chrome/common/chrome_paths.h" On 2012/10/10 01:16:32, keybuk wrote: > it ...
8 years, 2 months ago (2012-10-10 14:44:33 UTC) #6
bryeung
https://chromiumcodereview.appspot.com/11075006/diff/8002/chrome/browser/DEPS File chrome/browser/DEPS (right): https://chromiumcodereview.appspot.com/11075006/diff/8002/chrome/browser/DEPS#newcode8 chrome/browser/DEPS:8: "+device/bluetooth", could this just be "+device"? The other things ...
8 years, 2 months ago (2012-10-10 15:03:52 UTC) #7
youngki
bluetooth_device.cc includes '#include "grit/generated_resources.h"' which depends on '../chrome/chrome_resources.gyp:chrome_strings' in device.gyp. Is this okay? https://chromiumcodereview.appspot.com/11075006/diff/1/device/bluetooth/bluetooth_service_record_unittest.cc File ...
8 years, 2 months ago (2012-10-10 18:34:56 UTC) #8
bryeung
This is looking good, except I'm not sure I know all of the rules for ...
8 years, 2 months ago (2012-10-11 15:15:39 UTC) #9
youngki
Scott, do you know the answer to the question I had in the previous review: ...
8 years, 2 months ago (2012-10-11 16:21:18 UTC) #10
bryeung
https://chromiumcodereview.appspot.com/11075006/diff/14001/content/content_tests.gypi File content/content_tests.gypi (right): https://chromiumcodereview.appspot.com/11075006/diff/14001/content/content_tests.gypi#newcode16 content/content_tests.gypi:16: '../media/media.gyp:media', On 2012/10/11 16:21:18, youngki wrote: > On 2012/10/11 ...
8 years, 2 months ago (2012-10-11 17:00:00 UTC) #11
youngki
https://chromiumcodereview.appspot.com/11075006/diff/14001/content/content_tests.gypi File content/content_tests.gypi (right): https://chromiumcodereview.appspot.com/11075006/diff/14001/content/content_tests.gypi#newcode16 content/content_tests.gypi:16: '../media/media.gyp:media', On 2012/10/11 17:00:00, bryeung wrote: > On 2012/10/11 ...
8 years, 2 months ago (2012-10-11 17:28:52 UTC) #12
youngki
I updated the CL with some fix to make this compile on Windows. This includes ...
8 years, 2 months ago (2012-10-11 23:06:12 UTC) #13
keybuk
https://chromiumcodereview.appspot.com/11075006/diff/19001/device/bluetooth/bluetooth_adapter_chromeos.cc File device/bluetooth/bluetooth_adapter_chromeos.cc (right): https://chromiumcodereview.appspot.com/11075006/diff/19001/device/bluetooth/bluetooth_adapter_chromeos.cc#newcode26 device/bluetooth/bluetooth_adapter_chromeos.cc:26: namespace bluetooth { should this be namespace bluetooth or ...
8 years, 2 months ago (2012-10-12 00:13:18 UTC) #14
youngki
https://chromiumcodereview.appspot.com/11075006/diff/19001/device/bluetooth/bluetooth_adapter_chromeos.cc File device/bluetooth/bluetooth_adapter_chromeos.cc (right): https://chromiumcodereview.appspot.com/11075006/diff/19001/device/bluetooth/bluetooth_adapter_chromeos.cc#newcode26 device/bluetooth/bluetooth_adapter_chromeos.cc:26: namespace bluetooth { On 2012/10/12 00:13:18, keybuk wrote: > ...
8 years, 2 months ago (2012-10-12 01:50:12 UTC) #15
youngki
Also I marked most of BluetoothReadFunction::Work() and BluetoothWriteFunction::Work() implementation in bluetooth_api.cc with "#if defined(OS_CHROMEOS)" flag ...
8 years, 2 months ago (2012-10-12 02:14:48 UTC) #16
keybuk
lgtm
8 years, 2 months ago (2012-10-12 03:40:12 UTC) #17
bryeung
lgtm https://chromiumcodereview.appspot.com/11075006/diff/10004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/11075006/diff/10004/chrome/app/generated_resources.grd#newcode14502 chrome/app/generated_resources.grd:14502: Audio (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>) can you make sure this ...
8 years, 2 months ago (2012-10-12 14:05:51 UTC) #18
youngki
Fixed try bot failures that this CL has caused. I am currently running the try ...
8 years, 2 months ago (2012-10-15 18:30:03 UTC) #19
darin (slow to review)
https://chromiumcodereview.appspot.com/11075006/diff/40001/device/bluetooth/bluetooth_adapter.h File device/bluetooth/bluetooth_adapter.h (right): https://chromiumcodereview.appspot.com/11075006/diff/40001/device/bluetooth/bluetooth_adapter.h#newcode14 device/bluetooth/bluetooth_adapter.h:14: namespace bluetooth { perhaps the namespace should be "device" ...
8 years, 2 months ago (2012-10-17 20:06:54 UTC) #20
youngki
Thanks so much for the review Darin. I addressed your comment, PTAL. https://chromiumcodereview.appspot.com/11075006/diff/40001/device/bluetooth/bluetooth_adapter.h File device/bluetooth/bluetooth_adapter.h ...
8 years, 2 months ago (2012-10-17 21:30:30 UTC) #21
darin (slow to review)
would it make sense to have a bluetooth folder under test/data/? https://chromiumcodereview.appspot.com/11075006/diff/51002/build/all.gyp File build/all.gyp (right): ...
8 years, 2 months ago (2012-10-18 06:53:18 UTC) #22
darin (slow to review)
https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp File device/device.gyp (right): https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp#newcode10 device/device.gyp:10: 'target_name': 'bluetooth', it feels like we should create just ...
8 years, 2 months ago (2012-10-18 06:55:58 UTC) #23
bryeung
https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp File device/device.gyp (right): https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp#newcode10 device/device.gyp:10: 'target_name': 'bluetooth', On 2012/10/18 06:55:58, darin wrote: > it ...
8 years, 2 months ago (2012-10-18 11:05:49 UTC) #24
youngki
On 2012/10/18 11:05:49, bryeung wrote: > https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp > File device/device.gyp (right): > > https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp#newcode10 > ...
8 years, 2 months ago (2012-10-18 13:51:38 UTC) #25
youngki
Moved all the bluetooth related test data into src/device/test/data/bluetooth/. PTAL https://chromiumcodereview.appspot.com/11075006/diff/51002/build/all.gyp File build/all.gyp (right): https://chromiumcodereview.appspot.com/11075006/diff/51002/build/all.gyp#newcode460 ...
8 years, 2 months ago (2012-10-18 14:04:34 UTC) #26
darin (slow to review)
On Thu, Oct 18, 2012 at 4:05 AM, <bryeung@chromium.org> wrote: > > https://chromiumcodereview.**appspot.com/11075006/diff/** > 51002/device/device.gyp<https://chromiumcodereview.appspot.com/11075006/diff/51002/device/device.gyp> ...
8 years, 2 months ago (2012-10-18 16:59:53 UTC) #27
youngki
Done. Renamed 'bluetooth' target as 'device_bluetooth'. Right now all the code in device/bluetooth/ looks bluetooth-specific. ...
8 years, 2 months ago (2012-10-18 17:51:46 UTC) #28
darin (slow to review)
OK, LGTM On Thu, Oct 18, 2012 at 10:51 AM, <youngki@chromium.org> wrote: > Done. Renamed ...
8 years, 2 months ago (2012-10-18 17:55:17 UTC) #29
stevenjb
OWNER lgtm for chrome/browser/chromeos/ and chromeos/
8 years, 2 months ago (2012-10-18 18:25:13 UTC) #30
youngki
Thanks for the quick review Steven..! I appreciate it. Now I think I got all ...
8 years, 2 months ago (2012-10-18 18:29:44 UTC) #31
youngki
Right now only win_aura is failing, but I believe that's not from this CL because ...
8 years, 2 months ago (2012-10-18 20:04:17 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/youngki@chromium.org/11075006/56003
8 years, 2 months ago (2012-10-18 20:08:36 UTC) #33
commit-bot: I haz the power
Change committed as 162811
8 years, 2 months ago (2012-10-18 22:15:25 UTC) #34
darin (slow to review)
It'd also be nice to put a brief post on chromium-dev@ announcing the addition of ...
8 years, 2 months ago (2012-10-18 23:32:52 UTC) #35
youngki
Yep, I just sent out a note to chromium-dev: https://groups.google.com/a/chromium.org/forum/?fromgroups=#!topic/chromium-dev/MnQt7PfIGzM On Thu, Oct 18, 2012 ...
8 years, 2 months ago (2012-10-19 16:04:41 UTC) #36
tfarina
https://chromiumcodereview.appspot.com/11075006/diff/56003/device/bluetooth/bluetooth_adapter_chromeos.h File device/bluetooth/bluetooth_adapter_chromeos.h (right): https://chromiumcodereview.appspot.com/11075006/diff/56003/device/bluetooth/bluetooth_adapter_chromeos.h#newcode35 device/bluetooth/bluetooth_adapter_chromeos.h:35: class BluetoothAdapterChromeOs This class should have probably be named ...
8 years, 2 months ago (2012-10-20 02:08:42 UTC) #37
tfarina
On Fri, Oct 19, 2012 at 11:08 PM, <tfarina@chromium.org> wrote: > Notice that the comment ...
8 years, 2 months ago (2012-10-20 02:09:30 UTC) #38
tfarina
https://chromiumcodereview.appspot.com/11075006/diff/56003/device/device.gyp File device/device.gyp (right): https://chromiumcodereview.appspot.com/11075006/diff/56003/device/device.gyp#newcode6 device/device.gyp:6: 'variables': { why did you add this if you ...
7 years, 10 months ago (2013-02-17 16:42:48 UTC) #39
youngki
7 years, 10 months ago (2013-02-20 21:23:24 UTC) #40
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/11075006/diff/56003/device/device.gyp
File device/device.gyp (right):

https://chromiumcodereview.appspot.com/11075006/diff/56003/device/device.gyp#...
device/device.gyp:6: 'variables': {
On 2013/02/17 16:42:49, tfarina wrote:
> why did you add this if you are not creating any variable?

http://code.google.com/searchframe#OAMlx_jo-ck/src/device/device.gyp&l=7

https://chromiumcodereview.appspot.com/11075006/diff/56003/device/device.gyp#...
device/device.gyp:13: '../chrome/chrome_resources.gyp:chrome_strings',
On 2013/02/17 16:42:49, tfarina wrote:
> it would be cool to create your own resources file for this, instead of keep
> depending on src/chrome/ for this.
> 
> Do you plan to get rid of this dep in future? May be file a bug for this?

created a bug: https://code.google.com/p/chromium/issues/detail?id=177286

Powered by Google App Engine
This is Rietveld 408576698