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

Unified Diff: ppapi/examples/video_encode/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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/BUILD.gn ('k') | ppapi/examples/video_encode/video_encode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/video_encode/BUILD.gn
diff --git a/ppapi/examples/file_chooser/BUILD.gn b/ppapi/examples/video_encode/BUILD.gn
similarity index 72%
copy from ppapi/examples/file_chooser/BUILD.gn
copy to ppapi/examples/video_encode/BUILD.gn
index d7b64766e953bd2f705cedbb2dec12961116dfd3..eaa3586f6fd26b9d3f8eb3f5600301e41f0d109b 100644
--- a/ppapi/examples/file_chooser/BUILD.gn
+++ b/ppapi/examples/video_encode/BUILD.gn
@@ -4,10 +4,10 @@
import("//ppapi/examples/ppapi_example.gni")
-ppapi_example("file_chooser") {
- output_name = "ppapi_example_file_chooser"
+ppapi_example("video_encode") {
+ output_name = "ppapi_example_video_encode"
sources = [
- "file_chooser.cc",
+ "video_encode.cc",
]
deps = [
"//ppapi/cpp",
« no previous file with comments | « ppapi/examples/BUILD.gn ('k') | ppapi/examples/video_encode/video_encode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698