| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'test/test_content_browser_client.cc', | 144 'test/test_content_browser_client.cc', |
| 145 'test/test_content_browser_client.h', | 145 'test/test_content_browser_client.h', |
| 146 'test/test_content_client.cc', | 146 'test/test_content_client.cc', |
| 147 'test/test_content_client.h', | 147 'test/test_content_client.h', |
| 148 'test/test_frame_navigation_observer.cc', | 148 'test/test_frame_navigation_observer.cc', |
| 149 'test/test_frame_navigation_observer.h', | 149 'test/test_frame_navigation_observer.h', |
| 150 'test/test_navigation_url_loader.cc', | 150 'test/test_navigation_url_loader.cc', |
| 151 'test/test_navigation_url_loader.h', | 151 'test/test_navigation_url_loader.h', |
| 152 'test/test_navigation_url_loader_factory.cc', | 152 'test/test_navigation_url_loader_factory.cc', |
| 153 'test/test_navigation_url_loader_factory.h', | 153 'test/test_navigation_url_loader_factory.h', |
| 154 'test/test_client_native_pixmap_manager_ozone.cc', |
| 155 'test/test_client_native_pixmap_manager_ozone.h', |
| 154 'test/test_render_frame.cc', | 156 'test/test_render_frame.cc', |
| 155 'test/test_render_frame.h', | 157 'test/test_render_frame.h', |
| 156 'test/test_render_frame_host.cc', | 158 'test/test_render_frame_host.cc', |
| 157 'test/test_render_frame_host.h', | 159 'test/test_render_frame_host.h', |
| 158 'test/test_render_frame_host_factory.cc', | 160 'test/test_render_frame_host_factory.cc', |
| 159 'test/test_render_frame_host_factory.h', | 161 'test/test_render_frame_host_factory.h', |
| 160 'test/test_render_view_host.cc', | 162 'test/test_render_view_host.cc', |
| 161 'test/test_render_view_host.h', | 163 'test/test_render_view_host.h', |
| 162 'test/test_render_view_host_factory.cc', | 164 'test/test_render_view_host_factory.cc', |
| 163 'test/test_render_view_host_factory.h', | 165 'test/test_render_view_host_factory.h', |
| (...skipping 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2106 ], | 2108 ], |
| 2107 }, | 2109 }, |
| 2108 'includes': [ | 2110 'includes': [ |
| 2109 '../build/host_jar.gypi', | 2111 '../build/host_jar.gypi', |
| 2110 ], | 2112 ], |
| 2111 }, | 2113 }, |
| 2112 ], | 2114 ], |
| 2113 }], | 2115 }], |
| 2114 ], | 2116 ], |
| 2115 } | 2117 } |
| OLD | NEW |