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