| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'common/host_discardable_shared_memory_manager_unittest.cc', | 610 'common/host_discardable_shared_memory_manager_unittest.cc', |
| 611 'common/host_shared_bitmap_manager_unittest.cc', | 611 'common/host_shared_bitmap_manager_unittest.cc', |
| 612 'common/indexed_db/indexed_db_key_unittest.cc', | 612 'common/indexed_db/indexed_db_key_unittest.cc', |
| 613 'common/input/gesture_event_stream_validator_unittest.cc', | 613 'common/input/gesture_event_stream_validator_unittest.cc', |
| 614 'common/input/input_param_traits_unittest.cc', | 614 'common/input/input_param_traits_unittest.cc', |
| 615 'common/input/touch_event_stream_validator_unittest.cc', | 615 'common/input/touch_event_stream_validator_unittest.cc', |
| 616 'common/input/web_input_event_traits_unittest.cc', | 616 'common/input/web_input_event_traits_unittest.cc', |
| 617 'common/inter_process_time_ticks_converter_unittest.cc', | 617 'common/inter_process_time_ticks_converter_unittest.cc', |
| 618 'common/mac/attributed_string_coder_unittest.mm', | 618 'common/mac/attributed_string_coder_unittest.mm', |
| 619 'common/mac/font_descriptor_unittest.mm', | 619 'common/mac/font_descriptor_unittest.mm', |
| 620 'common/origin_util_unittest.cc', |
| 620 'common/one_writer_seqlock_unittest.cc', | 621 'common/one_writer_seqlock_unittest.cc', |
| 621 'common/page_state_serialization_unittest.cc', | 622 'common/page_state_serialization_unittest.cc', |
| 622 'common/page_zoom_unittest.cc', | 623 'common/page_zoom_unittest.cc', |
| 623 'common/plugin_list_unittest.cc', | 624 'common/plugin_list_unittest.cc', |
| 624 'common/sandbox_mac_diraccess_unittest.mm', | 625 'common/sandbox_mac_diraccess_unittest.mm', |
| 625 'common/sandbox_mac_fontloading_unittest.mm', | 626 'common/sandbox_mac_fontloading_unittest.mm', |
| 626 'common/sandbox_mac_system_access_unittest.mm', | 627 'common/sandbox_mac_system_access_unittest.mm', |
| 627 'common/sandbox_mac_unittest_helper.h', | 628 'common/sandbox_mac_unittest_helper.h', |
| 628 'common/sandbox_mac_unittest_helper.mm', | 629 'common/sandbox_mac_unittest_helper.mm', |
| 629 'common/webplugininfo_unittest.cc', | 630 'common/webplugininfo_unittest.cc', |
| (...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2139 }, | 2140 }, |
| 2140 ], | 2141 ], |
| 2141 }], | 2142 }], |
| 2142 ], | 2143 ], |
| 2143 }, | 2144 }, |
| 2144 ], | 2145 ], |
| 2145 }], | 2146 }], |
| 2146 ], | 2147 ], |
| 2147 } | 2148 } |
| OLD | NEW |