| Index: ppapi/examples/BUILD.gn
|
| diff --git a/ppapi/examples/BUILD.gn b/ppapi/examples/BUILD.gn
|
| index 1c20c4a83eb5ebbfb6b45627da678b14793768b0..fedb176a79336680f687ad456c44d7354336e562 100644
|
| --- a/ppapi/examples/BUILD.gn
|
| +++ b/ppapi/examples/BUILD.gn
|
| @@ -1,10 +1,36 @@
|
| # Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| +# found in the LICENSE file.
|
|
|
| group("examples") {
|
| testonly = true
|
| deps = [
|
| + "//ppapi/examples/2d",
|
| "//ppapi/examples/audio",
|
| + "//ppapi/examples/audio_input",
|
| + "//ppapi/examples/compositor",
|
| + "//ppapi/examples/crxfs",
|
| + "//ppapi/examples/enumerate_devices",
|
| + "//ppapi/examples/file_chooser",
|
| + "//ppapi/examples/flash_topmost",
|
| + "//ppapi/examples/font",
|
| + "//ppapi/examples/gamepad",
|
| + "//ppapi/examples/gles2",
|
| + "//ppapi/examples/gles2_spinning_cube",
|
| + "//ppapi/examples/ime",
|
| + "//ppapi/examples/input",
|
| + "//ppapi/examples/media_stream_audio",
|
| + "//ppapi/examples/media_stream_video",
|
| + "//ppapi/examples/mouse_cursor",
|
| + "//ppapi/examples/mouse_lock",
|
| + "//ppapi/examples/printing",
|
| + "//ppapi/examples/scaling",
|
| + "//ppapi/examples/scripting",
|
| + "//ppapi/examples/stub",
|
| + "//ppapi/examples/threading",
|
| + "//ppapi/examples/url_loader",
|
| + "//ppapi/examples/video_capture",
|
| + "//ppapi/examples/video_decode",
|
| + "//ppapi/examples/video_effects",
|
| ]
|
| }
|
|
|