Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index ef135d35b1da0d39e4f497c6f4a753604746742c..ddba5f6be04e77f7a17500dc5e7e012c24d769ab 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -391,6 +391,10 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) { |
| [ "../browser/compositor/image_transport_factory_browsertest.cc" ] |
| } |
| + if (use_aura && !is_win) { |
| + sources -= [ "../browser/plugin_browsertest.cc" ] |
| + } |
| + |
| if (!is_android && !is_ios && !is_linux) { |
| # Npapi test plugin doesn't build on Android or iOS. |
| #data_deps += [ 'copy_npapi_test_plugin' ] TODO(GYP) |
| @@ -409,7 +413,7 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) { |
| content_tests_gypi_values.content_browsertests_plugins_sources, |
| ".", |
| "//content") |
| - #deps += [ "//ppapi:ppapi_tests" ] # TODO(GYP) |
| + deps += [ "//ppapi:ppapi_tests" ] |
|
brettw
2015/02/25 16:40:38
Can you make this data_deps instead? This is reall
jam
2015/02/25 16:55:24
Done.
|
| } |
| if (enable_web_speech) { |