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

Unified Diff: media/media.gyp

Issue 431046: Re-organizing all tools under /src/media to be consistent with the rest of the repository. (Closed)
Patch Set: Created 11 years, 1 month 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 | media/tools/media_bench/file_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 14c41b9f189fdd395f24c0e161e34049f2618dca..5a0dd15efcf7544231dd805841ae7e7b4285ef76 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -216,9 +216,9 @@
'../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
],
'sources': [
- 'bench/bench.cc',
- 'bench/file_protocol.cc',
- 'bench/file_protocol.h',
+ 'tools/media_bench/file_protocol.cc',
+ 'tools/media_bench/file_protocol.h',
+ 'tools/media_bench/media_bench.cc',
],
},
{
@@ -228,14 +228,14 @@
'media',
],
'sources': [
- 'tools/wav_ola_test.cc'
+ 'tools/wav_ola_test/wav_ola_test.cc'
],
},
{
'target_name': 'qt_faststart',
'type': 'executable',
'sources': [
- 'tools/qt_faststart.c'
+ 'tools/qt_faststart/qt_faststart.c'
],
},
{
@@ -258,7 +258,7 @@
['OS=="win"', {
'targets': [
{
- 'target_name': 'media_player',
+ 'target_name': 'player_wtl',
'type': 'executable',
'dependencies': [
'media',
@@ -268,18 +268,18 @@
'../chrome/third_party/wtl/include',
],
'sources': [
- 'player/list.h',
- 'player/mainfrm.h',
- 'player/movie.cc',
- 'player/movie.h',
- 'player/player_wtl.cc',
- 'player/player_wtl.rc',
- 'player/props.h',
- 'player/seek.h',
- 'player/resource.h',
- 'player/view.h',
- 'player/wtl_renderer.cc',
- 'player/wtl_renderer.h',
+ 'tools/player_wtl/list.h',
+ 'tools/player_wtl/mainfrm.h',
+ 'tools/player_wtl/movie.cc',
+ 'tools/player_wtl/movie.h',
+ 'tools/player_wtl/player_wtl.cc',
+ 'tools/player_wtl/player_wtl.rc',
+ 'tools/player_wtl/props.h',
+ 'tools/player_wtl/seek.h',
+ 'tools/player_wtl/resource.h',
+ 'tools/player_wtl/view.h',
+ 'tools/player_wtl/wtl_renderer.cc',
+ 'tools/player_wtl/wtl_renderer.h',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -295,7 +295,7 @@
['OS=="linux"', {
'targets': [
{
- 'target_name': 'media_player',
+ 'target_name': 'player_x11',
'type': 'executable',
'dependencies': [
'media',
@@ -309,9 +309,9 @@
],
},
'sources': [
- 'player/player_x11.cc',
- 'player/x11_video_renderer.cc',
- 'player/x11_video_renderer.h',
+ 'tools/player_x11/player_x11.cc',
+ 'tools/player_x11/x11_video_renderer.cc',
+ 'tools/player_x11/x11_video_renderer.h',
],
},
],
« no previous file with comments | « no previous file | media/tools/media_bench/file_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698