OLD | NEW |
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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 'browser/webui/web_ui_message_handler_unittest.cc', | 511 'browser/webui/web_ui_message_handler_unittest.cc', |
512 'child/blink_platform_unittest.cc', | 512 'child/blink_platform_unittest.cc', |
513 'child/fileapi/webfilewriter_base_unittest.cc', | 513 'child/fileapi/webfilewriter_base_unittest.cc', |
514 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 514 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
515 'child/indexed_db/webidbcursor_impl_unittest.cc', | 515 'child/indexed_db/webidbcursor_impl_unittest.cc', |
516 'child/npapi/plugin_lib_unittest.cc', | 516 'child/npapi/plugin_lib_unittest.cc', |
517 'child/power_monitor_broadcast_source_unittest.cc', | 517 'child/power_monitor_broadcast_source_unittest.cc', |
518 'child/resource_dispatcher_unittest.cc', | 518 'child/resource_dispatcher_unittest.cc', |
519 'child/site_isolation_policy_unittest.cc', | 519 'child/site_isolation_policy_unittest.cc', |
520 'child/touch_fling_gesture_curve_unittest.cc', | 520 'child/touch_fling_gesture_curve_unittest.cc', |
| 521 'child/web_url_loader_impl_unittest.cc', |
521 'child/webcrypto/shared_crypto_unittest.cc', | 522 'child/webcrypto/shared_crypto_unittest.cc', |
522 'child/worker_task_runner_unittest.cc', | 523 'child/worker_task_runner_unittest.cc', |
523 'common/android/address_parser_unittest.cc', | 524 'common/android/address_parser_unittest.cc', |
524 'common/cc_messages_unittest.cc', | 525 'common/cc_messages_unittest.cc', |
525 'common/common_param_traits_unittest.cc', | 526 'common/common_param_traits_unittest.cc', |
526 'common/cursors/webcursor_unittest.cc', | 527 'common/cursors/webcursor_unittest.cc', |
527 'common/dom_storage/dom_storage_map_unittest.cc', | 528 'common/dom_storage/dom_storage_map_unittest.cc', |
528 'common/gpu/gpu_memory_manager_unittest.cc', | 529 'common/gpu/gpu_memory_manager_unittest.cc', |
529 'common/host_shared_bitmap_manager_unittest.cc', | 530 'common/host_shared_bitmap_manager_unittest.cc', |
530 'common/indexed_db/indexed_db_key_unittest.cc', | 531 'common/indexed_db/indexed_db_key_unittest.cc', |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1724 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1724 }, | 1725 }, |
1725 ], | 1726 ], |
1726 }], | 1727 }], |
1727 ], | 1728 ], |
1728 }, | 1729 }, |
1729 ], | 1730 ], |
1730 }], | 1731 }], |
1731 ], | 1732 ], |
1732 } | 1733 } |
OLD | NEW |