| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 # Sources used in NaCl tests. | 279 # Sources used in NaCl tests. |
| 280 # | 280 # |
| 281 'test_nacl_source_files': [ | 281 'test_nacl_source_files': [ |
| 282 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 282 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 283 'tests/test_audio_config.cc', | 283 'tests/test_audio_config.cc', |
| 284 'tests/test_cursor_control.cc', | 284 'tests/test_cursor_control.cc', |
| 285 'tests/test_directory_reader.cc', | 285 'tests/test_directory_reader.cc', |
| 286 'tests/test_file_io.cc', | 286 'tests/test_file_io.cc', |
| 287 'tests/test_file_ref.cc', | 287 'tests/test_file_ref.cc', |
| 288 'tests/test_file_system.cc', | 288 'tests/test_file_system.cc', |
| 289 'tests/test_input_event.cc', |
| 289 'tests/test_memory.cc', | 290 'tests/test_memory.cc', |
| 290 'tests/test_graphics_2d.cc', | 291 'tests/test_graphics_2d.cc', |
| 291 'tests/test_image_data.cc', | 292 'tests/test_image_data.cc', |
| 292 'tests/test_paint_aggregator.cc', | 293 'tests/test_paint_aggregator.cc', |
| 294 'tests/test_post_message.cc', |
| 293 'tests/test_scrollbar.cc', | 295 'tests/test_scrollbar.cc', |
| 294 'tests/test_url_loader.cc', | 296 'tests/test_url_loader.cc', |
| 295 'tests/test_var.cc', | 297 'tests/test_var.cc', |
| 296 ], | 298 ], |
| 297 # | 299 # |
| 298 # Sources used in trusted tests. | 300 # Sources used in trusted tests. |
| 299 # | 301 # |
| 300 'test_trusted_source_files': [ | 302 'test_trusted_source_files': [ |
| 301 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 303 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 302 'tests/test_audio.cc', | 304 'tests/test_audio.cc', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'c/dev/ppb_transport_dev.h', | 385 'c/dev/ppb_transport_dev.h', |
| 384 ], | 386 ], |
| 385 'cpp_source_files': [ | 387 'cpp_source_files': [ |
| 386 'cpp/dev/transport_dev.cc', | 388 'cpp/dev/transport_dev.cc', |
| 387 'cpp/dev/transport_dev.h', | 389 'cpp/dev/transport_dev.h', |
| 388 ], | 390 ], |
| 389 }, | 391 }, |
| 390 }], | 392 }], |
| 391 ], | 393 ], |
| 392 } | 394 } |
| OLD | NEW |