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

Issue 2146663002: Move //components/webusb/ to //chrome/browser/ (Closed)

Created:
4 years, 5 months ago by juncai
Modified:
4 years, 5 months ago
Reviewers:
jam
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move //components/webusb/ to //chrome/browser/ Since webusb is only used by //chrome/browser, this CL moved the directory from //components to //chrome/browser. The context is: https://bugs.chromium.org/p/chromium/issues/detail?id=624590 Since there is already a directory: //chrome/browser/usb, source files from webusb directory is moved there. And it also changes webusb to web_usb to be consistent with the filenames at //chrome/browser/usb. BUG=627510 Committed: https://crrev.com/1da12030f6c17ef7d05218d0e812d4bd0c575c75 Cr-Commit-Position: refs/heads/master@{#405808}

Patch Set 1 : moved //components/webusb/ to //chrome/browser/ #

Patch Set 2 : fix variable names #

Total comments: 4

Patch Set 3 : removed chrome_web_usb_browser_client.* #

Patch Set 4 : updated the order of include files #

Patch Set 5 : updated gyp files #

Patch Set 6 : merged web_usb_browser_client.* to web_usb_detector.* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -1325 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.h View 1 2 3 4 5 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 3 chunks +3 lines, -7 lines 0 comments Download
D chrome/browser/chrome_webusb_browser_client.h View 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/browser/chrome_webusb_browser_client.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D chrome/browser/chrome_webusb_browser_client_unittest.cc View 1 chunk +0 lines, -229 lines 0 comments Download
M chrome/browser/usb/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/usb/web_usb_detector.h View 1 2 3 4 5 2 chunks +5 lines, -15 lines 0 comments Download
A + chrome/browser/usb/web_usb_detector.cc View 1 2 3 4 5 4 chunks +29 lines, -10 lines 0 comments Download
A + chrome/browser/usb/web_usb_detector_unittest.cc View 1 2 3 4 5 10 chunks +158 lines, -211 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/OWNERS View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 3 chunks +0 lines, -5 lines 0 comments Download
D components/webusb.gypi View 1 chunk +0 lines, -25 lines 0 comments Download
D components/webusb/BUILD.gn View 1 chunk +0 lines, -38 lines 0 comments Download
D components/webusb/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D components/webusb/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D components/webusb/webusb_browser_client.h View 1 chunk +0 lines, -31 lines 0 comments Download
D components/webusb/webusb_detector.h View 1 chunk +0 lines, -46 lines 0 comments Download
D components/webusb/webusb_detector.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D components/webusb/webusb_detector_unittest.cc View 1 chunk +0 lines, -445 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
juncai
Please take a look.
4 years, 5 months ago (2016-07-12 19:58:10 UTC) #2
jam
lgtm https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h File chrome/browser/chrome_web_usb_browser_client.h (right): https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h#newcode15 chrome/browser/chrome_web_usb_browser_client.h:15: class ChromeWebUsbBrowserClient : public WebUsbBrowserClient { do we ...
4 years, 5 months ago (2016-07-12 21:08:45 UTC) #3
Reilly Grant (use Gerrit)
On 2016/07/12 at 21:08:45, jam wrote: > lgtm > > https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h > File chrome/browser/chrome_web_usb_browser_client.h (right): ...
4 years, 5 months ago (2016-07-12 21:23:09 UTC) #4
juncai
https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h File chrome/browser/chrome_web_usb_browser_client.h (right): https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h#newcode15 chrome/browser/chrome_web_usb_browser_client.h:15: class ChromeWebUsbBrowserClient : public WebUsbBrowserClient { On 2016/07/12 21:08:45, ...
4 years, 5 months ago (2016-07-12 22:28:34 UTC) #5
jam
https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h File chrome/browser/chrome_web_usb_browser_client.h (right): https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h#newcode15 chrome/browser/chrome_web_usb_browser_client.h:15: class ChromeWebUsbBrowserClient : public WebUsbBrowserClient { On 2016/07/12 22:28:34, ...
4 years, 5 months ago (2016-07-13 16:54:58 UTC) #6
juncai
On 2016/07/13 16:54:58, jam wrote: > https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h > File chrome/browser/chrome_web_usb_browser_client.h (right): > > https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h#newcode15 > ...
4 years, 5 months ago (2016-07-13 23:05:56 UTC) #9
jam
On 2016/07/13 23:05:56, juncai wrote: > On 2016/07/13 16:54:58, jam wrote: > > > https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h ...
4 years, 5 months ago (2016-07-14 20:09:38 UTC) #12
juncai
https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h File chrome/browser/chrome_web_usb_browser_client.h (right): https://codereview.chromium.org/2146663002/diff/20001/chrome/browser/chrome_web_usb_browser_client.h#newcode15 chrome/browser/chrome_web_usb_browser_client.h:15: class ChromeWebUsbBrowserClient : public WebUsbBrowserClient { On 2016/07/13 16:54:57, ...
4 years, 5 months ago (2016-07-15 17:50:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2146663002/100001
4 years, 5 months ago (2016-07-15 17:51:06 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-15 19:10:38 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 19:10:50 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 19:14:00 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1da12030f6c17ef7d05218d0e812d4bd0c575c75
Cr-Commit-Position: refs/heads/master@{#405808}

Powered by Google App Engine
This is Rietveld 408576698