| 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_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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |