summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-04-21 09:19:54 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 16:20:17 +0000
commit690c9667354a606a9b899e5e2a282127c2057db8 (patch)
treec68f43a45d83543adfeeb8cee41607d39f1f0d62 /breakpad
parentca726326c06b936d05106abde28bbc0f66b81e9d (diff)
downloadchromium_src-690c9667354a606a9b899e5e2a282127c2057db8.zip
chromium_src-690c9667354a606a9b899e5e2a282127c2057db8.tar.gz
chromium_src-690c9667354a606a9b899e5e2a282127c2057db8.tar.bz2
Windows GN tests, webcrypto warnings
Enables many GN Windows tests. The GN build wasn't disabling the size_t to int warning in webcrypto. I decided to fix the warnings rather than disable them. This code is a random mishmash of size_t, int, unsigned, and long (partially due to third party code). In this change, I tried to do something minimal and clear: some variables were changed to size_t, while some were converted to casts. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg TBR=dpranke Review URL: https://codereview.chromium.org/1091293003 Cr-Commit-Position: refs/heads/master@{#326046}
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad_handler.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/breakpad_handler.gypi b/breakpad/breakpad_handler.gypi
index 540e87e..34b448d 100644
--- a/breakpad/breakpad_handler.gypi
+++ b/breakpad/breakpad_handler.gypi
@@ -39,6 +39,7 @@
['OS=="win"', {
'targets': [
{
+ # GN version: //breakpad:breakpad_handler
'target_name': 'breakpad_handler',
'type': 'static_library',
'variables': {