| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |