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

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)

Created:
3 years, 7 months ago by leonhsl(Using Gerrit)
Modified:
3 years, 7 months ago
CC:
chromium-reviews, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, blink-reviews, darin-cc_chromium.org, agrieve+watch_chromium.org, haraken, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move //device/nfc to be part of the internal impl of Device Service BUG=689501 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2894373002 Cr-Commit-Position: refs/heads/master@{#473822} Committed: https://chromium.googlesource.com/chromium/src/+/02ed4aebda2b2da70a2c32a7b2b92c67c8c01dd4

Patch Set 1 #

Patch Set 2 : Move //device/nfc to be part of the internal impl of Device Service #

Total comments: 2

Patch Set 3 : Modify code comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2350 lines) Patch
M content/browser/BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/android/nfc_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/nfc_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/public/android/BUILD.gn View 2 chunks +1 line, -2 lines 0 comments Download
M content/public/android/DEPS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M device/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
D device/nfc/BUILD.gn View 1 chunk +0 lines, -13 lines 0 comments Download
D device/nfc/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D device/nfc/android/BUILD.gn View 1 chunk +0 lines, -27 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/InvalidNfcMessageException.java View 1 chunk +0 lines, -10 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java View 1 chunk +0 lines, -668 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/NfcMessageValidator.java View 1 chunk +0 lines, -44 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/NfcProviderImpl.java View 1 chunk +0 lines, -56 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/NfcTagHandler.java View 1 chunk +0 lines, -157 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java View 1 chunk +0 lines, -225 lines 0 comments Download
D device/nfc/android/java/src/org/chromium/device/nfc/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java View 1 chunk +0 lines, -941 lines 0 comments Download
D device/nfc/nfc.mojom View 1 chunk +0 lines, -138 lines 0 comments Download
D device/nfc/nfc_provider.mojom View 1 chunk +0 lines, -15 lines 0 comments Download
D device/nfc/public/java/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D device/nfc/public/java/src/org/chromium/device/nfc/NfcDelegate.java View 1 chunk +0 lines, -24 lines 0 comments Download
M services/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M services/device/BUILD.gn View 2 chunks +2 lines, -4 lines 0 comments Download
M services/device/device_service.h View 2 chunks +1 line, -1 line 0 comments Download
M services/device/device_service.cc View 1 chunk +0 lines, -1 line 0 comments Download
A services/device/nfc/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A + services/device/nfc/android/BUILD.gn View 2 chunks +6 lines, -2 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/InvalidNfcMessageException.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/NfcMessageValidator.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/NfcProviderImpl.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/NfcTagHandler.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java View 0 chunks +-1 lines, --1 lines 0 comments Download
A services/device/nfc/android/java/src/org/chromium/device/nfc/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A + services/device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java View 0 chunks +-1 lines, --1 lines 0 comments Download
M services/device/public/interfaces/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A + services/device/public/interfaces/nfc.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/public/interfaces/nfc_provider.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + services/device/public/java/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/device/public/java/src/org/chromium/device/nfc/NfcDelegate.java View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/modules/nfc/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFC.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFCError.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 32 (21 generated)
leonhsl(Using Gerrit)
PTAL, Thanks! blundell@chromium.org: Overall review and OWNERs of //services/device/ rockot@chromium.org: OWNERs of //device/ alexander.shalamov@intel.com: OWNERs ...
3 years, 7 months ago (2017-05-22 05:05:28 UTC) #12
shalamov
third_party/WebKit/Source/modules/nfc/* lgtm +Reilly
3 years, 7 months ago (2017-05-22 08:00:47 UTC) #14
blundell
lgtm, thanks!
3 years, 7 months ago (2017-05-22 09:21:36 UTC) #15
leonhsl(Using Gerrit)
+Tom for moving {nfc,nfc_provider}.mojom into //services/device/public/interfaces/ +John for //content/, all changes are mechanical just because ...
3 years, 7 months ago (2017-05-22 12:08:54 UTC) #17
Tom Sepez
RS on moving files.
3 years, 7 months ago (2017-05-22 16:13:09 UTC) #18
Tom Sepez
lgtm
3 years, 7 months ago (2017-05-22 16:13:16 UTC) #19
Reilly Grant (use Gerrit)
lgtm https://codereview.chromium.org/2894373002/diff/20001/content/public/android/DEPS File content/public/android/DEPS (right): https://codereview.chromium.org/2894373002/diff/20001/content/public/android/DEPS#newcode12 content/public/android/DEPS:12: # Needed for ContentNfcDelegate.java implementation. This comment should ...
3 years, 7 months ago (2017-05-22 17:51:19 UTC) #20
jam
lgtm
3 years, 7 months ago (2017-05-22 22:40:30 UTC) #21
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/2894373002/40001
3 years, 7 months ago (2017-05-23 06:28:41 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/02ed4aebda2b2da70a2c32a7b2b92c67c8c01dd4
3 years, 7 months ago (2017-05-23 06:33:49 UTC) #31
leonhsl(Using Gerrit)
3 years, 7 months ago (2017-05-23 06:35:32 UTC) #32
Message was sent while issue was closed.
https://codereview.chromium.org/2894373002/diff/20001/content/public/android/...
File content/public/android/DEPS (right):

https://codereview.chromium.org/2894373002/diff/20001/content/public/android/...
content/public/android/DEPS:12: # Needed for ContentNfcDelegate.java
implementation.
On 2017/05/22 17:51:19, Reilly Grant wrote:
> This comment should probably remain generic like the one for //device above
> because there likely will be more than one component of the device service
> implemented in Java.

Done.

Powered by Google App Engine
This is Rietveld 408576698