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

Side by Side Diff: chrome/common/BUILD.gn

Issue 941863002: Add more size_t -> int warning fixes for the win x64 GN build. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@fix_win64
Patch Set: remove mojo changes Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 gypi_values = exec_script("//build/gypi_to_gn.py", 7 gypi_values = exec_script("//build/gypi_to_gn.py",
8 [ rebase_path("../chrome_common.gypi") ], 8 [ rebase_path("../chrome_common.gypi") ],
9 "scope", 9 "scope",
10 [ "../chrome_common.gypi" ]) 10 [ "../chrome_common.gypi" ])
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 305
306 if (is_win || is_mac) { 306 if (is_win || is_mac) {
307 sources += [ 307 sources += [
308 "media_galleries/picasa_test_util.cc", 308 "media_galleries/picasa_test_util.cc",
309 "media_galleries/picasa_test_util.h", 309 "media_galleries/picasa_test_util.h",
310 "media_galleries/pmp_test_util.cc", 310 "media_galleries/pmp_test_util.cc",
311 "media_galleries/pmp_test_util.h", 311 "media_galleries/pmp_test_util.h",
312 ] 312 ]
313 } 313 }
314 314
315 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
316
315 if (enable_extensions) { 317 if (enable_extensions) {
316 sources += [ 318 sources += [
317 "extensions/extension_test_util.cc", 319 "extensions/extension_test_util.cc",
318 "extensions/extension_test_util.h", 320 "extensions/extension_test_util.h",
319 ] 321 ]
320 } 322 }
321 } 323 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698