| 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'child/webcrypto/test/test_helpers.cc', | 696 'child/webcrypto/test/test_helpers.cc', |
| 697 'child/webcrypto/test/test_helpers.h', | 697 'child/webcrypto/test/test_helpers.h', |
| 698 'child/worker_task_runner_unittest.cc', | 698 'child/worker_task_runner_unittest.cc', |
| 699 'common/android/address_parser_unittest.cc', | 699 'common/android/address_parser_unittest.cc', |
| 700 'common/android/gin_java_bridge_value_unittest.cc', | 700 'common/android/gin_java_bridge_value_unittest.cc', |
| 701 'common/cc_messages_unittest.cc', | 701 'common/cc_messages_unittest.cc', |
| 702 'common/common_param_traits_unittest.cc', | 702 'common/common_param_traits_unittest.cc', |
| 703 'common/cursors/webcursor_unittest.cc', | 703 'common/cursors/webcursor_unittest.cc', |
| 704 'common/database_connections_unittest.cc', | 704 'common/database_connections_unittest.cc', |
| 705 'common/database_identifier_unittest.cc', | 705 'common/database_identifier_unittest.cc', |
| 706 'common/discardable_shared_memory_heap_unittest.cc', |
| 706 'common/dom_storage/dom_storage_map_unittest.cc', | 707 'common/dom_storage/dom_storage_map_unittest.cc', |
| 707 'common/dwrite_font_platform_win_unittest.cc', | 708 'common/dwrite_font_platform_win_unittest.cc', |
| 708 'common/fileapi/file_system_util_unittest.cc', | 709 'common/fileapi/file_system_util_unittest.cc', |
| 709 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', | 710 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', |
| 710 'common/gpu/gpu_channel_manager_unittest.cc', | 711 'common/gpu/gpu_channel_manager_unittest.cc', |
| 711 'common/gpu/gpu_memory_buffer_factory_unittest.cc', | 712 'common/gpu/gpu_memory_buffer_factory_unittest.cc', |
| 712 'common/gpu/gpu_memory_manager_unittest.cc', | 713 'common/gpu/gpu_memory_manager_unittest.cc', |
| 713 'common/host_discardable_shared_memory_manager_unittest.cc', | 714 'common/host_discardable_shared_memory_manager_unittest.cc', |
| 714 'common/host_shared_bitmap_manager_unittest.cc', | 715 'common/host_shared_bitmap_manager_unittest.cc', |
| 715 'common/indexed_db/indexed_db_key_unittest.cc', | 716 'common/indexed_db/indexed_db_key_unittest.cc', |
| (...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2060 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2061 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2061 }, | 2062 }, |
| 2062 ], | 2063 ], |
| 2063 }], | 2064 }], |
| 2064 ], | 2065 ], |
| 2065 }, | 2066 }, |
| 2066 ], | 2067 ], |
| 2067 }], | 2068 }], |
| 2068 ], | 2069 ], |
| 2069 } | 2070 } |
| OLD | NEW |