Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: content/content_tests.gypi

Issue 1098033002: Remove dependency on cc::TestNowSource from scheduler code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/scheduler/renderer_scheduler_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/scheduler/renderer_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698