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

Issue 1674373003: [libphonenumber] Change DEPS to track new github mirror, uprev library (Closed)

Created:
4 years, 10 months ago by Mathieu
Modified:
4 years, 10 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, mkwst+moarreviews-renderer_chromium.org, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, bondd+autofillwatch_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[libphonenumber] Change DEPS to track new github mirror, uprev library Changes to build files and include paths. BUG=585286, 585244 TBR=tedchoc Committed: https://crrev.com/09e9b25eea4777845bf56d53948d123212f5efa7 Cr-Commit-Position: refs/heads/master@{#374841}

Patch Set 1 #

Patch Set 2 : initial #

Patch Set 3 : /src #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : .gitignore #

Patch Set 6 : README file #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -100 lines) Patch
M .gitignore View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M DEPS View 1 2 3 1 chunk +2 lines, -7 lines 2 comments Download
M components/autofill/core/browser/phone_number_i18n.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/phone_number_i18n_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/android/phone_number_detector.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/libphonenumber/BUILD.gn View 1 2 4 chunks +29 lines, -29 lines 0 comments Download
M third_party/libphonenumber/README.chromium View 1 2 3 4 5 2 chunks +5 lines, -13 lines 0 comments Download
M third_party/libphonenumber/libphonenumber.gyp View 1 2 5 chunks +30 lines, -30 lines 0 comments Download
A third_party/libphonenumber/phonenumber_api.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
D third_party/libphonenumber/src/phonenumber_api.h View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 33 (16 generated)
Mathieu
Hi Rouslan, PTAL. Please make sure I didn't forget to update anything in third_party/libphonenumber
4 years, 10 months ago (2016-02-10 02:53:28 UTC) #2
please use gerrit instead
I'm fairly sure that we need to clone libphonenumber into third_party/libphonenumber/src. That way Chrome's files ...
4 years, 10 months ago (2016-02-10 18:21:33 UTC) #3
Mathieu
On 2016/02/10 18:21:33, Rouslan wrote: > I'm fairly sure that we need to clone libphonenumber ...
4 years, 10 months ago (2016-02-10 22:13:22 UTC) #9
please use gerrit instead
lgtm after .gitignore is fixed. https://codereview.chromium.org/1674373003/diff/160001/.gitignore File .gitignore (right): https://codereview.chromium.org/1674373003/diff/160001/.gitignore#newcode352 .gitignore:352: /third_party/libphonenumber /third_party/libphonenumber/src
4 years, 10 months ago (2016-02-10 22:18:04 UTC) #10
Mathieu
Thanks! TBR tedchoc for include path change. https://codereview.chromium.org/1674373003/diff/160001/.gitignore File .gitignore (right): https://codereview.chromium.org/1674373003/diff/160001/.gitignore#newcode352 .gitignore:352: /third_party/libphonenumber On ...
4 years, 10 months ago (2016-02-10 22:19:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674373003/80002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674373003/80002
4 years, 10 months ago (2016-02-10 22:21:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674373003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674373003/200001
4 years, 10 months ago (2016-02-11 00:56:41 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:200001)
4 years, 10 months ago (2016-02-11 02:28:10 UTC) #22
Nico
This doesn't build on clang/win: https://build.chromium.org/p/chromium.fyi/builders/CrWinClang%28dbg%29/builds/6852/steps/compile/logs/stdio ..\..\third_party\libphonenumber\src\cpp\src\phonenumbers/base/synchronization/lock.h(47,3) : error: constructor for 'i18n::phonenumbers::Lock' must explicitly initialize ...
4 years, 10 months ago (2016-02-11 02:41:34 UTC) #24
Nico
A revert of this CL (patchset #6 id:200001) has been created in https://codereview.chromium.org/1687243002/ by thakis@chromium.org. ...
4 years, 10 months ago (2016-02-11 02:44:05 UTC) #25
Mathieu
On 2016/02/11 02:44:05, Nico wrote: > A revert of this CL (patchset #6 id:200001) has ...
4 years, 10 months ago (2016-02-11 13:36:38 UTC) #26
Nico
huh, that should do it, weird. let me take a quick look.
4 years, 10 months ago (2016-02-11 14:06:00 UTC) #27
Nico
https://codereview.chromium.org/1674373003/diff/200001/DEPS File DEPS (left): https://codereview.chromium.org/1674373003/diff/200001/DEPS#oldcode241 DEPS:241: Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6dfdc7952571ff7ee72643cd88c988cbe966396', I'm playing ...
4 years, 10 months ago (2016-02-11 17:59:54 UTC) #28
Nico
The errors on https://build.chromium.org/p/chromium.fyi/builders/CrWinClang%28dbg%29/builds/6852/steps/compile/logs/stdio refer to the old file paths. I can't repro locally, but ...
4 years, 10 months ago (2016-02-11 18:08:07 UTC) #29
Mathieu
https://codereview.chromium.org/1674373003/diff/200001/DEPS File DEPS (left): https://codereview.chromium.org/1674373003/diff/200001/DEPS#oldcode241 DEPS:241: Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6dfdc7952571ff7ee72643cd88c988cbe966396', On 2016/02/11 ...
4 years, 10 months ago (2016-02-11 18:16:58 UTC) #30
Nico
On 2016/02/11 18:16:58, Mathieu Perreault wrote: > https://codereview.chromium.org/1674373003/diff/200001/DEPS > File DEPS (left): > > https://codereview.chromium.org/1674373003/diff/200001/DEPS#oldcode241 ...
4 years, 10 months ago (2016-02-11 18:19:23 UTC) #31
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:34:14 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/09e9b25eea4777845bf56d53948d123212f5efa7
Cr-Commit-Position: refs/heads/master@{#374841}

Powered by Google App Engine
This is Rietveld 408576698