OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 group("examples") { | 5 group("examples") { |
6 testonly = true | 6 testonly = true |
7 deps = [ | 7 deps = [ |
| 8 "//ppapi/examples/2d", |
8 "//ppapi/examples/audio", | 9 "//ppapi/examples/audio", |
| 10 "//ppapi/examples/audio_input", |
| 11 "//ppapi/examples/compositor", |
| 12 "//ppapi/examples/crxfs", |
| 13 "//ppapi/examples/enumerate_devices", |
| 14 "//ppapi/examples/file_chooser", |
| 15 "//ppapi/examples/flash_topmost", |
| 16 "//ppapi/examples/font", |
| 17 "//ppapi/examples/gamepad", |
| 18 "//ppapi/examples/gles2", |
| 19 "//ppapi/examples/gles2_spinning_cube", |
| 20 "//ppapi/examples/ime", |
| 21 "//ppapi/examples/input", |
| 22 "//ppapi/examples/media_stream_audio", |
| 23 "//ppapi/examples/media_stream_video", |
| 24 "//ppapi/examples/mouse_cursor", |
| 25 "//ppapi/examples/mouse_lock", |
| 26 "//ppapi/examples/printing", |
| 27 "//ppapi/examples/scaling", |
| 28 "//ppapi/examples/scripting", |
| 29 "//ppapi/examples/stub", |
| 30 "//ppapi/examples/threading", |
| 31 "//ppapi/examples/url_loader", |
| 32 "//ppapi/examples/video_capture", |
| 33 "//ppapi/examples/video_decode", |
| 34 "//ppapi/examples/video_effects", |
9 ] | 35 ] |
10 } | 36 } |
OLD | NEW |