| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'browser/geolocation/win7_location_api_unittest_win.cc', | 226 'browser/geolocation/win7_location_api_unittest_win.cc', |
| 227 'browser/geolocation/win7_location_provider_unittest_win.cc', | 227 'browser/geolocation/win7_location_provider_unittest_win.cc', |
| 228 'browser/host_zoom_map_impl_unittest.cc', | 228 'browser/host_zoom_map_impl_unittest.cc', |
| 229 'browser/in_process_webkit/dom_storage_unittest.cc', | 229 'browser/in_process_webkit/dom_storage_unittest.cc', |
| 230 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', | 230 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', |
| 231 'browser/in_process_webkit/indexed_db_unittest.cc', | 231 'browser/in_process_webkit/indexed_db_unittest.cc', |
| 232 'browser/in_process_webkit/webkit_thread_unittest.cc', | 232 'browser/in_process_webkit/webkit_thread_unittest.cc', |
| 233 'browser/intents/intent_injector_unittest.cc', | 233 'browser/intents/intent_injector_unittest.cc', |
| 234 'browser/intents/internal_web_intents_dispatcher_unittest.cc', | 234 'browser/intents/internal_web_intents_dispatcher_unittest.cc', |
| 235 'browser/mach_broker_mac_unittest.cc', | 235 'browser/mach_broker_mac_unittest.cc', |
| 236 'browser/media_device_notifications_linux_unittest.cc', | |
| 237 'browser/notification_service_impl_unittest.cc', | 236 'browser/notification_service_impl_unittest.cc', |
| 238 'browser/plugin_loader_posix_unittest.cc', | 237 'browser/plugin_loader_posix_unittest.cc', |
| 239 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 238 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
| 240 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 239 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| 241 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', | 240 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', |
| 242 'browser/renderer_host/media/audio_renderer_host_unittest.cc', | 241 'browser/renderer_host/media/audio_renderer_host_unittest.cc', |
| 243 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', | 242 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', |
| 244 'browser/renderer_host/media/video_capture_host_unittest.cc', | 243 'browser/renderer_host/media/video_capture_host_unittest.cc', |
| 245 'browser/renderer_host/media/video_capture_manager_unittest.cc', | 244 'browser/renderer_host/media/video_capture_manager_unittest.cc', |
| 246 'browser/renderer_host/render_view_host_unittest.cc', | 245 'browser/renderer_host/render_view_host_unittest.cc', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 ], | 497 ], |
| 499 'sources': [ | 498 'sources': [ |
| 500 'common/gpu/media/video_decode_accelerator_unittest.cc', | 499 'common/gpu/media/video_decode_accelerator_unittest.cc', |
| 501 ], | 500 ], |
| 502 } | 501 } |
| 503 ], | 502 ], |
| 504 }, | 503 }, |
| 505 ], | 504 ], |
| 506 ], | 505 ], |
| 507 } | 506 } |
| OLD | NEW |