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

Unified Diff: base/base.gyp

Issue 11825006: Make all base targets build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/cpu_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 175573)
+++ base/base.gyp (working copy)
@@ -270,6 +270,11 @@
'../build/linux/system.gyp:gtk',
],
}],
+ ['OS == "win"', {
+ 'msvs_disabled_warnings': [
+ 4267,
brettw 2013/01/09 19:20:05 Can you add a comment here about what this is disa
jschuh 2013/01/09 20:42:49 Done.
+ ],
+ }],
],
'export_dependent_settings': [
'base',
@@ -708,6 +713,9 @@
'threading/worker_pool_posix_unittest.cc',
'message_pump_libevent_unittest.cc',
],
+ 'msvs_disabled_warnings': [
+ 4267,
+ ],
}, { # OS != "win"
'dependencies': [
'../third_party/libevent/libevent.gyp:libevent'
« no previous file with comments | « no previous file | base/cpu_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698