| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'tests/test_file_ref.cc', | 319 'tests/test_file_ref.cc', |
| 320 'tests/test_file_system.cc', | 320 'tests/test_file_system.cc', |
| 321 'tests/test_input_event.cc', | 321 'tests/test_input_event.cc', |
| 322 'tests/test_memory.cc', | 322 'tests/test_memory.cc', |
| 323 'tests/test_graphics_2d.cc', | 323 'tests/test_graphics_2d.cc', |
| 324 'tests/test_image_data.cc', | 324 'tests/test_image_data.cc', |
| 325 'tests/test_memory.cc', | 325 'tests/test_memory.cc', |
| 326 'tests/test_paint_aggregator.cc', | 326 'tests/test_paint_aggregator.cc', |
| 327 'tests/test_post_message.cc', | 327 'tests/test_post_message.cc', |
| 328 'tests/test_scrollbar.cc', | 328 'tests/test_scrollbar.cc', |
| 329 'tests/test_tcp_server_socket_private_disallowed.cc', |
| 329 'tests/test_tcp_socket_private_disallowed.cc', | 330 'tests/test_tcp_socket_private_disallowed.cc', |
| 330 'tests/test_udp_socket_private_disallowed.cc', | 331 'tests/test_udp_socket_private_disallowed.cc', |
| 331 'tests/test_url_loader.cc', | 332 'tests/test_url_loader.cc', |
| 332 'tests/test_url_request.cc', | 333 'tests/test_url_request.cc', |
| 333 'tests/test_var.cc', | 334 'tests/test_var.cc', |
| 334 'tests/test_view.cc', | 335 'tests/test_view.cc', |
| 335 'tests/test_websocket.cc', | 336 'tests/test_websocket.cc', |
| 336 ], | 337 ], |
| 337 # | 338 # |
| 338 # Sources used in trusted tests. | 339 # Sources used in trusted tests. |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'c/dev/ppb_transport_dev.h', | 434 'c/dev/ppb_transport_dev.h', |
| 434 ], | 435 ], |
| 435 'cpp_source_files': [ | 436 'cpp_source_files': [ |
| 436 'cpp/dev/transport_dev.cc', | 437 'cpp/dev/transport_dev.cc', |
| 437 'cpp/dev/transport_dev.h', | 438 'cpp/dev/transport_dev.h', |
| 438 ], | 439 ], |
| 439 }, | 440 }, |
| 440 }], | 441 }], |
| 441 ], | 442 ], |
| 442 } | 443 } |
| OLD | NEW |