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

Issue 68323005: Build libaddressinput in Chrome for requestAutocomplete(). (Closed)

Created:
7 years, 1 month ago by Dan Beam
Modified:
7 years ago
CC:
chromium-reviews, Evan Stade
Visibility:
Public.

Description

Build libaddressinput in Chrome for requestAutocomplete(). This CL: - creates a chromium-specific:  * third_party/libaddressinput/   * chromium/util/    - json.cc (chromium-specific json reader)    - json.h (matches src/cpp/src/util/json.h's interface)   - libaddressinput.gyp (chromium-specific .gyp file) - builds and runs a new test target named libaddressinput_unittests R=rouslan@chromium.org BUG=317837 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236996

Patch Set 1 : , #

Total comments: 13

Patch Set 2 : simplify gyp #

Total comments: 7

Patch Set 3 : gyp refinements #

Patch Set 4 : more comments #

Patch Set 5 : file vs class comment #

Patch Set 6 : s/+//g #

Patch Set 7 : correct fake DEPS rev? #

Patch Set 8 : revert fake DEPS roll #

Patch Set 9 : fake deps take 2 #

Patch Set 10 : revert fake DEPS roll #

Patch Set 11 : fix mac compile #

Patch Set 12 : revert fake DEPS roll #

Patch Set 13 : fix win compile? #

Patch Set 14 : revert DEPS roll #

Patch Set 15 : fix mac compile? #

Patch Set 16 : more compile fixes #

Patch Set 17 : revert #

Patch Set 18 : try, try again #

Patch Set 19 : revert DEPS #

Patch Set 20 : . #

Patch Set 21 : also try this #

Patch Set 22 : xcode_settings! -> xcode_settings: NO #

Patch Set 23 : . #

Patch Set 24 : static_library for windows #

Patch Set 25 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -2 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +8 lines, -0 lines 0 comments Download
M third_party/libaddressinput/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/libaddressinput/chromium/util/json.h View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/util/json.cc View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/libaddressinput/libaddressinput.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +98 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Dan Beam
rouslan@: this still depends on your DEPS roll landing but I guess it doesn't hurt ...
7 years, 1 month ago (2013-11-19 23:42:31 UTC) #1
please use gerrit instead
Looks great! A couple suggestions: https://codereview.chromium.org/68323005/diff/130001/third_party/libaddressinput/chromium/util/json.cc File third_party/libaddressinput/chromium/util/json.cc (right): https://codereview.chromium.org/68323005/diff/130001/third_party/libaddressinput/chromium/util/json.cc#newcode7 third_party/libaddressinput/chromium/util/json.cc:7: #include "util/json.h" 1) Place ...
7 years, 1 month ago (2013-11-20 00:03:09 UTC) #2
please use gerrit instead
https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/libaddressinput.gyp File third_party/libaddressinput/libaddressinput.gyp (right): https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/libaddressinput.gyp#newcode35 third_party/libaddressinput/libaddressinput.gyp:35: 'include_dirs+': [ I think that <(DEPS) might be forced ...
7 years, 1 month ago (2013-11-20 00:04:19 UTC) #3
please use gerrit instead
A couple more small comments. https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/chromium/util/json.cc File third_party/libaddressinput/chromium/util/json.cc (right): https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/chromium/util/json.cc#newcode30 third_party/libaddressinput/chromium/util/json.cc:30: if (dict_) Simpler: DCHECK(dict_); ...
7 years, 1 month ago (2013-11-20 00:07:57 UTC) #4
please use gerrit instead
https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/libaddressinput.gyp File third_party/libaddressinput/libaddressinput.gyp (right): https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/libaddressinput.gyp#newcode35 third_party/libaddressinput/libaddressinput.gyp:35: 'include_dirs+': [ On 2013/11/20 00:04:19, Rouslan Solomakhin wrote: > ...
7 years, 1 month ago (2013-11-20 00:10:20 UTC) #5
Dan Beam
https://codereview.chromium.org/68323005/diff/130001/third_party/libaddressinput/chromium/util/json.cc File third_party/libaddressinput/chromium/util/json.cc (right): https://codereview.chromium.org/68323005/diff/130001/third_party/libaddressinput/chromium/util/json.cc#newcode7 third_party/libaddressinput/chromium/util/json.cc:7: #include "util/json.h" On 2013/11/20 00:03:10, Rouslan Solomakhin wrote: > ...
7 years, 1 month ago (2013-11-20 00:53:47 UTC) #6
Dan Beam
https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/chromium/util/json.cc File third_party/libaddressinput/chromium/util/json.cc (right): https://codereview.chromium.org/68323005/diff/200001/third_party/libaddressinput/chromium/util/json.cc#newcode30 third_party/libaddressinput/chromium/util/json.cc:30: if (dict_) On 2013/11/20 00:07:58, Rouslan Solomakhin wrote: > ...
7 years, 1 month ago (2013-11-20 00:58:45 UTC) #7
Dan Beam
all comments addressed, ptal at your convenience
7 years, 1 month ago (2013-11-20 00:59:46 UTC) #8
please use gerrit instead
LGTM % nits relayed offline. This patch cannot land until DEPS are rolled. We are ...
7 years, 1 month ago (2013-11-20 01:08:47 UTC) #9
Dan Beam
+darin for OWNERS
7 years, 1 month ago (2013-11-20 04:08:30 UTC) #10
darin (slow to review)
LGTM
7 years, 1 month ago (2013-11-20 05:57:16 UTC) #11
Dan Beam
This is just waiting on rolling libaddressinput to r166 in DEPS.
7 years, 1 month ago (2013-11-22 22:08:25 UTC) #12
please use gerrit instead
Rolling deps in https://codereview.chromium.org/83633003/.
7 years, 1 month ago (2013-11-22 22:12:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/68323005/1350001
7 years, 1 month ago (2013-11-24 00:44:04 UTC) #14
commit-bot: I haz the power
7 years ago (2013-11-24 19:08:50 UTC) #15
Message was sent while issue was closed.
Change committed as 236996

Powered by Google App Engine
This is Rietveld 408576698