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

Side by Side Diff: content/content_tests.gypi

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored AXTreeImpl::UpdateNode 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'browser/webui/web_ui_data_source_unittest.cc', 479 'browser/webui/web_ui_data_source_unittest.cc',
480 'browser/webui/web_ui_message_handler_unittest.cc', 480 'browser/webui/web_ui_message_handler_unittest.cc',
481 'child/fileapi/webfilewriter_base_unittest.cc', 481 'child/fileapi/webfilewriter_base_unittest.cc',
482 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 482 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
483 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc', 483 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
484 'child/npapi/plugin_lib_unittest.cc', 484 'child/npapi/plugin_lib_unittest.cc',
485 'child/power_monitor_broadcast_source_unittest.cc', 485 'child/power_monitor_broadcast_source_unittest.cc',
486 'child/resource_dispatcher_unittest.cc', 486 'child/resource_dispatcher_unittest.cc',
487 'child/site_isolation_policy_unittest.cc', 487 'child/site_isolation_policy_unittest.cc',
488 'common/android/address_parser_unittest.cc', 488 'common/android/address_parser_unittest.cc',
489 'common/ax_tree_unittest.cc',
489 'common/cc_messages_unittest.cc', 490 'common/cc_messages_unittest.cc',
490 'common/common_param_traits_unittest.cc', 491 'common/common_param_traits_unittest.cc',
491 'common/dom_storage/dom_storage_map_unittest.cc', 492 'common/dom_storage/dom_storage_map_unittest.cc',
492 'common/gpu/gpu_memory_manager_unittest.cc', 493 'common/gpu/gpu_memory_manager_unittest.cc',
493 'common/indexed_db/indexed_db_key_unittest.cc', 494 'common/indexed_db/indexed_db_key_unittest.cc',
494 'common/input/input_param_traits_unittest.cc', 495 'common/input/input_param_traits_unittest.cc',
495 'common/inter_process_time_ticks_converter_unittest.cc', 496 'common/inter_process_time_ticks_converter_unittest.cc',
496 'common/mac/attributed_string_coder_unittest.mm', 497 'common/mac/attributed_string_coder_unittest.mm',
497 'common/mac/font_descriptor_unittest.mm', 498 'common/mac/font_descriptor_unittest.mm',
498 'common/page_state_serialization_unittest.cc', 499 'common/page_state_serialization_unittest.cc',
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1597 }, 1598 },
1598 ], 1599 ],
1599 }], 1600 }],
1600 ], 1601 ],
1601 }, 1602 },
1602 ], 1603 ],
1603 }], 1604 }],
1604 ], 1605 ],
1605 } 1606 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698