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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'common/android/address_parser_unittest.cc', | 390 'common/android/address_parser_unittest.cc', |
391 'common/cc_messages_unittest.cc', | 391 'common/cc_messages_unittest.cc', |
392 'common/common_param_traits_unittest.cc', | 392 'common/common_param_traits_unittest.cc', |
393 'common/gpu/gpu_memory_manager_unittest.cc', | 393 'common/gpu/gpu_memory_manager_unittest.cc', |
394 'common/indexed_db/indexed_db_key_unittest.cc', | 394 'common/indexed_db/indexed_db_key_unittest.cc', |
395 'common/inter_process_time_ticks_converter_unittest.cc', | 395 'common/inter_process_time_ticks_converter_unittest.cc', |
396 'common/mac/attributed_string_coder_unittest.mm', | 396 'common/mac/attributed_string_coder_unittest.mm', |
397 'common/mac/font_descriptor_unittest.mm', | 397 'common/mac/font_descriptor_unittest.mm', |
398 'common/page_state_serialization_unittest.cc', | 398 'common/page_state_serialization_unittest.cc', |
399 'common/page_zoom_unittest.cc', | 399 'common/page_zoom_unittest.cc', |
| 400 'common/power_monitor_broadcast_source_unittest.cc', |
| 401 'common/power_monitor_message_broadcaster_unittest.cc', |
400 'common/sandbox_mac_diraccess_unittest.mm', | 402 'common/sandbox_mac_diraccess_unittest.mm', |
401 'common/sandbox_mac_fontloading_unittest.mm', | 403 'common/sandbox_mac_fontloading_unittest.mm', |
402 'common/sandbox_mac_system_access_unittest.mm', | 404 'common/sandbox_mac_system_access_unittest.mm', |
403 'common/sandbox_mac_unittest_helper.h', | 405 'common/sandbox_mac_unittest_helper.h', |
404 'common/sandbox_mac_unittest_helper.mm', | 406 'common/sandbox_mac_unittest_helper.mm', |
405 'renderer/active_notification_tracker_unittest.cc', | 407 'renderer/active_notification_tracker_unittest.cc', |
406 'renderer/android/email_detector_unittest.cc', | 408 'renderer/android/email_detector_unittest.cc', |
407 'renderer/android/phone_number_detector_unittest.cc', | 409 'renderer/android/phone_number_detector_unittest.cc', |
408 'renderer/bmp_image_decoder_unittest.cc', | 410 'renderer/bmp_image_decoder_unittest.cc', |
409 'renderer/date_time_formatter_unittest.cc', | 411 'renderer/date_time_formatter_unittest.cc', |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1230 'resource_dir': 'shell/android/shell_apk/res', | 1232 'resource_dir': 'shell/android/shell_apk/res', |
1231 'additional_src_dirs': ['public/android/javatests/',], | 1233 'additional_src_dirs': ['public/android/javatests/',], |
1232 'is_test_apk': 1, | 1234 'is_test_apk': 1, |
1233 }, | 1235 }, |
1234 'includes': [ '../build/java_apk.gypi' ], | 1236 'includes': [ '../build/java_apk.gypi' ], |
1235 }, | 1237 }, |
1236 ], | 1238 ], |
1237 }], | 1239 }], |
1238 ], | 1240 ], |
1239 } | 1241 } |
OLD | NEW |