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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 290993005: Support configuring number of audio buffers in MediaStream Pepper API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix uninitialized variable Created 6 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/cpp/media_stream_audio_track.h ('k') | ppapi/ppapi_tests.gypi » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_shared_target': 0, 8 'ppapi_shared_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 24 matching lines...) Expand all
35 'shared_impl/file_type_conversion.h', 35 'shared_impl/file_type_conversion.h',
36 'shared_impl/flash_clipboard_format_registry.cc', 36 'shared_impl/flash_clipboard_format_registry.cc',
37 'shared_impl/flash_clipboard_format_registry.h', 37 'shared_impl/flash_clipboard_format_registry.h',
38 'shared_impl/host_resource.cc', 38 'shared_impl/host_resource.cc',
39 'shared_impl/host_resource.h', 39 'shared_impl/host_resource.h',
40 'shared_impl/id_assignment.cc', 40 'shared_impl/id_assignment.cc',
41 'shared_impl/id_assignment.h', 41 'shared_impl/id_assignment.h',
42 'shared_impl/media_stream_buffer.h', 42 'shared_impl/media_stream_buffer.h',
43 'shared_impl/media_stream_buffer_manager.cc', 43 'shared_impl/media_stream_buffer_manager.cc',
44 'shared_impl/media_stream_buffer_manager.h', 44 'shared_impl/media_stream_buffer_manager.h',
45 'shared_impl/media_stream_audio_track_shared.cc',
46 'shared_impl/media_stream_audio_track_shared.h',
47 'shared_impl/media_stream_video_track_shared.cc',
45 'shared_impl/media_stream_video_track_shared.h', 48 'shared_impl/media_stream_video_track_shared.h',
46 'shared_impl/media_stream_video_track_shared.cc',
47 'shared_impl/platform_file.cc', 49 'shared_impl/platform_file.cc',
48 'shared_impl/platform_file.h', 50 'shared_impl/platform_file.h',
49 'shared_impl/ppapi_constants.h', 51 'shared_impl/ppapi_constants.h',
50 'shared_impl/ppapi_globals.cc', 52 'shared_impl/ppapi_globals.cc',
51 'shared_impl/ppapi_globals.h', 53 'shared_impl/ppapi_globals.h',
52 'shared_impl/ppapi_nacl_plugin_args.cc', 54 'shared_impl/ppapi_nacl_plugin_args.cc',
53 'shared_impl/ppapi_nacl_plugin_args.h', 55 'shared_impl/ppapi_nacl_plugin_args.h',
54 'shared_impl/ppapi_permissions.cc', 56 'shared_impl/ppapi_permissions.cc',
55 'shared_impl/ppapi_permissions.h', 57 'shared_impl/ppapi_permissions.h',
56 'shared_impl/ppapi_preferences.cc', 58 'shared_impl/ppapi_preferences.cc',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'thunk/ppb_tcp_socket_private_thunk.cc', 352 'thunk/ppb_tcp_socket_private_thunk.cc',
351 'thunk/ppb_udp_socket_private_thunk.cc', 353 'thunk/ppb_udp_socket_private_thunk.cc',
352 'thunk/ppb_x509_certificate_private_thunk.cc', 354 'thunk/ppb_x509_certificate_private_thunk.cc',
353 ], 355 ],
354 }], 356 }],
355 ], 357 ],
356 }], 358 }],
357 ], 359 ],
358 }, 360 },
359 } 361 }
OLDNEW
« no previous file with comments | « ppapi/cpp/media_stream_audio_track.h ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698