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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 128683003: [PPAPI] Implement media stream video track API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_track_impl_cl
Patch Set: Fix review issue Created 6 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
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 19 matching lines...) Expand all
30 'shared_impl/file_system_util.cc', 30 'shared_impl/file_system_util.cc',
31 'shared_impl/file_system_util.h', 31 'shared_impl/file_system_util.h',
32 'shared_impl/file_type_conversion.cc', 32 'shared_impl/file_type_conversion.cc',
33 'shared_impl/file_type_conversion.h', 33 'shared_impl/file_type_conversion.h',
34 'shared_impl/flash_clipboard_format_registry.cc', 34 'shared_impl/flash_clipboard_format_registry.cc',
35 'shared_impl/flash_clipboard_format_registry.h', 35 'shared_impl/flash_clipboard_format_registry.h',
36 'shared_impl/host_resource.cc', 36 'shared_impl/host_resource.cc',
37 'shared_impl/host_resource.h', 37 'shared_impl/host_resource.h',
38 'shared_impl/id_assignment.cc', 38 'shared_impl/id_assignment.cc',
39 'shared_impl/id_assignment.h', 39 'shared_impl/id_assignment.h',
40 'shared_impl/media_stream_frame.h',
41 'shared_impl/media_stream_frame_buffer.cc',
42 'shared_impl/media_stream_frame_buffer.h',
40 'shared_impl/platform_file.cc', 43 'shared_impl/platform_file.cc',
41 'shared_impl/platform_file.h', 44 'shared_impl/platform_file.h',
42 'shared_impl/ppapi_globals.cc', 45 'shared_impl/ppapi_globals.cc',
43 'shared_impl/ppapi_globals.h', 46 'shared_impl/ppapi_globals.h',
44 'shared_impl/ppapi_nacl_channel_args.cc', 47 'shared_impl/ppapi_nacl_channel_args.cc',
45 'shared_impl/ppapi_nacl_channel_args.h', 48 'shared_impl/ppapi_nacl_channel_args.h',
46 'shared_impl/ppapi_permissions.cc', 49 'shared_impl/ppapi_permissions.cc',
47 'shared_impl/ppapi_permissions.h', 50 'shared_impl/ppapi_permissions.h',
48 'shared_impl/ppapi_preferences.cc', 51 'shared_impl/ppapi_preferences.cc',
49 'shared_impl/ppapi_preferences.h', 52 'shared_impl/ppapi_preferences.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'thunk/ppb_tcp_socket_private_thunk.cc', 336 'thunk/ppb_tcp_socket_private_thunk.cc',
334 'thunk/ppb_udp_socket_private_thunk.cc', 337 'thunk/ppb_udp_socket_private_thunk.cc',
335 'thunk/ppb_x509_certificate_private_thunk.cc', 338 'thunk/ppb_x509_certificate_private_thunk.cc',
336 ], 339 ],
337 }], 340 }],
338 ], 341 ],
339 }], 342 }],
340 ], 343 ],
341 }, 344 },
342 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698