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

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: fix win32 build 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'tests/test_image_data.cc', 304 'tests/test_image_data.cc',
305 'tests/test_memory.cc', 305 'tests/test_memory.cc',
306 'tests/test_paint_aggregator.cc', 306 'tests/test_paint_aggregator.cc',
307 'tests/test_post_message.cc', 307 'tests/test_post_message.cc',
308 'tests/test_scrollbar.cc', 308 'tests/test_scrollbar.cc',
309 'tests/test_tcp_socket_private_disallowed.cc', 309 'tests/test_tcp_socket_private_disallowed.cc',
310 'tests/test_udp_socket_private_disallowed.cc', 310 'tests/test_udp_socket_private_disallowed.cc',
311 'tests/test_url_loader.cc', 311 'tests/test_url_loader.cc',
312 'tests/test_var.cc', 312 'tests/test_var.cc',
313 'tests/test_view.cc', 313 'tests/test_view.cc',
314 'tests/test_websocket.cc',
314 ], 315 ],
315 # 316 #
316 # Sources used in trusted tests. 317 # Sources used in trusted tests.
317 # 318 #
318 'test_trusted_source_files': [ 319 'test_trusted_source_files': [
319 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 320 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
320 'tests/test_audio.cc', 321 'tests/test_audio.cc',
321 'tests/test_audio.h', 322 'tests/test_audio.h',
322 'tests/test_audio_config.cc', 323 'tests/test_audio_config.cc',
323 'tests/test_audio_config.h', 324 'tests/test_audio_config.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'c/dev/ppb_transport_dev.h', 406 'c/dev/ppb_transport_dev.h',
406 ], 407 ],
407 'cpp_source_files': [ 408 'cpp_source_files': [
408 'cpp/dev/transport_dev.cc', 409 'cpp/dev/transport_dev.cc',
409 'cpp/dev/transport_dev.h', 410 'cpp/dev/transport_dev.h',
410 ], 411 ],
411 }, 412 },
412 }], 413 }],
413 ], 414 ],
414 } 415 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698