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

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

Issue 937643006: Pepper: add video_encoder example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bbudge-ppb-video-encoder-impl
Patch Set: Fix native compilation on Windows Created 5 years, 9 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
« no previous file with comments | « no previous file | ppapi/examples/video_encode/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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
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 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/examples/video_encode/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698