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

Unified Diff: media/test/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index 1337e9e28aabc17330a06110d0a6bdc4aa0d3e92..60849c1e86072cde2260974c9aa4e6af7094d8a7 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -33,6 +33,8 @@ source_set("pipeline_integration_tests") {
"pipeline_integration_test.cc",
]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":pipeline_integration_test_base",
"//base",
@@ -83,6 +85,8 @@ if (!is_component_build) {
defines = [ "MOJO_RENDERER" ]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":pipeline_integration_test_base",
"//base",
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698