| Index: ppapi/BUILD.gn
|
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
|
| index fa0d2f1810e60f60ef42757816a5c3211a348410..24a1a48ac886e5473de3aeaa753b0e2311fbcfe1 100644
|
| --- a/ppapi/BUILD.gn
|
| +++ b/ppapi/BUILD.gn
|
| @@ -36,7 +36,11 @@ shared_library("ppapi_tests") {
|
| sources = ppapi_sources.test_common_source_files +
|
| ppapi_sources.test_trusted_source_files
|
|
|
| - configs += [ "//build/config:precompiled_headers" ]
|
| + configs += [
|
| + "//build/config:precompiled_headers",
|
| + "//v8:external_startup_data",
|
| + ]
|
| +
|
| defines = [ "GL_GLEXT_PROTOTYPES" ]
|
| include_dirs = [ "lib/gl/include" ]
|
|
|
|
|