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

Issue 941863002: Add more size_t -> int warning fixes for the win x64 GN build. (Closed)

Created:
5 years, 10 months ago by Dirk Pranke
Modified:
5 years, 10 months ago
Reviewers:
jamesr, brettw
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, qsr+mojo_chromium.org, Aaron Boodman, tfarina, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, feature-media-reviews_chromium.org, noyau+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, ben+mojo_chromium.org, darin (slow to review)
Base URL:
http://chromium.googlesource.com/chromium/src.git@fix_win64
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add more size_t -> int warning fixes for the win x64 GN build. R=brettw@chromium.org BUG=354261 Committed: https://crrev.com/8ec93a3ac28c857ae106a2c1929cc935ab76ec03 Cr-Commit-Position: refs/heads/master@{#317439}

Patch Set 1 #

Total comments: 4

Patch Set 2 : remove mojo changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -3 lines) Patch
M build/json_schema_api.gni View 1 chunk +1 line, -0 lines 0 comments Download
M cc/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/bookmarks/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/browser_watcher/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/domain_reliability/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/ownership/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M jingle/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M media/audio/BUILD.gn View 1 chunk +5 lines, -1 line 0 comments Download
M media/base/BUILD.gn View 2 chunks +8 lines, -2 lines 0 comments Download
M media/blink/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M media/mojo/services/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M media/test/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M printing/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Dirk Pranke
https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn File third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn#newcode32 third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn:32: configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] I think this change ...
5 years, 10 months ago (2015-02-20 00:37:49 UTC) #1
jamesr
https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn File third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn#newcode32 third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn:32: configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] On 2015/02/20 00:37:49, Dirk ...
5 years, 10 months ago (2015-02-20 00:44:11 UTC) #3
Dirk Pranke
https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn File third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn#newcode32 third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn:32: configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] On 2015/02/20 00:44:11, jamesr ...
5 years, 10 months ago (2015-02-20 00:52:54 UTC) #4
jamesr
I didn't think we set chromium code for //third_party/ stuff. What's the warning?
5 years, 10 months ago (2015-02-20 00:53:52 UTC) #5
Dirk Pranke
On 2015/02/20 00:53:52, jamesr wrote: > I didn't think we set chromium code for //third_party/ ...
5 years, 10 months ago (2015-02-20 00:58:20 UTC) #6
Dirk Pranke
https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn File third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/941863002/diff/1/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn#newcode32 third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn:32: configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] To close this comment ...
5 years, 10 months ago (2015-02-20 01:26:20 UTC) #7
brettw
lgtm
5 years, 10 months ago (2015-02-20 22:47:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941863002/20001
5 years, 10 months ago (2015-02-20 22:52:36 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-20 23:36:30 UTC) #11
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 23:37:00 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8ec93a3ac28c857ae106a2c1929cc935ab76ec03
Cr-Commit-Position: refs/heads/master@{#317439}

Powered by Google App Engine
This is Rietveld 408576698