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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'child/npapi/plugin_lib_unittest.cc', | 397 'child/npapi/plugin_lib_unittest.cc', |
398 'child/power_monitor_broadcast_source_unittest.cc', | 398 'child/power_monitor_broadcast_source_unittest.cc', |
399 'child/resource_dispatcher_unittest.cc', | 399 'child/resource_dispatcher_unittest.cc', |
400 'child/site_isolation_policy_unittest.cc', | 400 'child/site_isolation_policy_unittest.cc', |
401 'common/android/address_parser_unittest.cc', | 401 'common/android/address_parser_unittest.cc', |
402 'common/cc_messages_unittest.cc', | 402 'common/cc_messages_unittest.cc', |
403 'common/common_param_traits_unittest.cc', | 403 'common/common_param_traits_unittest.cc', |
404 'common/dom_storage/dom_storage_map_unittest.cc', | 404 'common/dom_storage/dom_storage_map_unittest.cc', |
405 'common/gpu/gpu_memory_manager_unittest.cc', | 405 'common/gpu/gpu_memory_manager_unittest.cc', |
406 'common/indexed_db/indexed_db_key_unittest.cc', | 406 'common/indexed_db/indexed_db_key_unittest.cc', |
| 407 'common/input/input_param_traits_unittest.cc', |
407 'common/inter_process_time_ticks_converter_unittest.cc', | 408 'common/inter_process_time_ticks_converter_unittest.cc', |
408 'common/mac/attributed_string_coder_unittest.mm', | 409 'common/mac/attributed_string_coder_unittest.mm', |
409 'common/mac/font_descriptor_unittest.mm', | 410 'common/mac/font_descriptor_unittest.mm', |
410 'common/page_state_serialization_unittest.cc', | 411 'common/page_state_serialization_unittest.cc', |
411 'common/page_zoom_unittest.cc', | 412 'common/page_zoom_unittest.cc', |
412 'common/plugin_list_unittest.cc', | 413 'common/plugin_list_unittest.cc', |
413 'common/sandbox_mac_diraccess_unittest.mm', | 414 'common/sandbox_mac_diraccess_unittest.mm', |
414 'common/sandbox_mac_fontloading_unittest.mm', | 415 'common/sandbox_mac_fontloading_unittest.mm', |
415 'common/sandbox_mac_system_access_unittest.mm', | 416 'common/sandbox_mac_system_access_unittest.mm', |
416 'common/sandbox_mac_unittest_helper.h', | 417 'common/sandbox_mac_unittest_helper.h', |
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1402 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1403 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1403 }, | 1404 }, |
1404 ], | 1405 ], |
1405 }], | 1406 }], |
1406 ], | 1407 ], |
1407 }, | 1408 }, |
1408 ], | 1409 ], |
1409 }], | 1410 }], |
1410 ], | 1411 ], |
1411 } | 1412 } |
OLD | NEW |