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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 937643006: Pepper: add video_encoder example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bbudge-ppb-video-encoder-impl
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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'lib/gl/include', 471 'lib/gl/include',
472 ], 472 ],
473 'sources': [ 473 'sources': [
474 'examples/video_decode/video_decode_dev.cc', 474 'examples/video_decode/video_decode_dev.cc',
475 'examples/video_decode/testdata.h', 475 'examples/video_decode/testdata.h',
476 ], 476 ],
477 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 477 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
478 'msvs_disabled_warnings': [ 4267, ], 478 'msvs_disabled_warnings': [ 4267, ],
479 }, 479 },
480 { 480 {
481 'target_name': 'ppapi_example_video_encode',
482 'dependencies': [
483 'ppapi_example_skeleton',
484 'ppapi.gyp:ppapi_cpp',
485 ],
486 'sources': [
487 'examples/video_encode/video_encode.cc',
488 ],
489 },
490 {
481 'target_name': 'ppapi_example_vc', 491 'target_name': 'ppapi_example_vc',
482 'dependencies': [ 492 'dependencies': [
483 'ppapi_example_skeleton', 493 'ppapi_example_skeleton',
484 'ppapi.gyp:ppapi_cpp', 494 'ppapi.gyp:ppapi_cpp',
485 'ppapi.gyp:ppapi_gles2', 495 'ppapi.gyp:ppapi_gles2',
486 ], 496 ],
487 'include_dirs': [ 497 'include_dirs': [
488 'lib/gl/include', 498 'lib/gl/include',
489 ], 499 ],
490 'sources': [ 500 'sources': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'lib/gl/include', 594 'lib/gl/include',
585 ], 595 ],
586 'sources': [ 596 'sources': [
587 'examples/compositor/compositor.cc', 597 'examples/compositor/compositor.cc',
588 'examples/compositor/spinning_cube.cc', 598 'examples/compositor/spinning_cube.cc',
589 'examples/compositor/spinning_cube.h', 599 'examples/compositor/spinning_cube.h',
590 ], 600 ],
591 }, 601 },
592 ], 602 ],
593 } 603 }
OLDNEW
« ppapi/examples/video_encode/video_encode.cc ('K') | « ppapi/examples/video_encode/video_encode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698