| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'test/test_navigation_url_loader_factory.cc', | 156 'test/test_navigation_url_loader_factory.cc', |
| 157 'test/test_navigation_url_loader_factory.h', | 157 'test/test_navigation_url_loader_factory.h', |
| 158 'test/test_render_frame_host.cc', | 158 'test/test_render_frame_host.cc', |
| 159 'test/test_render_frame_host.h', | 159 'test/test_render_frame_host.h', |
| 160 'test/test_render_frame_host_factory.cc', | 160 'test/test_render_frame_host_factory.cc', |
| 161 'test/test_render_frame_host_factory.h', | 161 'test/test_render_frame_host_factory.h', |
| 162 'test/test_render_view_host.cc', | 162 'test/test_render_view_host.cc', |
| 163 'test/test_render_view_host.h', | 163 'test/test_render_view_host.h', |
| 164 'test/test_render_view_host_factory.cc', | 164 'test/test_render_view_host_factory.cc', |
| 165 'test/test_render_view_host_factory.h', | 165 'test/test_render_view_host_factory.h', |
| 166 'test/test_time_source.cc', |
| 167 'test/test_time_source.h', |
| 166 'test/test_web_contents.cc', | 168 'test/test_web_contents.cc', |
| 167 'test/test_web_contents.h', | 169 'test/test_web_contents.h', |
| 168 'test/test_web_contents_factory.cc', | 170 'test/test_web_contents_factory.cc', |
| 169 'test/web_gesture_curve_mock.cc', | 171 'test/web_gesture_curve_mock.cc', |
| 170 'test/web_gesture_curve_mock.h', | 172 'test/web_gesture_curve_mock.h', |
| 171 'test/web_layer_tree_view_impl_for_testing.cc', | 173 'test/web_layer_tree_view_impl_for_testing.cc', |
| 172 'test/web_layer_tree_view_impl_for_testing.h', | 174 'test/web_layer_tree_view_impl_for_testing.h', |
| 173 'test/weburl_loader_mock.cc', | 175 'test/weburl_loader_mock.cc', |
| 174 'test/weburl_loader_mock.h', | 176 'test/weburl_loader_mock.h', |
| 175 'test/weburl_loader_mock_factory.cc', | 177 'test/weburl_loader_mock_factory.cc', |
| (...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2150 }, | 2152 }, |
| 2151 ], | 2153 ], |
| 2152 }], | 2154 }], |
| 2153 ], | 2155 ], |
| 2154 }, | 2156 }, |
| 2155 ], | 2157 ], |
| 2156 }], | 2158 }], |
| 2157 ], | 2159 ], |
| 2158 } | 2160 } |
| OLD | NEW |