| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'browser/renderer_host/text_input_client_mac_unittest.mm', | 362 'browser/renderer_host/text_input_client_mac_unittest.mm', |
| 363 'browser/renderer_host/web_input_event_aura_unittest.cc', | 363 'browser/renderer_host/web_input_event_aura_unittest.cc', |
| 364 'browser/resolve_proxy_msg_helper_unittest.cc', | 364 'browser/resolve_proxy_msg_helper_unittest.cc', |
| 365 'browser/site_instance_impl_unittest.cc', | 365 'browser/site_instance_impl_unittest.cc', |
| 366 'browser/speech/chunked_byte_buffer_unittest.cc', | 366 'browser/speech/chunked_byte_buffer_unittest.cc', |
| 367 'browser/speech/endpointer/endpointer_unittest.cc', | 367 'browser/speech/endpointer/endpointer_unittest.cc', |
| 368 'browser/speech/google_one_shot_remote_engine_unittest.cc', | 368 'browser/speech/google_one_shot_remote_engine_unittest.cc', |
| 369 'browser/speech/google_streaming_remote_engine_unittest.cc', | 369 'browser/speech/google_streaming_remote_engine_unittest.cc', |
| 370 'browser/speech/speech_recognizer_impl_unittest.cc', | 370 'browser/speech/speech_recognizer_impl_unittest.cc', |
| 371 'browser/ssl/ssl_host_state_unittest.cc', | 371 'browser/ssl/ssl_host_state_unittest.cc', |
| 372 'browser/startup_task_runner_unittest.cc', |
| 372 'browser/storage_partition_impl_unittest.cc', | 373 'browser/storage_partition_impl_unittest.cc', |
| 373 'browser/storage_partition_impl_map_unittest.cc', | 374 'browser/storage_partition_impl_map_unittest.cc', |
| 374 'browser/streams/stream_unittest.cc', | 375 'browser/streams/stream_unittest.cc', |
| 375 'browser/streams/stream_url_request_job_unittest.cc', | 376 'browser/streams/stream_url_request_job_unittest.cc', |
| 376 'browser/system_message_window_win_unittest.cc', | 377 'browser/system_message_window_win_unittest.cc', |
| 377 'browser/tracing/trace_subscriber_stdio_unittest.cc', | 378 'browser/tracing/trace_subscriber_stdio_unittest.cc', |
| 378 'browser/web_contents/aura/window_slider_unittest.cc', | 379 'browser/web_contents/aura/window_slider_unittest.cc', |
| 379 'browser/web_contents/navigation_controller_impl_unittest.cc', | 380 'browser/web_contents/navigation_controller_impl_unittest.cc', |
| 380 'browser/web_contents/navigation_entry_impl_unittest.cc', | 381 'browser/web_contents/navigation_entry_impl_unittest.cc', |
| 381 'browser/web_contents/render_view_host_manager_unittest.cc', | 382 'browser/web_contents/render_view_host_manager_unittest.cc', |
| (...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1393 }, | 1394 }, |
| 1394 ], | 1395 ], |
| 1395 }], | 1396 }], |
| 1396 ], | 1397 ], |
| 1397 }, | 1398 }, |
| 1398 ], | 1399 ], |
| 1399 }], | 1400 }], |
| 1400 ], | 1401 ], |
| 1401 } | 1402 } |
| OLD | NEW |