| Index: libvpx.gyp
|
| ===================================================================
|
| --- libvpx.gyp (revision 247490)
|
| +++ libvpx.gyp (working copy)
|
| @@ -525,81 +525,5 @@
|
| ],
|
| 'includes': ['obj_int_extract.gypi'],
|
| },
|
| - {
|
| - 'target_name': 'simple_encoder',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'libvpx',
|
| - ],
|
| -
|
| - # Copy the script to the output folder so that we can use it with
|
| - # absolute path.
|
| - 'copies': [{
|
| - 'destination': '<(shared_generated_dir)/simple_encoder',
|
| - 'files': [
|
| - '<(libvpx_source)/examples/gen_example_code.sh',
|
| - ],
|
| - }],
|
| -
|
| - # Rule to convert .txt files to .c files.
|
| - 'rules': [
|
| - {
|
| - 'rule_name': 'generate_example',
|
| - 'extension': 'txt',
|
| - 'inputs': [ '<(shared_generated_dir)/simple_encoder/gen_example_code.sh', ],
|
| - 'outputs': [
|
| - '<(shared_generated_dir)/<(RULE_INPUT_ROOT).c',
|
| - ],
|
| - 'action': [
|
| - 'bash',
|
| - '-c',
|
| - '<(shared_generated_dir)/simple_encoder/gen_example_code.sh <(RULE_INPUT_PATH) > <(shared_generated_dir)/<(RULE_INPUT_ROOT).c',
|
| - ],
|
| - 'process_outputs_as_sources': 1,
|
| - 'message': 'Generate libvpx example code <(RULE_INPUT_PATH)',
|
| - },
|
| - ],
|
| - 'sources': [
|
| - '<(libvpx_source)/examples/simple_encoder.txt',
|
| - ]
|
| - },
|
| - {
|
| - 'target_name': 'simple_decoder',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'libvpx',
|
| - ],
|
| -
|
| - # Copy the script to the output folder so that we can use it with
|
| - # absolute path.
|
| - 'copies': [{
|
| - 'destination': '<(shared_generated_dir)/simple_decoder',
|
| - 'files': [
|
| - '<(libvpx_source)/examples/gen_example_code.sh',
|
| - ],
|
| - }],
|
| -
|
| - # Rule to convert .txt files to .c files.
|
| - 'rules': [
|
| - {
|
| - 'rule_name': 'generate_example',
|
| - 'extension': 'txt',
|
| - 'inputs': [ '<(shared_generated_dir)/simple_decoder/gen_example_code.sh', ],
|
| - 'outputs': [
|
| - '<(shared_generated_dir)/<(RULE_INPUT_ROOT).c',
|
| - ],
|
| - 'action': [
|
| - 'bash',
|
| - '-c',
|
| - '<(shared_generated_dir)/simple_decoder/gen_example_code.sh <(RULE_INPUT_PATH) > <(shared_generated_dir)/<(RULE_INPUT_ROOT).c',
|
| - ],
|
| - 'process_outputs_as_sources': 1,
|
| - 'message': 'Generate libvpx example code <(RULE_INPUT_PATH)',
|
| - },
|
| - ],
|
| - 'sources': [
|
| - '<(libvpx_source)/examples/simple_decoder.txt',
|
| - ]
|
| - },
|
| ],
|
| }
|
|
|