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

Unified Diff: ppapi/ppapi_tests.gypi

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 | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 9b3067ba77b0c3c0c7a386d4f2ebd7be5af66ba7..0e5de1693e4a693a65924d8c5732bb4816718a84 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -476,8 +476,8 @@
'lib/gl/include',
],
'sources': [
- 'examples/video_decode/video_decode.cc',
'examples/video_decode/testdata.h',
+ 'examples/video_decode/video_decode.cc',
],
},
{
@@ -492,8 +492,8 @@
'lib/gl/include',
],
'sources': [
- 'examples/video_decode/video_decode_dev.cc',
'examples/video_decode/testdata.h',
+ 'examples/video_decode/video_decode_dev.cc',
],
},
{
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698