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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9491007: Added test for disallowed tcp server socket API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 years, 9 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
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_tcp_server_socket_private_disallowed.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) 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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'tests/test_file_ref.cc', 328 'tests/test_file_ref.cc',
329 'tests/test_file_system.cc', 329 'tests/test_file_system.cc',
330 'tests/test_input_event.cc', 330 'tests/test_input_event.cc',
331 'tests/test_memory.cc', 331 'tests/test_memory.cc',
332 'tests/test_graphics_2d.cc', 332 'tests/test_graphics_2d.cc',
333 'tests/test_image_data.cc', 333 'tests/test_image_data.cc',
334 'tests/test_memory.cc', 334 'tests/test_memory.cc',
335 'tests/test_paint_aggregator.cc', 335 'tests/test_paint_aggregator.cc',
336 'tests/test_post_message.cc', 336 'tests/test_post_message.cc',
337 'tests/test_scrollbar.cc', 337 'tests/test_scrollbar.cc',
338 'tests/test_tcp_server_socket_private_disallowed.cc',
338 'tests/test_tcp_socket_private_disallowed.cc', 339 'tests/test_tcp_socket_private_disallowed.cc',
339 'tests/test_udp_socket_private_disallowed.cc', 340 'tests/test_udp_socket_private_disallowed.cc',
340 'tests/test_url_loader.cc', 341 'tests/test_url_loader.cc',
341 'tests/test_url_request.cc', 342 'tests/test_url_request.cc',
342 'tests/test_var.cc', 343 'tests/test_var.cc',
343 'tests/test_view.cc', 344 'tests/test_view.cc',
344 'tests/test_websocket.cc', 345 'tests/test_websocket.cc',
345 ], 346 ],
346 # 347 #
347 # Sources used in trusted tests. 348 # Sources used in trusted tests.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'c/dev/ppb_transport_dev.h', 443 'c/dev/ppb_transport_dev.h',
443 ], 444 ],
444 'cpp_source_files': [ 445 'cpp_source_files': [
445 'cpp/dev/transport_dev.cc', 446 'cpp/dev/transport_dev.cc',
446 'cpp/dev/transport_dev.h', 447 'cpp/dev/transport_dev.h',
447 ], 448 ],
448 }, 449 },
449 }], 450 }],
450 ], 451 ],
451 } 452 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_tcp_server_socket_private_disallowed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698