Chromium Code Reviews

Side by Side Diff: content/content_tests.gypi

Issue 7602023: Use a monotonic clock (TimeTicks) to report network times to WebCore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 214 matching lines...)
225 'browser/tab_contents/render_view_host_manager_unittest.cc', 225 'browser/tab_contents/render_view_host_manager_unittest.cc',
226 'browser/tab_contents/tab_contents_delegate_unittest.cc', 226 'browser/tab_contents/tab_contents_delegate_unittest.cc',
227 'browser/tab_contents/tab_contents_unittest.cc', 227 'browser/tab_contents/tab_contents_unittest.cc',
228 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 228 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
229 'browser/trace_subscriber_stdio_unittest.cc', 229 'browser/trace_subscriber_stdio_unittest.cc',
230 'common/mac/attributed_string_coder_unittest.mm', 230 'common/mac/attributed_string_coder_unittest.mm',
231 'common/mac/font_descriptor_unittest.mm', 231 'common/mac/font_descriptor_unittest.mm',
232 'common/gpu/gpu_feature_flags_unittest.cc', 232 'common/gpu/gpu_feature_flags_unittest.cc',
233 'common/gpu/gpu_info_unittest.cc', 233 'common/gpu/gpu_info_unittest.cc',
234 'common/hi_res_timer_manager_unittest.cc', 234 'common/hi_res_timer_manager_unittest.cc',
235 'common/inter_process_time_ticks_converter_unittest.cc',
235 'common/net/url_fetcher_impl_unittest.cc', 236 'common/net/url_fetcher_impl_unittest.cc',
236 'common/page_zoom_unittest.cc', 237 'common/page_zoom_unittest.cc',
237 'common/resource_dispatcher_unittest.cc', 238 'common/resource_dispatcher_unittest.cc',
238 'common/sandbox_mac_diraccess_unittest.mm', 239 'common/sandbox_mac_diraccess_unittest.mm',
239 'common/sandbox_mac_fontloading_unittest.mm', 240 'common/sandbox_mac_fontloading_unittest.mm',
240 'common/sandbox_mac_unittest_helper.h', 241 'common/sandbox_mac_unittest_helper.h',
241 'common/sandbox_mac_unittest_helper.mm', 242 'common/sandbox_mac_unittest_helper.mm',
242 'common/sandbox_mac_system_access_unittest.mm', 243 'common/sandbox_mac_system_access_unittest.mm',
243 'gpu/gpu_info_collector_unittest.cc', 244 'gpu/gpu_info_collector_unittest.cc',
244 'gpu/gpu_info_collector_unittest_win.cc', 245 'gpu/gpu_info_collector_unittest_win.cc',
(...skipping 161 matching lines...)
406 ], 407 ],
407 'sources': [ 408 'sources': [
408 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 409 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
409 ], 410 ],
410 } 411 }
411 ], 412 ],
412 }, 413 },
413 ], 414 ],
414 ], 415 ],
415 } 416 }
OLDNEW

Powered by Google App Engine