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

Issue 929793006: Update existing uses of /wd4267 to use the GN config (Closed)

Created:
5 years, 10 months ago by brettw
Modified:
5 years, 10 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, danakj+watch_chromium.org, browser-components-watch_chromium.org, sievers+watch_chromium.org, yukishiino+watch_chromium.org, aandrey+blink_chromium.org, mkwst+moarreviews-shell_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, vsevik, nona+watch_chromium.org, grt+watch_chromium.org, jam, jbauman+watch_chromium.org, eme-reviews_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-notifications_chromium.org, penghuang+watch_chromium.org, feature-media-reviews_chromium.org, kalyank, piman+watch_chromium.org, gcasto+watchlist_chromium.org, peter+watch_chromium.org, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org, tfarina, yurys, wfh+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, cc-bugs_chromium.org, James Su, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@x64
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update existing uses of /wd4267 to use the GN config This is the size_t to integer conversion warning. Using the config prevents flag duplication and is clearer to read. Minor updates to Win64 build, including some fixes for size_t to int conversions. Committed: https://crrev.com/d1c719acf7db459016f425eb8018ec4208511578 Cr-Commit-Position: refs/heads/master@{#317162}

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -322 lines) Patch
M apps/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/BUILD.gn View 2 chunks +2 lines, -4 lines 0 comments Download
M base/BUILD.gn View 1 2 3 chunks +5 lines, -9 lines 0 comments Download
M build/secondary/third_party/cacheinvalidation/BUILD.gn View 1 chunk +2 lines, -5 lines 0 comments Download
M build/secondary/third_party/nss/BUILD.gn View 4 chunks +8 lines, -4 lines 0 comments Download
M cc/BUILD.gn View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/devtools/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/common/net/BUILD.gn View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/installer/util/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 2 chunks +1 line, -5 lines 0 comments Download
M components/keyed_service/content/BUILD.gn View 1 chunk +3 lines, -4 lines 0 comments Download
M components/keyed_service/core/BUILD.gn View 1 chunk +2 lines, -5 lines 0 comments Download
M components/packed_ct_ev_whitelist/BUILD.gn View 1 chunk +2 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 chunk +2 lines, -3 lines 0 comments Download
M components/pdf/renderer/BUILD.gn View 2 chunks +3 lines, -4 lines 0 comments Download
M components/printing/renderer/BUILD.gn View 2 chunks +3 lines, -5 lines 0 comments Download
M components/signin/core/browser/BUILD.gn View 2 chunks +2 lines, -5 lines 0 comments Download
M components/url_fixer/BUILD.gn View 1 chunk +3 lines, -5 lines 0 comments Download
M content/shell/BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M courgette/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M crypto/BUILD.gn View 2 chunks +3 lines, -5 lines 0 comments Download
M extensions/BUILD.gn View 2 chunks +2 lines, -4 lines 0 comments Download
M extensions/browser/BUILD.gn View 2 chunks +3 lines, -4 lines 0 comments Download
M extensions/common/BUILD.gn View 3 chunks +4 lines, -8 lines 0 comments Download
M extensions/renderer/BUILD.gn View 2 chunks +3 lines, -4 lines 0 comments Download
M extensions/utility/BUILD.gn View 1 chunk +3 lines, -4 lines 0 comments Download
M google_apis/BUILD.gn View 1 chunk +4 lines, -5 lines 0 comments Download
M gpu/blink/BUILD.gn View 2 chunks +3 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/BUILD.gn View 1 2 4 chunks +9 lines, -17 lines 0 comments Download
M gpu/config/BUILD.gn View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M media/BUILD.gn View 1 2 4 chunks +10 lines, -8 lines 0 comments Download
M media/cdm/ppapi/BUILD.gn View 2 chunks +3 lines, -5 lines 0 comments Download
M net/BUILD.gn View 13 chunks +22 lines, -20 lines 0 comments Download
M net/third_party/nss/ssl/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M pdf/BUILD.gn View 2 chunks +3 lines, -4 lines 0 comments Download
M rlz/BUILD.gn View 4 chunks +6 lines, -8 lines 0 comments Download
M sql/BUILD.gn View 2 chunks +5 lines, -7 lines 0 comments Download
M storage/browser/BUILD.gn View 1 chunk +5 lines, -4 lines 0 comments Download
M storage/common/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 2 chunks +6 lines, -7 lines 0 comments Download
M third_party/cld/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/cld_2/BUILD.gn View 1 2 5 chunks +2 lines, -22 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libexif/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libjingle/BUILD.gn View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/libpng/BUILD.gn View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 3 chunks +10 lines, -7 lines 0 comments Download
M third_party/re2/BUILD.gn View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M third_party/smhasher/BUILD.gn View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/snappy/BUILD.gn View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/sqlite/BUILD.gn View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M third_party/yasm/BUILD.gn View 1 2 2 chunks +1 line, -5 lines 0 comments Download
M tools/json_schema_compiler/test/BUILD.gn View 1 chunk +4 lines, -5 lines 0 comments Download
M ui/aura/BUILD.gn View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M ui/base/BUILD.gn View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M ui/base/ime/BUILD.gn View 2 chunks +3 lines, -1 line 0 comments Download
M ui/gfx/BUILD.gn View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M ui/message_center/BUILD.gn View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/BUILD.gn View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ui/views/examples/BUILD.gn View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M url/BUILD.gn View 2 chunks +8 lines, -12 lines 0 comments Download
M webkit/common/gpu/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M win8/BUILD.gn View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
brettw
5 years, 10 months ago (2015-02-18 21:08:12 UTC) #2
Dirk Pranke
lgtm. If you actually think the third_party code will eventually get the size_t->int things fixed, ...
5 years, 10 months ago (2015-02-18 21:29:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/929793006/60001
5 years, 10 months ago (2015-02-19 22:56:52 UTC) #6
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-19 23:17:59 UTC) #7
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 23:18:48 UTC) #8
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d1c719acf7db459016f425eb8018ec4208511578
Cr-Commit-Position: refs/heads/master@{#317162}

Powered by Google App Engine
This is Rietveld 408576698