| 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",
|
|
|