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

Unified Diff: courgette/BUILD.gn

Issue 335973002: Minor Fixes for Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « content/ppapi_plugin/BUILD.gn ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index b4bbd2b8f7119bf9f94bb9f4d6043806259ac8b9..efbab04dc3cff7b7a6b4dc0526e198670cb50384 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -107,7 +107,7 @@ test("courgette_unittests") {
if (is_win) {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags += [ "/wd4267" ]
+ cflags = [ "/wd4267" ]
}
deps = [
« no previous file with comments | « content/ppapi_plugin/BUILD.gn ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698