Register external extension providers also for supervised users.
[chromium-blink-merge.git] / ppapi / BUILD.gn
blobf7ff011c7f48fcaa854b8dcf8f5530e8aba47b71
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//ppapi/ppapi_sources.gni")
6 shared_library("ppapi_tests") {
7   sources = ppapi_sources.test_common_source_files +
8             ppapi_sources.test_trusted_source_files
10   defines = [ "GL_GLEXT_PROTOTYPES" ]
11   include_dirs = [ "lib/gl/include" ]
13   deps = [
14     "//ppapi/cpp",
15     "//ppapi/shared_impl",
16   ]
18 # TODO(GYP) other targets from ppapi_tests.gyp