| 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_sources': [ | 7 'c_sources': [ |
| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 276 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 277 'tests/test_audio_config.cc', | 277 'tests/test_audio_config.cc', |
| 278 'tests/test_cursor_control.cc', | 278 'tests/test_cursor_control.cc', |
| 279 'tests/test_directory_reader.cc', | 279 'tests/test_directory_reader.cc', |
| 280 'tests/test_file_io.cc', | 280 'tests/test_file_io.cc', |
| 281 'tests/test_file_ref.cc', | 281 'tests/test_file_ref.cc', |
| 282 'tests/test_file_system.cc', | 282 'tests/test_file_system.cc', |
| 283 'tests/test_memory.cc', | 283 'tests/test_memory.cc', |
| 284 'tests/test_graphics_2d.cc', | 284 'tests/test_graphics_2d.cc', |
| 285 'tests/test_image_data.cc', | 285 'tests/test_image_data.cc', |
| 286 'tests/test_input_event.cc', |
| 286 'tests/test_paint_aggregator.cc', | 287 'tests/test_paint_aggregator.cc', |
| 287 'tests/test_scrollbar.cc', | 288 'tests/test_scrollbar.cc', |
| 288 'tests/test_url_loader.cc', | 289 'tests/test_url_loader.cc', |
| 289 'tests/test_var.cc', | 290 'tests/test_var.cc', |
| 290 ], | 291 ], |
| 291 # | 292 # |
| 292 # Sources used in trusted tests. | 293 # Sources used in trusted tests. |
| 293 # | 294 # |
| 294 'test_sources_trusted': [ | 295 'test_sources_trusted': [ |
| 295 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 296 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'c/dev/ppb_transport_dev.h', | 378 'c/dev/ppb_transport_dev.h', |
| 378 ], | 379 ], |
| 379 'cpp_sources': [ | 380 'cpp_sources': [ |
| 380 'cpp/dev/transport_dev.cc', | 381 'cpp/dev/transport_dev.cc', |
| 381 'cpp/dev/transport_dev.h', | 382 'cpp/dev/transport_dev.h', |
| 382 ], | 383 ], |
| 383 }, | 384 }, |
| 384 }], | 385 }], |
| 385 ], | 386 ], |
| 386 } | 387 } |
| OLD | NEW |