| 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 'child/indexed_db/webidbcursor_impl_unittest.cc', | 504 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 505 'child/npapi/plugin_lib_unittest.cc', | 505 'child/npapi/plugin_lib_unittest.cc', |
| 506 'child/power_monitor_broadcast_source_unittest.cc', | 506 'child/power_monitor_broadcast_source_unittest.cc', |
| 507 'child/resource_dispatcher_unittest.cc', | 507 'child/resource_dispatcher_unittest.cc', |
| 508 'child/site_isolation_policy_unittest.cc', | 508 'child/site_isolation_policy_unittest.cc', |
| 509 'common/android/address_parser_unittest.cc', | 509 'common/android/address_parser_unittest.cc', |
| 510 'common/cc_messages_unittest.cc', | 510 'common/cc_messages_unittest.cc', |
| 511 'common/common_param_traits_unittest.cc', | 511 'common/common_param_traits_unittest.cc', |
| 512 'common/dom_storage/dom_storage_map_unittest.cc', | 512 'common/dom_storage/dom_storage_map_unittest.cc', |
| 513 'common/gpu/gpu_memory_manager_unittest.cc', | 513 'common/gpu/gpu_memory_manager_unittest.cc', |
| 514 'common/host_shared_bitmap_manager_unittest.cc', |
| 514 'common/indexed_db/indexed_db_key_unittest.cc', | 515 'common/indexed_db/indexed_db_key_unittest.cc', |
| 515 'common/input/input_param_traits_unittest.cc', | 516 'common/input/input_param_traits_unittest.cc', |
| 516 'common/input/web_input_event_traits_unittest.cc', | 517 'common/input/web_input_event_traits_unittest.cc', |
| 517 'common/inter_process_time_ticks_converter_unittest.cc', | 518 'common/inter_process_time_ticks_converter_unittest.cc', |
| 518 'common/mac/attributed_string_coder_unittest.mm', | 519 'common/mac/attributed_string_coder_unittest.mm', |
| 519 'common/mac/font_descriptor_unittest.mm', | 520 'common/mac/font_descriptor_unittest.mm', |
| 520 'common/page_state_serialization_unittest.cc', | 521 'common/page_state_serialization_unittest.cc', |
| 521 'common/page_zoom_unittest.cc', | 522 'common/page_zoom_unittest.cc', |
| 522 'common/plugin_list_unittest.cc', | 523 'common/plugin_list_unittest.cc', |
| 523 'common/sandbox_mac_diraccess_unittest.mm', | 524 'common/sandbox_mac_diraccess_unittest.mm', |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1637 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1638 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1638 }, | 1639 }, |
| 1639 ], | 1640 ], |
| 1640 }], | 1641 }], |
| 1641 ], | 1642 ], |
| 1642 }, | 1643 }, |
| 1643 ], | 1644 ], |
| 1644 }], | 1645 }], |
| 1645 ], | 1646 ], |
| 1646 } | 1647 } |
| OLD | NEW |