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

Unified Diff: sql/BUILD.gn

Issue 301193005: Fix Windows build, add Sandbox implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment out sandbox, still needs work Created 6 years, 7 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 | « sandbox/win/BUILD.gn ('k') | tools/gn/secondary/third_party/angle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 2b50eacb24b141a017e08948599d97d229aa71f7..d67284141b43c1da499e8586a7d426c58f6e9d2c 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -22,7 +22,7 @@ component("sql") {
defines = [ "SQL_IMPLEMENTATION" ]
if (is_win) {
- cflags += [ "/wd4267" ] # size_t to int.
+ cflags = [ "/wd4267" ] # size_t to int.
}
deps = [
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | tools/gn/secondary/third_party/angle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698