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

Unified Diff: cc/ipc/BUILD.gn

Issue 1993563002: cc/ipc: Fix size_t to int implicit cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | cc/ipc/cc_ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 97e2338ca8532769e5788e09f6b16d2c792ab288..ce2bd1d17ff105b806069e3857dc562a472a742d 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -14,8 +14,6 @@ component("ipc") {
"cc_param_traits_macros.h",
]
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
public_deps = [
"//cc",
"//cc/surfaces",
« no previous file with comments | « no previous file | cc/ipc/cc_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698