| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'common/mac/font_descriptor_unittest.mm', | 367 'common/mac/font_descriptor_unittest.mm', |
| 368 'common/gpu/gpu_memory_manager_unittest.cc', | 368 'common/gpu/gpu_memory_manager_unittest.cc', |
| 369 'common/inter_process_time_ticks_converter_unittest.cc', | 369 'common/inter_process_time_ticks_converter_unittest.cc', |
| 370 'common/page_zoom_unittest.cc', | 370 'common/page_zoom_unittest.cc', |
| 371 'common/resource_dispatcher_unittest.cc', | 371 'common/resource_dispatcher_unittest.cc', |
| 372 'common/sandbox_mac_diraccess_unittest.mm', | 372 'common/sandbox_mac_diraccess_unittest.mm', |
| 373 'common/sandbox_mac_fontloading_unittest.mm', | 373 'common/sandbox_mac_fontloading_unittest.mm', |
| 374 'common/sandbox_mac_system_access_unittest.mm', | 374 'common/sandbox_mac_system_access_unittest.mm', |
| 375 'common/sandbox_mac_unittest_helper.h', | 375 'common/sandbox_mac_unittest_helper.h', |
| 376 'common/sandbox_mac_unittest_helper.mm', | 376 'common/sandbox_mac_unittest_helper.mm', |
| 377 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', | 377 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 378 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', | 378 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc', |
| 379 'renderer/active_notification_tracker_unittest.cc', | 379 'renderer/active_notification_tracker_unittest.cc', |
| 380 'renderer/android/email_detector_unittest.cc', | 380 'renderer/android/email_detector_unittest.cc', |
| 381 'renderer/android/phone_number_detector_unittest.cc', | 381 'renderer/android/phone_number_detector_unittest.cc', |
| 382 'renderer/bmp_image_decoder_unittest.cc', | 382 'renderer/bmp_image_decoder_unittest.cc', |
| 383 'renderer/date_time_formatter_unittest.cc', | 383 'renderer/date_time_formatter_unittest.cc', |
| 384 'renderer/disambiguation_popup_helper_unittest.cc', | 384 'renderer/disambiguation_popup_helper_unittest.cc', |
| 385 'renderer/gpu/input_event_filter_unittest.cc', | 385 'renderer/gpu/input_event_filter_unittest.cc', |
| 386 'renderer/gpu/input_handler_proxy_unittest.cc', | 386 'renderer/gpu/input_handler_proxy_unittest.cc', |
| 387 'renderer/hyphenator/hyphenator_unittest.cc', | 387 'renderer/hyphenator/hyphenator_unittest.cc', |
| 388 'renderer/ico_image_decoder_unittest.cc', | 388 'renderer/ico_image_decoder_unittest.cc', |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1175 'resource_dir': 'shell/android/shell_apk/res', | 1175 'resource_dir': 'shell/android/shell_apk/res', |
| 1176 'additional_src_dirs': ['public/android/javatests/',], | 1176 'additional_src_dirs': ['public/android/javatests/',], |
| 1177 'is_test_apk': 1, | 1177 'is_test_apk': 1, |
| 1178 }, | 1178 }, |
| 1179 'includes': [ '../build/java_apk.gypi' ], | 1179 'includes': [ '../build/java_apk.gypi' ], |
| 1180 }, | 1180 }, |
| 1181 ], | 1181 ], |
| 1182 }], | 1182 }], |
| 1183 ], | 1183 ], |
| 1184 } | 1184 } |
| OLD | NEW |