| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'common/android/address_parser_unittest.cc', | 385 'common/android/address_parser_unittest.cc', |
| 386 'common/cc_messages_unittest.cc', | 386 'common/cc_messages_unittest.cc', |
| 387 'common/common_param_traits_unittest.cc', | 387 'common/common_param_traits_unittest.cc', |
| 388 'common/gpu/gpu_memory_manager_unittest.cc', | 388 'common/gpu/gpu_memory_manager_unittest.cc', |
| 389 'common/indexed_db/indexed_db_key_unittest.cc', | 389 'common/indexed_db/indexed_db_key_unittest.cc', |
| 390 'common/inter_process_time_ticks_converter_unittest.cc', | 390 'common/inter_process_time_ticks_converter_unittest.cc', |
| 391 'common/mac/attributed_string_coder_unittest.mm', | 391 'common/mac/attributed_string_coder_unittest.mm', |
| 392 'common/mac/font_descriptor_unittest.mm', | 392 'common/mac/font_descriptor_unittest.mm', |
| 393 'common/page_state_serialization_unittest.cc', | 393 'common/page_state_serialization_unittest.cc', |
| 394 'common/page_zoom_unittest.cc', | 394 'common/page_zoom_unittest.cc', |
| 395 'common/power_monitor_broadcast_source_unittest.cc', |
| 396 'common/power_monitor_message_broadcaster_unittest.cc', |
| 395 'common/sandbox_mac_diraccess_unittest.mm', | 397 'common/sandbox_mac_diraccess_unittest.mm', |
| 396 'common/sandbox_mac_fontloading_unittest.mm', | 398 'common/sandbox_mac_fontloading_unittest.mm', |
| 397 'common/sandbox_mac_system_access_unittest.mm', | 399 'common/sandbox_mac_system_access_unittest.mm', |
| 398 'common/sandbox_mac_unittest_helper.h', | 400 'common/sandbox_mac_unittest_helper.h', |
| 399 'common/sandbox_mac_unittest_helper.mm', | 401 'common/sandbox_mac_unittest_helper.mm', |
| 400 'renderer/active_notification_tracker_unittest.cc', | 402 'renderer/active_notification_tracker_unittest.cc', |
| 401 'renderer/android/email_detector_unittest.cc', | 403 'renderer/android/email_detector_unittest.cc', |
| 402 'renderer/android/phone_number_detector_unittest.cc', | 404 'renderer/android/phone_number_detector_unittest.cc', |
| 403 'renderer/bmp_image_decoder_unittest.cc', | 405 'renderer/bmp_image_decoder_unittest.cc', |
| 404 'renderer/date_time_formatter_unittest.cc', | 406 'renderer/date_time_formatter_unittest.cc', |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 'resource_dir': 'shell/android/shell_apk/res', | 1225 'resource_dir': 'shell/android/shell_apk/res', |
| 1224 'additional_src_dirs': ['public/android/javatests/',], | 1226 'additional_src_dirs': ['public/android/javatests/',], |
| 1225 'is_test_apk': 1, | 1227 'is_test_apk': 1, |
| 1226 }, | 1228 }, |
| 1227 'includes': [ '../build/java_apk.gypi' ], | 1229 'includes': [ '../build/java_apk.gypi' ], |
| 1228 }, | 1230 }, |
| 1229 ], | 1231 ], |
| 1230 }], | 1232 }], |
| 1231 ], | 1233 ], |
| 1232 } | 1234 } |
| OLD | NEW |