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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'test/mock_webblob_registry_impl.h', | 135 'test/mock_webblob_registry_impl.h', |
136 'test/mock_webclipboard_impl.cc', | 136 'test/mock_webclipboard_impl.cc', |
137 'test/mock_webclipboard_impl.h', | 137 'test/mock_webclipboard_impl.h', |
138 'test/mock_webframeclient.h', | 138 'test/mock_webframeclient.h', |
139 'test/mock_weburlloader.cc', | 139 'test/mock_weburlloader.cc', |
140 'test/mock_weburlloader.h', | 140 'test/mock_weburlloader.h', |
141 'test/net/url_request_abort_on_end_job.cc', | 141 'test/net/url_request_abort_on_end_job.cc', |
142 'test/net/url_request_abort_on_end_job.h', | 142 'test/net/url_request_abort_on_end_job.h', |
143 'test/ppapi_unittest.cc', | 143 'test/ppapi_unittest.cc', |
144 'test/ppapi_unittest.h', | 144 'test/ppapi_unittest.h', |
145 'test/render_thread_impl_browser_test_ipc_helper.cc', | |
146 'test/render_thread_impl_browser_test_ipc_helper.h', | |
147 'test/test_background_sync_context.cc', | 145 'test/test_background_sync_context.cc', |
148 'test/test_background_sync_context.h', | 146 'test/test_background_sync_context.h', |
149 'test/test_background_sync_manager.cc', | 147 'test/test_background_sync_manager.cc', |
150 'test/test_background_sync_manager.h', | 148 'test/test_background_sync_manager.h', |
151 'test/test_blink_web_unit_test_support.cc', | 149 'test/test_blink_web_unit_test_support.cc', |
152 'test/test_blink_web_unit_test_support.h', | 150 'test/test_blink_web_unit_test_support.h', |
153 'test/test_content_browser_client.cc', | 151 'test/test_content_browser_client.cc', |
154 'test/test_content_browser_client.h', | 152 'test/test_content_browser_client.h', |
155 'test/test_content_client.cc', | 153 'test/test_content_client.cc', |
156 'test/test_content_client.h', | 154 'test/test_content_client.h', |
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'content_unittests_apk.isolate', | 1925 'content_unittests_apk.isolate', |
1928 ], | 1926 ], |
1929 }, | 1927 }, |
1930 ], | 1928 ], |
1931 }, | 1929 }, |
1932 ], | 1930 ], |
1933 ], | 1931 ], |
1934 }], | 1932 }], |
1935 ], | 1933 ], |
1936 } | 1934 } |
OLD | NEW |