Chromium Code Reviews| Index: content/gpu/BUILD.gn |
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
| index 91600f1db7d267d0b44069730fdb7e8f6b998800..40cc0c96db4a00d1dfeb534b84378501c83833a9 100644 |
| --- a/content/gpu/BUILD.gn |
| +++ b/content/gpu/BUILD.gn |
| @@ -53,10 +53,6 @@ source_set("gpu_sources") { |
| "//content/common:mojo_bindings", |
| ] |
| - if (enable_mojo_media == "gpu") { |
| - deps += [ "//media/mojo/services:application" ] |
| - } |
|
xhwang
2016/02/02 00:12:27
Why are you making this change? Wondering how will
alokp
2016/02/02 00:40:44
Please see my comment against content/browser/BUIL
|
| - |
| if (is_win) { |
| configs += [ |
| "//third_party/khronos:khronos_headers", |