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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'browser/gpu/gpu_util_unittest.cc', | 290 'browser/gpu/gpu_util_unittest.cc', |
291 'browser/host_zoom_map_impl_unittest.cc', | 291 'browser/host_zoom_map_impl_unittest.cc', |
292 'browser/hyphenator/hyphenator_message_filter_unittest.cc', | 292 'browser/hyphenator/hyphenator_message_filter_unittest.cc', |
293 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', | 293 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', |
294 'browser/in_process_webkit/indexed_db_unittest.cc', | 294 'browser/in_process_webkit/indexed_db_unittest.cc', |
295 'browser/in_process_webkit/webkit_thread_unittest.cc', | 295 'browser/in_process_webkit/webkit_thread_unittest.cc', |
296 'browser/intents/intent_injector_unittest.cc', | 296 'browser/intents/intent_injector_unittest.cc', |
297 'browser/intents/internal_web_intents_dispatcher_unittest.cc', | 297 'browser/intents/internal_web_intents_dispatcher_unittest.cc', |
298 'browser/loader/resource_buffer_unittest.cc', | 298 'browser/loader/resource_buffer_unittest.cc', |
299 'browser/loader/resource_dispatcher_host_unittest.cc', | 299 'browser/loader/resource_dispatcher_host_unittest.cc', |
| 300 'browser/loader/resource_loader_unittest.cc', |
300 'browser/mach_broker_mac_unittest.cc', | 301 'browser/mach_broker_mac_unittest.cc', |
301 'browser/media/media_internals_unittest.cc', | 302 'browser/media/media_internals_unittest.cc', |
302 'browser/media/webrtc_internals_unittest.cc', | 303 'browser/media/webrtc_internals_unittest.cc', |
303 'browser/notification_service_impl_unittest.cc', | 304 'browser/notification_service_impl_unittest.cc', |
304 'browser/plugin_loader_posix_unittest.cc', | 305 'browser/plugin_loader_posix_unittest.cc', |
305 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 306 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
306 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', | 307 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', |
307 'browser/renderer_host/media/audio_mirroring_manager_unittest.cc', | 308 'browser/renderer_host/media/audio_mirroring_manager_unittest.cc', |
308 'browser/renderer_host/media/audio_renderer_host_unittest.cc', | 309 'browser/renderer_host/media/audio_renderer_host_unittest.cc', |
309 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', | 310 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1039 'additional_src_dirs': ['../content/public/android/javatests/',], | 1040 'additional_src_dirs': ['../content/public/android/javatests/',], |
1040 'resource_dir': '../shell_apk/res', | 1041 'resource_dir': '../shell_apk/res', |
1041 'is_test_apk': 1, | 1042 'is_test_apk': 1, |
1042 }, | 1043 }, |
1043 'includes': [ '../build/java_apk.gypi' ], | 1044 'includes': [ '../build/java_apk.gypi' ], |
1044 }, | 1045 }, |
1045 ], | 1046 ], |
1046 }], | 1047 }], |
1047 ], | 1048 ], |
1048 } | 1049 } |
OLD | NEW |