| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'common/cc_messages_unittest.cc', | 372 'common/cc_messages_unittest.cc', |
| 373 'common/common_param_traits_unittest.cc', | 373 'common/common_param_traits_unittest.cc', |
| 374 'common/mac/attributed_string_coder_unittest.mm', | 374 'common/mac/attributed_string_coder_unittest.mm', |
| 375 'common/mac/font_descriptor_unittest.mm', | 375 'common/mac/font_descriptor_unittest.mm', |
| 376 'common/gpu/gpu_info_unittest.cc', | 376 'common/gpu/gpu_info_unittest.cc', |
| 377 'common/gpu/gpu_memory_manager_unittest.cc', | 377 'common/gpu/gpu_memory_manager_unittest.cc', |
| 378 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 378 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 379 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', | 379 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', |
| 380 'common/inter_process_time_ticks_converter_unittest.cc', | 380 'common/inter_process_time_ticks_converter_unittest.cc', |
| 381 'common/page_zoom_unittest.cc', | 381 'common/page_zoom_unittest.cc', |
| 382 'common/partial_circular_buffer_unittest.cc', | |
| 383 'common/resource_dispatcher_unittest.cc', | 382 'common/resource_dispatcher_unittest.cc', |
| 384 'common/sandbox_mac_diraccess_unittest.mm', | 383 'common/sandbox_mac_diraccess_unittest.mm', |
| 385 'common/sandbox_mac_fontloading_unittest.mm', | 384 'common/sandbox_mac_fontloading_unittest.mm', |
| 386 'common/sandbox_mac_unittest_helper.h', | 385 'common/sandbox_mac_unittest_helper.h', |
| 387 'common/sandbox_mac_unittest_helper.mm', | 386 'common/sandbox_mac_unittest_helper.mm', |
| 388 'common/sandbox_mac_system_access_unittest.mm', | 387 'common/sandbox_mac_system_access_unittest.mm', |
| 389 'gpu/gpu_info_collector_unittest.cc', | 388 'gpu/gpu_info_collector_unittest.cc', |
| 390 'renderer/active_notification_tracker_unittest.cc', | 389 'renderer/active_notification_tracker_unittest.cc', |
| 391 'renderer/android/email_detector_unittest.cc', | 390 'renderer/android/email_detector_unittest.cc', |
| 392 'renderer/android/phone_number_detector_unittest.cc', | 391 'renderer/android/phone_number_detector_unittest.cc', |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'resource_dir': 'shell/android/shell_apk/res', | 1108 'resource_dir': 'shell/android/shell_apk/res', |
| 1110 'additional_src_dirs': ['public/android/javatests/',], | 1109 'additional_src_dirs': ['public/android/javatests/',], |
| 1111 'is_test_apk': 1, | 1110 'is_test_apk': 1, |
| 1112 }, | 1111 }, |
| 1113 'includes': [ '../build/java_apk.gypi' ], | 1112 'includes': [ '../build/java_apk.gypi' ], |
| 1114 }, | 1113 }, |
| 1115 ], | 1114 ], |
| 1116 }], | 1115 }], |
| 1117 ], | 1116 ], |
| 1118 } | 1117 } |
| OLD | NEW |