Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: content/content_tests.gypi

Issue 12035105: Move client certificates retrieval logic out of the SSL sockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ryan's remarks Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'additional_src_dirs': ['../content/public/android/javatests/',], 1026 'additional_src_dirs': ['../content/public/android/javatests/',],
1026 'resource_dir': '../shell_apk/res', 1027 'resource_dir': '../shell_apk/res',
1027 'is_test_apk': 1, 1028 'is_test_apk': 1,
1028 }, 1029 },
1029 'includes': [ '../build/java_apk.gypi' ], 1030 'includes': [ '../build/java_apk.gypi' ],
1030 }, 1031 },
1031 ], 1032 ],
1032 }], 1033 }],
1033 ], 1034 ],
1034 } 1035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698