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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 8821010: WebSocket Pepper API: C++ bindings implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: straightforward C++ interface Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_sources': [ 7 'c_sources': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'cpp/dev/var_array_buffer_dev.cc', 204 'cpp/dev/var_array_buffer_dev.cc',
205 'cpp/dev/var_array_buffer_dev.h', 205 'cpp/dev/var_array_buffer_dev.h',
206 'cpp/dev/video_capture_client_dev.cc', 206 'cpp/dev/video_capture_client_dev.cc',
207 'cpp/dev/video_capture_client_dev.h', 207 'cpp/dev/video_capture_client_dev.h',
208 'cpp/dev/video_capture_dev.cc', 208 'cpp/dev/video_capture_dev.cc',
209 'cpp/dev/video_capture_dev.h', 209 'cpp/dev/video_capture_dev.h',
210 'cpp/dev/video_decoder_client_dev.cc', 210 'cpp/dev/video_decoder_client_dev.cc',
211 'cpp/dev/video_decoder_client_dev.h', 211 'cpp/dev/video_decoder_client_dev.h',
212 'cpp/dev/video_decoder_dev.cc', 212 'cpp/dev/video_decoder_dev.cc',
213 'cpp/dev/video_decoder_dev.h', 213 'cpp/dev/video_decoder_dev.h',
214 'cpp/dev/websocket_dev.cc',
215 'cpp/dev/websocket_dev.h',
214 'cpp/dev/widget_client_dev.cc', 216 'cpp/dev/widget_client_dev.cc',
215 'cpp/dev/widget_client_dev.h', 217 'cpp/dev/widget_client_dev.h',
216 'cpp/dev/widget_dev.cc', 218 'cpp/dev/widget_dev.cc',
217 'cpp/dev/widget_dev.h', 219 'cpp/dev/widget_dev.h',
218 'cpp/dev/zoom_dev.cc', 220 'cpp/dev/zoom_dev.cc',
219 'cpp/dev/zoom_dev.h', 221 'cpp/dev/zoom_dev.h',
220 222
221 # Deprecated interfaces. 223 # Deprecated interfaces.
222 'cpp/dev/scriptable_object_deprecated.h', 224 'cpp/dev/scriptable_object_deprecated.h',
223 'cpp/dev/scriptable_object_deprecated.cc', 225 'cpp/dev/scriptable_object_deprecated.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'c/dev/ppb_transport_dev.h', 379 'c/dev/ppb_transport_dev.h',
378 ], 380 ],
379 'cpp_sources': [ 381 'cpp_sources': [
380 'cpp/dev/transport_dev.cc', 382 'cpp/dev/transport_dev.cc',
381 'cpp/dev/transport_dev.h', 383 'cpp/dev/transport_dev.h',
382 ], 384 ],
383 }, 385 },
384 }], 386 }],
385 ], 387 ],
386 } 388 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698