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

Unified Diff: ppapi/examples/video_decode/BUILD.gn

Issue 930753002: Sort GYP and GN files under ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/video_decode/BUILD.gn
diff --git a/ppapi/examples/video_decode/BUILD.gn b/ppapi/examples/video_decode/BUILD.gn
index 285136e4aa59161d40944a4ba04ecc84acf04acd..dfbc28e7fc971e47a3a9a533d2eefad102098d9c 100644
--- a/ppapi/examples/video_decode/BUILD.gn
+++ b/ppapi/examples/video_decode/BUILD.gn
@@ -15,8 +15,8 @@ group("video_decode") {
ppapi_example("dev") {
output_name = "ppapi_example_video_decode_dev"
sources = [
- "video_decode_dev.cc",
"testdata.h",
+ "video_decode_dev.cc",
]
deps = [
"//ppapi/cpp",
@@ -27,8 +27,8 @@ ppapi_example("dev") {
ppapi_example("stable") {
output_name = "ppapi_example_video_decode"
sources = [
- "video_decode.cc",
"testdata.h",
+ "video_decode.cc",
]
deps = [
"//ppapi/cpp",
« no previous file with comments | « no previous file | ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698