| 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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'common/android/address_parser_unittest.cc', | 665 'common/android/address_parser_unittest.cc', |
| 666 'common/android/gin_java_bridge_value_unittest.cc', | 666 'common/android/gin_java_bridge_value_unittest.cc', |
| 667 'common/cc_messages_unittest.cc', | 667 'common/cc_messages_unittest.cc', |
| 668 'common/common_param_traits_unittest.cc', | 668 'common/common_param_traits_unittest.cc', |
| 669 'common/cursors/webcursor_unittest.cc', | 669 'common/cursors/webcursor_unittest.cc', |
| 670 'common/database_connections_unittest.cc', | 670 'common/database_connections_unittest.cc', |
| 671 'common/database_identifier_unittest.cc', | 671 'common/database_identifier_unittest.cc', |
| 672 'common/dom_storage/dom_storage_map_unittest.cc', | 672 'common/dom_storage/dom_storage_map_unittest.cc', |
| 673 'common/dwrite_font_platform_win_unittest.cc', | 673 'common/dwrite_font_platform_win_unittest.cc', |
| 674 'common/fileapi/file_system_util_unittest.cc', | 674 'common/fileapi/file_system_util_unittest.cc', |
| 675 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', |
| 675 'common/gpu/gpu_memory_manager_unittest.cc', | 676 'common/gpu/gpu_memory_manager_unittest.cc', |
| 676 'common/host_discardable_shared_memory_manager_unittest.cc', | 677 'common/host_discardable_shared_memory_manager_unittest.cc', |
| 677 'common/host_shared_bitmap_manager_unittest.cc', | 678 'common/host_shared_bitmap_manager_unittest.cc', |
| 678 'common/indexed_db/indexed_db_key_unittest.cc', | 679 'common/indexed_db/indexed_db_key_unittest.cc', |
| 679 'common/input/gesture_event_stream_validator_unittest.cc', | 680 'common/input/gesture_event_stream_validator_unittest.cc', |
| 680 'common/input/input_param_traits_unittest.cc', | 681 'common/input/input_param_traits_unittest.cc', |
| 681 'common/input/touch_event_stream_validator_unittest.cc', | 682 'common/input/touch_event_stream_validator_unittest.cc', |
| 682 'common/input/web_input_event_traits_unittest.cc', | 683 'common/input/web_input_event_traits_unittest.cc', |
| 683 'common/inter_process_time_ticks_converter_unittest.cc', | 684 'common/inter_process_time_ticks_converter_unittest.cc', |
| 684 'common/mac/attributed_string_coder_unittest.mm', | 685 'common/mac/attributed_string_coder_unittest.mm', |
| (...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2005 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2005 }, | 2006 }, |
| 2006 ], | 2007 ], |
| 2007 }], | 2008 }], |
| 2008 ], | 2009 ], |
| 2009 }, | 2010 }, |
| 2010 ], | 2011 ], |
| 2011 }], | 2012 }], |
| 2012 ], | 2013 ], |
| 2013 } | 2014 } |
| OLD | NEW |