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

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: rebase to master 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'cpp/dev/url_util_dev.cc', 201 'cpp/dev/url_util_dev.cc',
202 'cpp/dev/url_util_dev.h', 202 'cpp/dev/url_util_dev.h',
203 'cpp/dev/video_capture_client_dev.cc', 203 'cpp/dev/video_capture_client_dev.cc',
204 'cpp/dev/video_capture_client_dev.h', 204 'cpp/dev/video_capture_client_dev.h',
205 'cpp/dev/video_capture_dev.cc', 205 'cpp/dev/video_capture_dev.cc',
206 'cpp/dev/video_capture_dev.h', 206 'cpp/dev/video_capture_dev.h',
207 'cpp/dev/video_decoder_client_dev.cc', 207 'cpp/dev/video_decoder_client_dev.cc',
208 'cpp/dev/video_decoder_client_dev.h', 208 'cpp/dev/video_decoder_client_dev.h',
209 'cpp/dev/video_decoder_dev.cc', 209 'cpp/dev/video_decoder_dev.cc',
210 'cpp/dev/video_decoder_dev.h', 210 'cpp/dev/video_decoder_dev.h',
211 'cpp/dev/websocket_dev.cc',
212 'cpp/dev/websocket_dev.h',
211 'cpp/dev/widget_client_dev.cc', 213 'cpp/dev/widget_client_dev.cc',
212 'cpp/dev/widget_client_dev.h', 214 'cpp/dev/widget_client_dev.h',
213 'cpp/dev/widget_dev.cc', 215 'cpp/dev/widget_dev.cc',
214 'cpp/dev/widget_dev.h', 216 'cpp/dev/widget_dev.h',
215 'cpp/dev/zoom_dev.cc', 217 'cpp/dev/zoom_dev.cc',
216 'cpp/dev/zoom_dev.h', 218 'cpp/dev/zoom_dev.h',
217 219
218 # Deprecated interfaces. 220 # Deprecated interfaces.
219 'cpp/dev/scriptable_object_deprecated.h', 221 'cpp/dev/scriptable_object_deprecated.h',
220 'cpp/dev/scriptable_object_deprecated.cc', 222 'cpp/dev/scriptable_object_deprecated.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'c_sources': [ 375 'c_sources': [
374 'c/dev/ppb_transport_dev.h', 376 'c/dev/ppb_transport_dev.h',
375 ], 377 ],
376 'cpp_sources': [ 378 'cpp_sources': [
377 'cpp/dev/transport_dev.cc', 379 'cpp/dev/transport_dev.cc',
378 'cpp/dev/transport_dev.h', 380 'cpp/dev/transport_dev.h',
379 ], 381 ],
380 }, 382 },
381 }], 383 }],
382 ], 384 ],
383 } 385 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698