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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9227008: WebSocket Pepper API: SRPC proxy implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase because two ppapi_proxy related CLs are landed Created 8 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 | Annotate | Revision Log
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_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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'tests/test_image_data.cc', 306 'tests/test_image_data.cc',
307 'tests/test_memory.cc', 307 'tests/test_memory.cc',
308 'tests/test_paint_aggregator.cc', 308 'tests/test_paint_aggregator.cc',
309 'tests/test_post_message.cc', 309 'tests/test_post_message.cc',
310 'tests/test_scrollbar.cc', 310 'tests/test_scrollbar.cc',
311 'tests/test_tcp_socket_private_disallowed.cc', 311 'tests/test_tcp_socket_private_disallowed.cc',
312 'tests/test_udp_socket_private_disallowed.cc', 312 'tests/test_udp_socket_private_disallowed.cc',
313 'tests/test_url_loader.cc', 313 'tests/test_url_loader.cc',
314 'tests/test_var.cc', 314 'tests/test_var.cc',
315 'tests/test_view.cc', 315 'tests/test_view.cc',
316 'tests/test_websocket.cc',
316 ], 317 ],
317 # 318 #
318 # Sources used in trusted tests. 319 # Sources used in trusted tests.
319 # 320 #
320 'test_trusted_source_files': [ 321 'test_trusted_source_files': [
321 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 322 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
322 'tests/test_audio.cc', 323 'tests/test_audio.cc',
323 'tests/test_audio.h', 324 'tests/test_audio.h',
324 'tests/test_audio_config.cc', 325 'tests/test_audio_config.cc',
325 'tests/test_audio_config.h', 326 'tests/test_audio_config.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'c/dev/ppb_transport_dev.h', 408 'c/dev/ppb_transport_dev.h',
408 ], 409 ],
409 'cpp_source_files': [ 410 'cpp_source_files': [
410 'cpp/dev/transport_dev.cc', 411 'cpp/dev/transport_dev.cc',
411 'cpp/dev/transport_dev.h', 412 'cpp/dev/transport_dev.h',
412 ], 413 ],
413 }, 414 },
414 }], 415 }],
415 ], 416 ],
416 } 417 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698