Chromium Code Reviews| Index: components/external_video_surface/BUILD.gn |
| diff --git a/components/external_video_surface/BUILD.gn b/components/external_video_surface/BUILD.gn |
| index 553234a1cb324564bc7cecf428519ae4d4c7c83e..3013f0a4ad8292995aafa95f1956d9fad8c0edb2 100644 |
| --- a/components/external_video_surface/BUILD.gn |
| +++ b/components/external_video_surface/BUILD.gn |
| @@ -8,7 +8,7 @@ if (is_android) { |
| static_library("external_video_surface") { |
|
Dirk Pranke
2015/10/19 19:18:04
I realize this is an unrelated thing, but creating
michaelbai
2015/10/19 19:56:48
Done.
|
| if (is_android) { |
| - sources += [ |
| + sources = [ |
| "browser/android/external_video_surface_container_impl.cc", |
| "browser/android/external_video_surface_container_impl.h", |
| "component_jni_registrar.cc", |