Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Side by Side Diff: ppapi/examples/BUILD.gn

Issue 921993002: Implement the rest of the PPAPI examples in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ppapi_examples
Patch Set: Fix GYP Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698