| 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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'common/common_param_traits_unittest.cc', | 656 'common/common_param_traits_unittest.cc', |
| 657 'common/cross_site_document_classifier_unittest.cc', | 657 'common/cross_site_document_classifier_unittest.cc', |
| 658 'common/cursors/webcursor_unittest.cc', | 658 'common/cursors/webcursor_unittest.cc', |
| 659 'common/database_connections_unittest.cc', | 659 'common/database_connections_unittest.cc', |
| 660 'common/database_identifier_unittest.cc', | 660 'common/database_identifier_unittest.cc', |
| 661 'common/discardable_shared_memory_heap_unittest.cc', | 661 'common/discardable_shared_memory_heap_unittest.cc', |
| 662 'common/dom_storage/dom_storage_map_unittest.cc', | 662 'common/dom_storage/dom_storage_map_unittest.cc', |
| 663 'common/dwrite_font_platform_win_unittest.cc', | 663 'common/dwrite_font_platform_win_unittest.cc', |
| 664 'common/fileapi/file_system_util_unittest.cc', | 664 'common/fileapi/file_system_util_unittest.cc', |
| 665 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', | 665 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', |
| 666 'common/gpu/ca_layer_tree_unittest_mac.mm', |
| 666 'common/gpu/gpu_channel_manager_unittest.cc', | 667 'common/gpu/gpu_channel_manager_unittest.cc', |
| 667 'common/gpu/gpu_channel_test_common.cc', | 668 'common/gpu/gpu_channel_test_common.cc', |
| 668 'common/gpu/gpu_channel_test_common.h', | 669 'common/gpu/gpu_channel_test_common.h', |
| 669 'common/gpu/gpu_channel_unittest.cc', | 670 'common/gpu/gpu_channel_unittest.cc', |
| 670 'common/host_discardable_shared_memory_manager_unittest.cc', | 671 'common/host_discardable_shared_memory_manager_unittest.cc', |
| 671 'common/host_shared_bitmap_manager_unittest.cc', | 672 'common/host_shared_bitmap_manager_unittest.cc', |
| 672 'common/indexed_db/indexed_db_key_unittest.cc', | 673 'common/indexed_db/indexed_db_key_unittest.cc', |
| 673 'common/input/event_with_latency_info_unittest.cc', | 674 'common/input/event_with_latency_info_unittest.cc', |
| 674 'common/input/gesture_event_stream_validator_unittest.cc', | 675 'common/input/gesture_event_stream_validator_unittest.cc', |
| 675 'common/input/input_param_traits_unittest.cc', | 676 'common/input/input_param_traits_unittest.cc', |
| (...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2237 'content_unittests_apk.isolate', | 2238 'content_unittests_apk.isolate', |
| 2238 ], | 2239 ], |
| 2239 }, | 2240 }, |
| 2240 ], | 2241 ], |
| 2241 }, | 2242 }, |
| 2242 ], | 2243 ], |
| 2243 ], | 2244 ], |
| 2244 }], | 2245 }], |
| 2245 ], | 2246 ], |
| 2246 } | 2247 } |
| OLD | NEW |