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

Unified Diff: media/base/BUILD.gn

Issue 927363005: Work on GN Win64 build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: underscore 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 2091a5d2c4947fa9dcf15ac4fd9e3e1749e8b7e9..5e6166784379b4ad1e0bb33baa571886d28c7846 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -250,6 +250,8 @@ source_set("base") {
]
}
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
if (is_linux || is_win) {
sources += [
"keyboard_event_counter.cc",
« no previous file with comments | « media/audio/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698