| 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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'common/cc_messages_unittest.cc', | 618 'common/cc_messages_unittest.cc', |
| 619 'common/common_param_traits_unittest.cc', | 619 'common/common_param_traits_unittest.cc', |
| 620 'common/cross_site_document_classifier_unittest.cc', | 620 'common/cross_site_document_classifier_unittest.cc', |
| 621 'common/cursors/webcursor_unittest.cc', | 621 'common/cursors/webcursor_unittest.cc', |
| 622 'common/database_connections_unittest.cc', | 622 'common/database_connections_unittest.cc', |
| 623 'common/database_identifier_unittest.cc', | 623 'common/database_identifier_unittest.cc', |
| 624 'common/discardable_shared_memory_heap_unittest.cc', | 624 'common/discardable_shared_memory_heap_unittest.cc', |
| 625 'common/dom_storage/dom_storage_map_unittest.cc', | 625 'common/dom_storage/dom_storage_map_unittest.cc', |
| 626 'common/dwrite_font_platform_win_unittest.cc', | 626 'common/dwrite_font_platform_win_unittest.cc', |
| 627 'common/fileapi/file_system_util_unittest.cc', | 627 'common/fileapi/file_system_util_unittest.cc', |
| 628 'common/font_warmup_win_unittest.cc', |
| 628 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', | 629 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', |
| 629 'common/gpu/gpu_channel_test_common.cc', | 630 'common/gpu/gpu_channel_test_common.cc', |
| 630 'common/gpu/gpu_channel_test_common.h', | 631 'common/gpu/gpu_channel_test_common.h', |
| 631 'common/gpu/gpu_channel_unittest.cc', | 632 'common/gpu/gpu_channel_unittest.cc', |
| 632 'common/gpu/gpu_channel_manager_unittest.cc', | 633 'common/gpu/gpu_channel_manager_unittest.cc', |
| 633 'common/gpu/gpu_memory_buffer_factory_unittest.cc', | 634 'common/gpu/gpu_memory_buffer_factory_unittest.cc', |
| 634 'common/gpu/gpu_memory_manager_unittest.cc', | 635 'common/gpu/gpu_memory_manager_unittest.cc', |
| 635 'common/host_discardable_shared_memory_manager_unittest.cc', | 636 'common/host_discardable_shared_memory_manager_unittest.cc', |
| 636 'common/host_shared_bitmap_manager_unittest.cc', | 637 'common/host_shared_bitmap_manager_unittest.cc', |
| 637 'common/indexed_db/indexed_db_key_unittest.cc', | 638 'common/indexed_db/indexed_db_key_unittest.cc', |
| (...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 ], | 2141 ], |
| 2141 }, | 2142 }, |
| 2142 'includes': [ | 2143 'includes': [ |
| 2143 '../build/host_jar.gypi', | 2144 '../build/host_jar.gypi', |
| 2144 ], | 2145 ], |
| 2145 }, | 2146 }, |
| 2146 ], | 2147 ], |
| 2147 }], | 2148 }], |
| 2148 ], | 2149 ], |
| 2149 } | 2150 } |
| OLD | NEW |