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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9174020: PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Resource leaks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'tests/test_memory.cc', 312 'tests/test_memory.cc',
313 'tests/test_graphics_2d.cc', 313 'tests/test_graphics_2d.cc',
314 'tests/test_image_data.cc', 314 'tests/test_image_data.cc',
315 'tests/test_memory.cc', 315 'tests/test_memory.cc',
316 'tests/test_paint_aggregator.cc', 316 'tests/test_paint_aggregator.cc',
317 'tests/test_post_message.cc', 317 'tests/test_post_message.cc',
318 'tests/test_scrollbar.cc', 318 'tests/test_scrollbar.cc',
319 'tests/test_tcp_socket_private_disallowed.cc', 319 'tests/test_tcp_socket_private_disallowed.cc',
320 'tests/test_udp_socket_private_disallowed.cc', 320 'tests/test_udp_socket_private_disallowed.cc',
321 'tests/test_url_loader.cc', 321 'tests/test_url_loader.cc',
322 'tests/test_url_request.cc',
322 'tests/test_var.cc', 323 'tests/test_var.cc',
323 'tests/test_view.cc', 324 'tests/test_view.cc',
324 'tests/test_websocket.cc', 325 'tests/test_websocket.cc',
325 ], 326 ],
326 # 327 #
327 # Sources used in trusted tests. 328 # Sources used in trusted tests.
328 # 329 #
329 'test_trusted_source_files': [ 330 'test_trusted_source_files': [
330 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 331 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
331 'tests/test_audio.cc', 332 'tests/test_audio.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'tests/test_resource_array.h', 383 'tests/test_resource_array.h',
383 'tests/test_scrollbar.cc', 384 'tests/test_scrollbar.cc',
384 'tests/test_scrollbar.h', 385 'tests/test_scrollbar.h',
385 'tests/test_struct_sizes.c', 386 'tests/test_struct_sizes.c',
386 'tests/test_tcp_socket_private.cc', 387 'tests/test_tcp_socket_private.cc',
387 'tests/test_tcp_socket_private.h', 388 'tests/test_tcp_socket_private.h',
388 'tests/test_uma.cc', 389 'tests/test_uma.cc',
389 'tests/test_uma.h', 390 'tests/test_uma.h',
390 'tests/test_url_loader.cc', 391 'tests/test_url_loader.cc',
391 'tests/test_url_loader.h', 392 'tests/test_url_loader.h',
393 'tests/test_url_request.cc',
394 'tests/test_url_request.h',
392 'tests/test_url_util.cc', 395 'tests/test_url_util.cc',
393 'tests/test_url_util.h', 396 'tests/test_url_util.h',
394 'tests/test_utils.cc', 397 'tests/test_utils.cc',
395 'tests/test_utils.h', 398 'tests/test_utils.h',
396 'tests/test_var.cc', 399 'tests/test_var.cc',
397 'tests/test_var.h', 400 'tests/test_var.h',
398 'tests/test_view.cc', 401 'tests/test_view.cc',
399 'tests/test_view.h', 402 'tests/test_view.h',
400 'tests/test_video_decoder.cc', 403 'tests/test_video_decoder.cc',
401 'tests/test_video_decoder.h', 404 'tests/test_video_decoder.h',
(...skipping 14 matching lines...) Expand all
416 'c/dev/ppb_transport_dev.h', 419 'c/dev/ppb_transport_dev.h',
417 ], 420 ],
418 'cpp_source_files': [ 421 'cpp_source_files': [
419 'cpp/dev/transport_dev.cc', 422 'cpp/dev/transport_dev.cc',
420 'cpp/dev/transport_dev.h', 423 'cpp/dev/transport_dev.h',
421 ], 424 ],
422 }, 425 },
423 }], 426 }],
424 ], 427 ],
425 } 428 }
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons ('k') | ppapi/tests/test_url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698