| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'browser/dom_storage/dom_storage_database_unittest.cc', | 365 'browser/dom_storage/dom_storage_database_unittest.cc', |
| 366 'browser/dom_storage/session_storage_database_unittest.cc', | 366 'browser/dom_storage/session_storage_database_unittest.cc', |
| 367 'browser/download/base_file_unittest.cc', | 367 'browser/download/base_file_unittest.cc', |
| 368 'browser/download/download_file_unittest.cc', | 368 'browser/download/download_file_unittest.cc', |
| 369 'browser/download/download_item_impl_unittest.cc', | 369 'browser/download/download_item_impl_unittest.cc', |
| 370 'browser/download/download_manager_impl_unittest.cc', | 370 'browser/download/download_manager_impl_unittest.cc', |
| 371 'browser/download/file_metadata_unittest_linux.cc', | 371 'browser/download/file_metadata_unittest_linux.cc', |
| 372 'browser/download/rate_estimator_unittest.cc', | 372 'browser/download/rate_estimator_unittest.cc', |
| 373 'browser/download/save_package_unittest.cc', | 373 'browser/download/save_package_unittest.cc', |
| 374 'browser/fileapi/blob_storage_context_unittest.cc', | 374 'browser/fileapi/blob_storage_context_unittest.cc', |
| 375 'browser/fileapi/blob_transport_strategy_unittest.cc', |
| 375 'browser/fileapi/blob_url_request_job_unittest.cc', | 376 'browser/fileapi/blob_url_request_job_unittest.cc', |
| 376 'browser/fileapi/copy_or_move_file_validator_unittest.cc', | 377 'browser/fileapi/copy_or_move_file_validator_unittest.cc', |
| 377 'browser/fileapi/copy_or_move_operation_delegate_unittest.cc', | 378 'browser/fileapi/copy_or_move_operation_delegate_unittest.cc', |
| 378 'browser/fileapi/dragged_file_util_unittest.cc', | 379 'browser/fileapi/dragged_file_util_unittest.cc', |
| 379 'browser/fileapi/external_mount_points_unittest.cc', | 380 'browser/fileapi/external_mount_points_unittest.cc', |
| 380 'browser/fileapi/file_system_context_unittest.cc', | 381 'browser/fileapi/file_system_context_unittest.cc', |
| 381 'browser/fileapi/file_system_dir_url_request_job_unittest.cc', | 382 'browser/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 382 'browser/fileapi/file_system_file_stream_reader_unittest.cc', | 383 'browser/fileapi/file_system_file_stream_reader_unittest.cc', |
| 383 'browser/fileapi/file_system_operation_impl_unittest.cc', | 384 'browser/fileapi/file_system_operation_impl_unittest.cc', |
| 384 'browser/fileapi/file_system_operation_impl_write_unittest.cc', | 385 'browser/fileapi/file_system_operation_impl_write_unittest.cc', |
| (...skipping 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2143 }, | 2144 }, |
| 2144 ], | 2145 ], |
| 2145 }], | 2146 }], |
| 2146 ], | 2147 ], |
| 2147 }, | 2148 }, |
| 2148 ], | 2149 ], |
| 2149 }], | 2150 }], |
| 2150 ], | 2151 ], |
| 2151 } | 2152 } |
| OLD | NEW |