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

Side by Side Diff: content/content_tests.gypi

Issue 57883007: Adding support for VSyncProvider to the software drawing path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use BrowserCompositorOutputSurface as base class Created 7 years, 1 month 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 | Annotate | Revision Log
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 '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 'dependencies': [ 10 'dependencies': [
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 ], 318 ],
319 'include_dirs': [ 319 'include_dirs': [
320 '..', 320 '..',
321 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 321 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
322 ], 322 ],
323 'sources': [ 323 'sources': [
324 'browser/accessibility/browser_accessibility_mac_unittest.mm', 324 'browser/accessibility/browser_accessibility_mac_unittest.mm',
325 'browser/accessibility/browser_accessibility_manager_unittest.cc', 325 'browser/accessibility/browser_accessibility_manager_unittest.cc',
326 'browser/accessibility/browser_accessibility_win_unittest.cc', 326 'browser/accessibility/browser_accessibility_win_unittest.cc',
327 'browser/appcache/chrome_appcache_service_unittest.cc', 327 'browser/appcache/chrome_appcache_service_unittest.cc',
328 'browser/aura/software_browser_compositor_output_surface_unittest.cc',
328 'browser/aura/software_output_device_ozone_unittest.cc', 329 'browser/aura/software_output_device_ozone_unittest.cc',
329 'browser/browser_thread_unittest.cc', 330 'browser/browser_thread_unittest.cc',
330 'browser/browser_url_handler_impl_unittest.cc', 331 'browser/browser_url_handler_impl_unittest.cc',
331 'browser/byte_stream_unittest.cc', 332 'browser/byte_stream_unittest.cc',
332 'browser/child_process_security_policy_unittest.cc', 333 'browser/child_process_security_policy_unittest.cc',
333 'browser/device_orientation/data_fetcher_impl_android_unittest.cc', 334 'browser/device_orientation/data_fetcher_impl_android_unittest.cc',
334 'browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc' , 335 'browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc' ,
335 'browser/devtools/devtools_http_handler_unittest.cc', 336 'browser/devtools/devtools_http_handler_unittest.cc',
336 'browser/devtools/devtools_manager_unittest.cc', 337 'browser/devtools/devtools_manager_unittest.cc',
337 'browser/dom_storage/dom_storage_area_unittest.cc', 338 'browser/dom_storage/dom_storage_area_unittest.cc',
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1598 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1598 }, 1599 },
1599 ], 1600 ],
1600 }], 1601 }],
1601 ], 1602 ],
1602 }, 1603 },
1603 ], 1604 ],
1604 }], 1605 }],
1605 ], 1606 ],
1606 } 1607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698