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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'test/net/url_request_slow_download_job.cc', | 177 'test/net/url_request_slow_download_job.cc', |
178 'test/net/url_request_slow_download_job.h', | 178 'test/net/url_request_slow_download_job.h', |
179 'test/ppapi_unittest.cc', | 179 'test/ppapi_unittest.cc', |
180 'test/ppapi_unittest.h', | 180 'test/ppapi_unittest.h', |
181 'test/test_content_browser_client.cc', | 181 'test/test_content_browser_client.cc', |
182 'test/test_content_browser_client.h', | 182 'test/test_content_browser_client.h', |
183 'test/test_content_client.cc', | 183 'test/test_content_client.cc', |
184 'test/test_content_client.h', | 184 'test/test_content_client.h', |
185 'test/test_context_provider_factory.cc', | 185 'test/test_context_provider_factory.cc', |
186 'test/test_context_provider_factory.h', | 186 'test/test_context_provider_factory.h', |
| 187 'test/test_frame_navigation_observer.cc', |
| 188 'test/test_frame_navigation_observer.h', |
187 'test/test_render_frame_host.cc', | 189 'test/test_render_frame_host.cc', |
188 'test/test_render_frame_host.h', | 190 'test/test_render_frame_host.h', |
189 'test/test_render_frame_host_factory.cc', | 191 'test/test_render_frame_host_factory.cc', |
190 'test/test_render_frame_host_factory.h', | 192 'test/test_render_frame_host_factory.h', |
191 'test/test_render_view_host.cc', | 193 'test/test_render_view_host.cc', |
192 'test/test_render_view_host.h', | 194 'test/test_render_view_host.h', |
193 'test/test_render_view_host_factory.cc', | 195 'test/test_render_view_host_factory.cc', |
194 'test/test_render_view_host_factory.h', | 196 'test/test_render_view_host_factory.h', |
195 'test/test_web_contents.cc', | 197 'test/test_web_contents.cc', |
196 'test/test_web_contents.h', | 198 'test/test_web_contents.h', |
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1825 }, | 1827 }, |
1826 ], | 1828 ], |
1827 }], | 1829 }], |
1828 ], | 1830 ], |
1829 }, | 1831 }, |
1830 ], | 1832 ], |
1831 }], | 1833 }], |
1832 ], | 1834 ], |
1833 } | 1835 } |
OLD | NEW |