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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 1151973003: ppapi: implement PPB_AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Windows fixes in proxy code Created 5 years, 6 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/BUILD.gn » ('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 # GN version: //ppapi:ppapi_tests 8 # GN version: //ppapi:ppapi_tests
9 'target_name': 'ppapi_tests', 9 'target_name': 'ppapi_tests',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'target_name': 'ppapi_example_audio', 325 'target_name': 'ppapi_example_audio',
326 'dependencies': [ 326 'dependencies': [
327 'ppapi_example_skeleton', 327 'ppapi_example_skeleton',
328 'ppapi.gyp:ppapi_cpp', 328 'ppapi.gyp:ppapi_cpp',
329 ], 329 ],
330 'sources': [ 330 'sources': [
331 'examples/audio/audio.cc', 331 'examples/audio/audio.cc',
332 ], 332 ],
333 }, 333 },
334 { 334 {
335 'target_name': 'ppapi_example_audio_encode',
336 'dependencies': [
337 'ppapi_example_skeleton',
338 'ppapi.gyp:ppapi_cpp',
339 ],
340 'sources': [
341 'examples/audio_encode/audio_encode.cc',
342 ],
343 },
344 {
335 # GN version: //ppapi/examples/audio_input 345 # GN version: //ppapi/examples/audio_input
336 'target_name': 'ppapi_example_audio_input', 346 'target_name': 'ppapi_example_audio_input',
337 'dependencies': [ 347 'dependencies': [
338 'ppapi_example_skeleton', 348 'ppapi_example_skeleton',
339 'ppapi.gyp:ppapi_cpp', 349 'ppapi.gyp:ppapi_cpp',
340 ], 350 ],
341 'sources': [ 351 'sources': [
342 'examples/audio_input/audio_input.cc', 352 'examples/audio_input/audio_input.cc',
343 ], 353 ],
344 }, 354 },
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'sources': [ 657 'sources': [
648 'examples/compositor/compositor.cc', 658 'examples/compositor/compositor.cc',
649 'examples/compositor/spinning_cube.cc', 659 'examples/compositor/spinning_cube.cc',
650 'examples/compositor/spinning_cube.h', 660 'examples/compositor/spinning_cube.h',
651 ], 661 ],
652 }, 662 },
653 # Adding a new PPAPI example? Don't forget to update the GN build. 663 # Adding a new PPAPI example? Don't forget to update the GN build.
654 # See //ppapi/examples/BUILD.gn 664 # See //ppapi/examples/BUILD.gn
655 ], 665 ],
656 } 666 }
OLDNEW
« 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