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

Issue 2023833002: [iOS] Upstream physical web classes. (Closed)

Created:
4 years, 6 months ago by sdefresne
Modified:
4 years, 6 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS] Upstream physical web classes. This is used by the Chrome on iOS today extension to get information about the nearby devices and display them when user has enabled the physical web integration. Introduce a new target //ios:all to list all targets build on iOS and add a dependency on it from //:gn_all. This will avoid changing root BUILD.gn every time an iOS target is added upstream. BUG=615799 Committed: https://crrev.com/88abe3610f66d114d2e2e4e637433c9eae677a6b Cr-Commit-Position: refs/heads/master@{#397098}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comment about limiting the dependencies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+947 lines, -21 lines) Patch
M BUILD.gn View 1 chunk +1 line, -20 lines 0 comments Download
A ios/BUILD.gn View 1 chunk +32 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/BUILD.gn View 1 chunk +29 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/DEPS View 1 1 chunk +8 lines, -0 lines 0 comments Download
A + ios/chrome/common/physical_web/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
A ios/chrome/common/physical_web/physical_web.gyp View 1 chunk +36 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_device.h View 1 chunk +52 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_device.mm View 1 chunk +73 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_request.h View 1 chunk +36 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_request.mm View 1 chunk +247 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_scanner.h View 1 chunk +59 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_scanner.mm View 1 chunk +325 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_types.h View 1 chunk +30 lines, -0 lines 0 comments Download
A ios/chrome/common/physical_web/physical_web_types.mm View 1 chunk +13 lines, -0 lines 0 comments Download
M ios/ios.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (11 generated)
sdefresne
noyau: please review all the code. Missing OWNER reviewers for these files: BUILD.gn tools/metrics/histograms/histograms.xml dpranke: ...
4 years, 6 months ago (2016-05-30 09:30:52 UTC) #3
noyau (Ping after 24h)
https://codereview.chromium.org/2023833002/diff/1/ios/chrome/common/physical_web/DEPS File ios/chrome/common/physical_web/DEPS (right): https://codereview.chromium.org/2023833002/diff/1/ios/chrome/common/physical_web/DEPS#newcode1 ios/chrome/common/physical_web/DEPS:1: include_rules = [ This code needs a comment somewhere ...
4 years, 6 months ago (2016-05-30 09:56:39 UTC) #4
sdefresne
https://codereview.chromium.org/2023833002/diff/1/ios/chrome/common/physical_web/DEPS File ios/chrome/common/physical_web/DEPS (right): https://codereview.chromium.org/2023833002/diff/1/ios/chrome/common/physical_web/DEPS#newcode1 ios/chrome/common/physical_web/DEPS:1: include_rules = [ On 2016/05/30 09:56:39, noyau wrote: > ...
4 years, 6 months ago (2016-05-30 10:03:06 UTC) #5
noyau (Ping after 24h)
lgtm
4 years, 6 months ago (2016-05-30 10:42:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023833002/20001
4 years, 6 months ago (2016-05-30 10:42:52 UTC) #8
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No L-G-T-M from ...
4 years, 6 months ago (2016-05-30 10:42:54 UTC) #10
Alexei Svitkine (slow)
histograms lgtm
4 years, 6 months ago (2016-05-30 14:34:00 UTC) #12
Roger Tawa OOO till Jul 10th
lgtm google_apis deps
4 years, 6 months ago (2016-05-30 17:27:39 UTC) #13
ortuno
lgtm
4 years, 6 months ago (2016-05-31 14:31:38 UTC) #14
Dirk Pranke
lgtm.
4 years, 6 months ago (2016-05-31 20:00:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023833002/20001
4 years, 6 months ago (2016-06-01 07:55:13 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-01 10:40:32 UTC) #22
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 10:42:51 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/88abe3610f66d114d2e2e4e637433c9eae677a6b
Cr-Commit-Position: refs/heads/master@{#397098}

Powered by Google App Engine
This is Rietveld 408576698