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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 859313002: Pepper: Define PPB_VideoEncoder API + Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'lib/gl/include', 470 'lib/gl/include',
471 ], 471 ],
472 'sources': [ 472 'sources': [
473 'examples/video_decode/video_decode_dev.cc', 473 'examples/video_decode/video_decode_dev.cc',
474 'examples/video_decode/testdata.h', 474 'examples/video_decode/testdata.h',
475 ], 475 ],
476 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 476 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
477 'msvs_disabled_warnings': [ 4267, ], 477 'msvs_disabled_warnings': [ 4267, ],
478 }, 478 },
479 { 479 {
480 'target_name': 'ppapi_example_video_encode',
481 'dependencies': [
482 'ppapi_example_skeleton',
483 'ppapi.gyp:ppapi_cpp',
484 ],
485 'sources': [
486 'examples/video_encode/video_encode.cc',
487 ],
488 },
489 {
480 'target_name': 'ppapi_example_vc', 490 'target_name': 'ppapi_example_vc',
481 'dependencies': [ 491 'dependencies': [
482 'ppapi_example_skeleton', 492 'ppapi_example_skeleton',
483 'ppapi.gyp:ppapi_cpp', 493 'ppapi.gyp:ppapi_cpp',
484 'ppapi.gyp:ppapi_gles2', 494 'ppapi.gyp:ppapi_gles2',
485 ], 495 ],
486 'include_dirs': [ 496 'include_dirs': [
487 'lib/gl/include', 497 'lib/gl/include',
488 ], 498 ],
489 'sources': [ 499 'sources': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'lib/gl/include', 593 'lib/gl/include',
584 ], 594 ],
585 'sources': [ 595 'sources': [
586 'examples/compositor/compositor.cc', 596 'examples/compositor/compositor.cc',
587 'examples/compositor/spinning_cube.cc', 597 'examples/compositor/spinning_cube.cc',
588 'examples/compositor/spinning_cube.h', 598 'examples/compositor/spinning_cube.h',
589 ], 599 ],
590 }, 600 },
591 ], 601 ],
592 } 602 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698