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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 126823007: [PPAPI] API thunk for video media stream track. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_track_thunk
Patch Set: Rebase 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
« no previous file with comments | « ppapi/ppapi_shared.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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'c/ppb_tcp_socket.h', 54 'c/ppb_tcp_socket.h',
55 'c/ppb_text_input_controller.h', 55 'c/ppb_text_input_controller.h',
56 'c/ppb_udp_socket.h', 56 'c/ppb_udp_socket.h',
57 'c/ppb_url_loader.h', 57 'c/ppb_url_loader.h',
58 'c/ppb_url_request_info.h', 58 'c/ppb_url_request_info.h',
59 'c/ppb_url_response_info.h', 59 'c/ppb_url_response_info.h',
60 'c/ppb_var.h', 60 'c/ppb_var.h',
61 'c/ppb_var_array.h', 61 'c/ppb_var_array.h',
62 'c/ppb_var_array_buffer.h', 62 'c/ppb_var_array_buffer.h',
63 'c/ppb_var_dictionary.h', 63 'c/ppb_var_dictionary.h',
64 'c/ppb_video_frame.h',
64 'c/ppb_view.h', 65 'c/ppb_view.h',
65 'c/ppb_websocket.h', 66 'c/ppb_websocket.h',
66 'c/ppp.h', 67 'c/ppp.h',
67 'c/ppp_graphics_3d.h', 68 'c/ppp_graphics_3d.h',
68 'c/ppp_input_event.h', 69 'c/ppp_input_event.h',
69 'c/ppp_instance.h', 70 'c/ppp_instance.h',
70 'c/ppp_messaging.h', 71 'c/ppp_messaging.h',
71 'c/ppp_mouse_lock.h', 72 'c/ppp_mouse_lock.h',
72 73
73 # Dev interfaces. 74 # Dev interfaces.
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'tests/test_x509_certificate_private.h', 574 'tests/test_x509_certificate_private.h',
574 575
575 # Deprecated test cases. 576 # Deprecated test cases.
576 'tests/test_instance_deprecated.cc', 577 'tests/test_instance_deprecated.cc',
577 'tests/test_instance_deprecated.h', 578 'tests/test_instance_deprecated.h',
578 'tests/test_var_deprecated.cc', 579 'tests/test_var_deprecated.cc',
579 'tests/test_var_deprecated.h', 580 'tests/test_var_deprecated.h',
580 ], 581 ],
581 }, 582 },
582 } 583 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698