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

Side by Side Diff: content/content_tests.gypi

Issue 10785024: Revert 146792 - Lock-free GamepadSeqLock (try 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'browser/web_contents/render_view_host_manager_unittest.cc', 298 'browser/web_contents/render_view_host_manager_unittest.cc',
299 'browser/web_contents/web_contents_delegate_unittest.cc', 299 'browser/web_contents/web_contents_delegate_unittest.cc',
300 'browser/web_contents/web_contents_impl_unittest.cc', 300 'browser/web_contents/web_contents_impl_unittest.cc',
301 'browser/web_contents/web_contents_view_mac_unittest.mm', 301 'browser/web_contents/web_contents_view_mac_unittest.mm',
302 'browser/web_contents/web_drag_dest_mac_unittest.mm', 302 'browser/web_contents/web_drag_dest_mac_unittest.mm',
303 'browser/web_contents/web_drag_source_mac_unittest.mm', 303 'browser/web_contents/web_drag_source_mac_unittest.mm',
304 'browser/webui/web_ui_message_handler_unittest.cc', 304 'browser/webui/web_ui_message_handler_unittest.cc',
305 'common/android/address_parser_unittest.cc', 305 'common/android/address_parser_unittest.cc',
306 'common/mac/attributed_string_coder_unittest.mm', 306 'common/mac/attributed_string_coder_unittest.mm',
307 'common/mac/font_descriptor_unittest.mm', 307 'common/mac/font_descriptor_unittest.mm',
308 'common/gamepad_seqlock_unittest.cc',
309 'common/gpu/gpu_info_unittest.cc', 308 'common/gpu/gpu_info_unittest.cc',
310 'common/gpu/gpu_memory_manager_unittest.cc', 309 'common/gpu/gpu_memory_manager_unittest.cc',
311 'common/gpu/media/avc_config_record_builder_unittest.cc', 310 'common/gpu/media/avc_config_record_builder_unittest.cc',
312 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 311 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
313 'common/inter_process_time_ticks_converter_unittest.cc', 312 'common/inter_process_time_ticks_converter_unittest.cc',
314 'common/page_zoom_unittest.cc', 313 'common/page_zoom_unittest.cc',
315 'common/resource_dispatcher_unittest.cc', 314 'common/resource_dispatcher_unittest.cc',
316 'common/sandbox_mac_diraccess_unittest.mm', 315 'common/sandbox_mac_diraccess_unittest.mm',
317 'common/sandbox_mac_fontloading_unittest.mm', 316 'common/sandbox_mac_fontloading_unittest.mm',
318 'common/sandbox_mac_unittest_helper.h', 317 'common/sandbox_mac_unittest_helper.h',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 682 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
684 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 683 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
685 ], 684 ],
686 }, 685 },
687 'includes': [ '../build/apk_test.gypi' ], 686 'includes': [ '../build/apk_test.gypi' ],
688 }, 687 },
689 ], 688 ],
690 }], 689 }],
691 ], 690 ],
692 } 691 }
OLDNEW
« no previous file with comments | « content/common/gamepad_seqlock_unittest.cc ('k') | content/renderer/gamepad_shared_memory_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698