| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'public/test/mock_render_process_host.cc', | 50 'public/test/mock_render_process_host.cc', |
| 51 'public/test/mock_render_process_host.h', | 51 'public/test/mock_render_process_host.h', |
| 52 'public/test/mock_render_thread.cc', | 52 'public/test/mock_render_thread.cc', |
| 53 'public/test/mock_render_thread.h', | 53 'public/test/mock_render_thread.h', |
| 54 'public/test/mock_resource_context.cc', | 54 'public/test/mock_resource_context.cc', |
| 55 'public/test/mock_resource_context.h', | 55 'public/test/mock_resource_context.h', |
| 56 'public/test/mock_special_storage_policy.cc', | 56 'public/test/mock_special_storage_policy.cc', |
| 57 'public/test/mock_special_storage_policy.h', | 57 'public/test/mock_special_storage_policy.h', |
| 58 'public/test/mock_storage_client.cc', | 58 'public/test/mock_storage_client.cc', |
| 59 'public/test/mock_storage_client.h', | 59 'public/test/mock_storage_client.h', |
| 60 'public/test/navigation_handle_tester.cc', |
| 61 'public/test/navigation_handle_tester.h', |
| 60 'public/test/ppapi_test_utils.cc', | 62 'public/test/ppapi_test_utils.cc', |
| 61 'public/test/ppapi_test_utils.h', | 63 'public/test/ppapi_test_utils.h', |
| 62 'public/test/render_view_test.cc', | 64 'public/test/render_view_test.cc', |
| 63 'public/test/render_view_test.h', | 65 'public/test/render_view_test.h', |
| 64 'public/test/render_widget_test.cc', | 66 'public/test/render_widget_test.cc', |
| 65 'public/test/render_widget_test.h', | 67 'public/test/render_widget_test.h', |
| 66 'public/test/sandbox_file_system_test_helper.cc', | 68 'public/test/sandbox_file_system_test_helper.cc', |
| 67 'public/test/sandbox_file_system_test_helper.h', | 69 'public/test/sandbox_file_system_test_helper.h', |
| 68 'public/test/test_browser_context.cc', | 70 'public/test/test_browser_context.cc', |
| 69 'public/test/test_browser_context.h', | 71 'public/test/test_browser_context.h', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'test/render_thread_impl_browser_test_ipc_helper.cc', | 144 'test/render_thread_impl_browser_test_ipc_helper.cc', |
| 143 'test/render_thread_impl_browser_test_ipc_helper.h', | 145 'test/render_thread_impl_browser_test_ipc_helper.h', |
| 144 'test/test_blink_web_unit_test_support.cc', | 146 'test/test_blink_web_unit_test_support.cc', |
| 145 'test/test_blink_web_unit_test_support.h', | 147 'test/test_blink_web_unit_test_support.h', |
| 146 'test/test_content_browser_client.cc', | 148 'test/test_content_browser_client.cc', |
| 147 'test/test_content_browser_client.h', | 149 'test/test_content_browser_client.h', |
| 148 'test/test_content_client.cc', | 150 'test/test_content_client.cc', |
| 149 'test/test_content_client.h', | 151 'test/test_content_client.h', |
| 150 'test/test_frame_navigation_observer.cc', | 152 'test/test_frame_navigation_observer.cc', |
| 151 'test/test_frame_navigation_observer.h', | 153 'test/test_frame_navigation_observer.h', |
| 154 'test/test_navigation_handle.cc', |
| 155 'test/test_navigation_handle.h', |
| 156 'test/test_navigation_handle_factory.cc', |
| 157 'test/test_navigation_handle_factory.h', |
| 152 'test/test_navigation_url_loader.cc', | 158 'test/test_navigation_url_loader.cc', |
| 153 'test/test_navigation_url_loader.h', | 159 'test/test_navigation_url_loader.h', |
| 154 'test/test_navigation_url_loader_factory.cc', | 160 'test/test_navigation_url_loader_factory.cc', |
| 155 'test/test_navigation_url_loader_factory.h', | 161 'test/test_navigation_url_loader_factory.h', |
| 156 'test/test_render_frame.cc', | 162 'test/test_render_frame.cc', |
| 157 'test/test_render_frame.h', | 163 'test/test_render_frame.h', |
| 158 'test/test_render_frame_host.cc', | 164 'test/test_render_frame_host.cc', |
| 159 'test/test_render_frame_host.h', | 165 'test/test_render_frame_host.h', |
| 160 'test/test_render_frame_host_factory.cc', | 166 'test/test_render_frame_host_factory.cc', |
| 161 'test/test_render_frame_host_factory.h', | 167 'test/test_render_frame_host_factory.h', |
| (...skipping 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 ], | 2146 ], |
| 2141 }, | 2147 }, |
| 2142 'includes': [ | 2148 'includes': [ |
| 2143 '../build/host_jar.gypi', | 2149 '../build/host_jar.gypi', |
| 2144 ], | 2150 ], |
| 2145 }, | 2151 }, |
| 2146 ], | 2152 ], |
| 2147 }], | 2153 }], |
| 2148 ], | 2154 ], |
| 2149 } | 2155 } |
| OLD | NEW |