| 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/2d", |
| 9 "//ppapi/examples/audio", | 9 "//ppapi/examples/audio", |
| 10 "//ppapi/examples/audio_input", | 10 "//ppapi/examples/audio_input", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "//ppapi/examples/mouse_lock", | 25 "//ppapi/examples/mouse_lock", |
| 26 "//ppapi/examples/printing", | 26 "//ppapi/examples/printing", |
| 27 "//ppapi/examples/scaling", | 27 "//ppapi/examples/scaling", |
| 28 "//ppapi/examples/scripting", | 28 "//ppapi/examples/scripting", |
| 29 "//ppapi/examples/stub", | 29 "//ppapi/examples/stub", |
| 30 "//ppapi/examples/threading", | 30 "//ppapi/examples/threading", |
| 31 "//ppapi/examples/url_loader", | 31 "//ppapi/examples/url_loader", |
| 32 "//ppapi/examples/video_capture", | 32 "//ppapi/examples/video_capture", |
| 33 "//ppapi/examples/video_decode", | 33 "//ppapi/examples/video_decode", |
| 34 "//ppapi/examples/video_effects", | 34 "//ppapi/examples/video_effects", |
| 35 "//ppapi/examples/video_encode", |
| 35 ] | 36 ] |
| 36 } | 37 } |
| OLD | NEW |