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

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: fix nits and rebase 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
« no previous file with comments | « ppapi/cpp/dev/websocket_dev.cc ('k') | ppapi/tests/test_websocket.h » ('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) 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_source_files': [ 7 'c_source_files': [
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'c/dev/ppb_transport_dev.h', 381 'c/dev/ppb_transport_dev.h',
380 ], 382 ],
381 'cpp_source_files': [ 383 'cpp_source_files': [
382 'cpp/dev/transport_dev.cc', 384 'cpp/dev/transport_dev.cc',
383 'cpp/dev/transport_dev.h', 385 'cpp/dev/transport_dev.h',
384 ], 386 ],
385 }, 387 },
386 }], 388 }],
387 ], 389 ],
388 } 390 }
OLDNEW
« no previous file with comments | « ppapi/cpp/dev/websocket_dev.cc ('k') | ppapi/tests/test_websocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698