Chromium Code Reviews| Index: ppapi/BUILD.gn |
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
| index e41fa3553e63b52b00d43cabdc08053fc8985fd8..dc765157d12c40f8bde83ad68c2d784527ab2465 100644 |
| --- a/ppapi/BUILD.gn |
| +++ b/ppapi/BUILD.gn |
| @@ -2,6 +2,9 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +assert(!is_android || enable_plugins, |
| + "//ppapi should not be referenced when is_android && !enable_plugins") |
| + |
| copy("copy_test_files") { |
| visibility = [ ":*" ] |
| sources = [ |