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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'common/mac/font_descriptor_unittest.mm', | 507 'common/mac/font_descriptor_unittest.mm', |
508 'common/page_state_serialization_unittest.cc', | 508 'common/page_state_serialization_unittest.cc', |
509 'common/page_zoom_unittest.cc', | 509 'common/page_zoom_unittest.cc', |
510 'common/plugin_list_unittest.cc', | 510 'common/plugin_list_unittest.cc', |
511 'common/sandbox_mac_diraccess_unittest.mm', | 511 'common/sandbox_mac_diraccess_unittest.mm', |
512 'common/sandbox_mac_fontloading_unittest.mm', | 512 'common/sandbox_mac_fontloading_unittest.mm', |
513 'common/sandbox_mac_system_access_unittest.mm', | 513 'common/sandbox_mac_system_access_unittest.mm', |
514 'common/sandbox_mac_unittest_helper.h', | 514 'common/sandbox_mac_unittest_helper.h', |
515 'common/sandbox_mac_unittest_helper.mm', | 515 'common/sandbox_mac_unittest_helper.mm', |
516 'common/webplugininfo_unittest.cc', | 516 'common/webplugininfo_unittest.cc', |
| 517 'public/renderer/media_stream_video_source_unittest.cc', |
517 'renderer/active_notification_tracker_unittest.cc', | 518 'renderer/active_notification_tracker_unittest.cc', |
518 'renderer/android/email_detector_unittest.cc', | 519 'renderer/android/email_detector_unittest.cc', |
519 'renderer/android/phone_number_detector_unittest.cc', | 520 'renderer/android/phone_number_detector_unittest.cc', |
520 'renderer/bmp_image_decoder_unittest.cc', | 521 'renderer/bmp_image_decoder_unittest.cc', |
521 'renderer/device_orientation/device_motion_event_pump_unittest.cc', | 522 'renderer/device_orientation/device_motion_event_pump_unittest.cc', |
522 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', | 523 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', |
523 'renderer/disambiguation_popup_helper_unittest.cc', | 524 'renderer/disambiguation_popup_helper_unittest.cc', |
524 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', | 525 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', |
525 'renderer/ico_image_decoder_unittest.cc', | 526 'renderer/ico_image_decoder_unittest.cc', |
526 'renderer/input/input_event_filter_unittest.cc', | 527 'renderer/input/input_event_filter_unittest.cc', |
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1644 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1644 }, | 1645 }, |
1645 ], | 1646 ], |
1646 }], | 1647 }], |
1647 ], | 1648 ], |
1648 }, | 1649 }, |
1649 ], | 1650 ], |
1650 }], | 1651 }], |
1651 ], | 1652 ], |
1652 } | 1653 } |
OLD | NEW |