| OLD | NEW |
| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'tests/test_memory.cc', | 302 'tests/test_memory.cc', |
| 303 'tests/test_graphics_2d.cc', | 303 'tests/test_graphics_2d.cc', |
| 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_url_request.cc', |
| 312 'tests/test_var.cc', | 313 'tests/test_var.cc', |
| 313 'tests/test_view.cc', | 314 'tests/test_view.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', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'tests/test_resource_array.h', | 372 'tests/test_resource_array.h', |
| 372 'tests/test_scrollbar.cc', | 373 'tests/test_scrollbar.cc', |
| 373 'tests/test_scrollbar.h', | 374 'tests/test_scrollbar.h', |
| 374 'tests/test_struct_sizes.c', | 375 'tests/test_struct_sizes.c', |
| 375 'tests/test_tcp_socket_private.cc', | 376 'tests/test_tcp_socket_private.cc', |
| 376 'tests/test_tcp_socket_private.h', | 377 'tests/test_tcp_socket_private.h', |
| 377 'tests/test_uma.cc', | 378 'tests/test_uma.cc', |
| 378 'tests/test_uma.h', | 379 'tests/test_uma.h', |
| 379 'tests/test_url_loader.cc', | 380 'tests/test_url_loader.cc', |
| 380 'tests/test_url_loader.h', | 381 'tests/test_url_loader.h', |
| 382 'tests/test_url_request.cc', |
| 383 'tests/test_url_request.h', |
| 381 'tests/test_url_util.cc', | 384 'tests/test_url_util.cc', |
| 382 'tests/test_url_util.h', | 385 'tests/test_url_util.h', |
| 383 'tests/test_utils.cc', | 386 'tests/test_utils.cc', |
| 384 'tests/test_utils.h', | 387 'tests/test_utils.h', |
| 385 'tests/test_var.cc', | 388 'tests/test_var.cc', |
| 386 'tests/test_var.h', | 389 'tests/test_var.h', |
| 387 'tests/test_view.cc', | 390 'tests/test_view.cc', |
| 388 'tests/test_view.h', | 391 'tests/test_view.h', |
| 389 'tests/test_video_decoder.cc', | 392 'tests/test_video_decoder.cc', |
| 390 'tests/test_video_decoder.h', | 393 'tests/test_video_decoder.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 405 'c/dev/ppb_transport_dev.h', | 408 'c/dev/ppb_transport_dev.h', |
| 406 ], | 409 ], |
| 407 'cpp_source_files': [ | 410 'cpp_source_files': [ |
| 408 'cpp/dev/transport_dev.cc', | 411 'cpp/dev/transport_dev.cc', |
| 409 'cpp/dev/transport_dev.h', | 412 'cpp/dev/transport_dev.h', |
| 410 ], | 413 ], |
| 411 }, | 414 }, |
| 412 }], | 415 }], |
| 413 ], | 416 ], |
| 414 } | 417 } |
| OLD | NEW |