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

Side by Side Diff: content/content_tests.gypi

Issue 165373004: Move WorkerTaskRunner to content/child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/render_thread_impl.cc » ('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 '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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'browser/web_contents/web_drag_source_mac_unittest.mm', 509 'browser/web_contents/web_drag_source_mac_unittest.mm',
510 'browser/webui/web_ui_data_source_unittest.cc', 510 'browser/webui/web_ui_data_source_unittest.cc',
511 'browser/webui/web_ui_message_handler_unittest.cc', 511 'browser/webui/web_ui_message_handler_unittest.cc',
512 'child/fileapi/webfilewriter_base_unittest.cc', 512 'child/fileapi/webfilewriter_base_unittest.cc',
513 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 513 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
514 'child/indexed_db/webidbcursor_impl_unittest.cc', 514 'child/indexed_db/webidbcursor_impl_unittest.cc',
515 'child/npapi/plugin_lib_unittest.cc', 515 'child/npapi/plugin_lib_unittest.cc',
516 'child/power_monitor_broadcast_source_unittest.cc', 516 'child/power_monitor_broadcast_source_unittest.cc',
517 'child/resource_dispatcher_unittest.cc', 517 'child/resource_dispatcher_unittest.cc',
518 'child/site_isolation_policy_unittest.cc', 518 'child/site_isolation_policy_unittest.cc',
519 'child/worker_task_runner_unittest.cc',
519 'common/android/address_parser_unittest.cc', 520 'common/android/address_parser_unittest.cc',
520 'common/cc_messages_unittest.cc', 521 'common/cc_messages_unittest.cc',
521 'common/common_param_traits_unittest.cc', 522 'common/common_param_traits_unittest.cc',
522 'common/dom_storage/dom_storage_map_unittest.cc', 523 'common/dom_storage/dom_storage_map_unittest.cc',
523 'common/gpu/gpu_memory_manager_unittest.cc', 524 'common/gpu/gpu_memory_manager_unittest.cc',
524 'common/indexed_db/indexed_db_key_unittest.cc', 525 'common/indexed_db/indexed_db_key_unittest.cc',
525 'common/input/input_param_traits_unittest.cc', 526 'common/input/input_param_traits_unittest.cc',
526 'common/input/web_input_event_traits_unittest.cc', 527 'common/input/web_input_event_traits_unittest.cc',
527 'common/inter_process_time_ticks_converter_unittest.cc', 528 'common/inter_process_time_ticks_converter_unittest.cc',
528 'common/mac/attributed_string_coder_unittest.mm', 529 'common/mac/attributed_string_coder_unittest.mm',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '../webkit/browser/fileapi/sandbox_database_test_helper.h', 619 '../webkit/browser/fileapi/sandbox_database_test_helper.h',
619 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', 620 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
620 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , 621 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' ,
621 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 622 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
622 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc', 623 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc',
623 '../webkit/browser/fileapi/test_file_set.cc', 624 '../webkit/browser/fileapi/test_file_set.cc',
624 '../webkit/browser/fileapi/test_file_set.h', 625 '../webkit/browser/fileapi/test_file_set.h',
625 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 626 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
626 '../webkit/child/multipart_response_delegate_unittest.cc', 627 '../webkit/child/multipart_response_delegate_unittest.cc',
627 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 628 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
628 '../webkit/child/worker_task_runner_unittest.cc',
629 '../webkit/common/blob/shareable_file_reference_unittest.cc', 629 '../webkit/common/blob/shareable_file_reference_unittest.cc',
630 '../webkit/common/cursors/webcursor_unittest.cc', 630 '../webkit/common/cursors/webcursor_unittest.cc',
631 '../webkit/common/database/database_connections_unittest.cc', 631 '../webkit/common/database/database_connections_unittest.cc',
632 '../webkit/common/database/database_identifier_unittest.cc', 632 '../webkit/common/database/database_identifier_unittest.cc',
633 '../webkit/common/fileapi/file_system_util_unittest.cc', 633 '../webkit/common/fileapi/file_system_util_unittest.cc',
634 '../webkit/glue/webkit_glue_unittest.cc', 634 '../webkit/glue/webkit_glue_unittest.cc',
635 '../webkit/common/user_agent/user_agent_unittest.cc', 635 '../webkit/common/user_agent/user_agent_unittest.cc',
636 '../webkit/browser/quota/mock_quota_manager.cc', 636 '../webkit/browser/quota/mock_quota_manager.cc',
637 '../webkit/browser/quota/mock_quota_manager.h', 637 '../webkit/browser/quota/mock_quota_manager.h',
638 '../webkit/browser/quota/mock_quota_manager_proxy.cc', 638 '../webkit/browser/quota/mock_quota_manager_proxy.cc',
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1649 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1650 }, 1650 },
1651 ], 1651 ],
1652 }], 1652 }],
1653 ], 1653 ],
1654 }, 1654 },
1655 ], 1655 ],
1656 }], 1656 }],
1657 ], 1657 ],
1658 } 1658 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698