| 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 '../webkit/fileapi/webfilewriter_base_unittest.cc', | 413 '../webkit/fileapi/webfilewriter_base_unittest.cc', |
| 414 '../webkit/media/buffered_data_source_unittest.cc', | 414 '../webkit/media/buffered_data_source_unittest.cc', |
| 415 '../webkit/media/buffered_resource_loader_unittest.cc', | 415 '../webkit/media/buffered_resource_loader_unittest.cc', |
| 416 '../webkit/media/cache_util_unittest.cc', | 416 '../webkit/media/cache_util_unittest.cc', |
| 417 '../webkit/media/crypto/proxy_decryptor_unittest.cc', | 417 '../webkit/media/crypto/proxy_decryptor_unittest.cc', |
| 418 '../webkit/media/skcanvas_video_renderer_unittest.cc', | 418 '../webkit/media/skcanvas_video_renderer_unittest.cc', |
| 419 '../webkit/media/test_response_generator.cc', | 419 '../webkit/media/test_response_generator.cc', |
| 420 '../webkit/media/test_response_generator.h', | 420 '../webkit/media/test_response_generator.h', |
| 421 '../webkit/mocks/mock_weburlloader.cc', | 421 '../webkit/mocks/mock_weburlloader.cc', |
| 422 '../webkit/mocks/mock_weburlloader.h', | 422 '../webkit/mocks/mock_weburlloader.h', |
| 423 '../webkit/plugins/npapi/plugin_group_unittest.cc', | |
| 424 '../webkit/plugins/npapi/plugin_lib_unittest.cc', | 423 '../webkit/plugins/npapi/plugin_lib_unittest.cc', |
| 425 '../webkit/plugins/npapi/plugin_list_unittest.cc', | 424 '../webkit/plugins/npapi/plugin_list_unittest.cc', |
| 425 '../webkit/plugins/npapi/plugin_utils_unittest.cc', |
| 426 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', | 426 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', |
| 427 '../webkit/quota/mock_quota_manager.cc', | 427 '../webkit/quota/mock_quota_manager.cc', |
| 428 '../webkit/quota/mock_quota_manager.h', | 428 '../webkit/quota/mock_quota_manager.h', |
| 429 '../webkit/quota/mock_quota_manager_unittest.cc', | 429 '../webkit/quota/mock_quota_manager_unittest.cc', |
| 430 '../webkit/quota/mock_storage_client.cc', | 430 '../webkit/quota/mock_storage_client.cc', |
| 431 '../webkit/quota/mock_storage_client.h', | 431 '../webkit/quota/mock_storage_client.h', |
| 432 '../webkit/quota/quota_database_unittest.cc', | 432 '../webkit/quota/quota_database_unittest.cc', |
| 433 '../webkit/quota/quota_manager_unittest.cc', | 433 '../webkit/quota/quota_manager_unittest.cc', |
| 434 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', | 434 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', |
| 435 ], | 435 ], |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 '-buildfile', | 836 '-buildfile', |
| 837 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 837 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 838 ] | 838 ] |
| 839 } | 839 } |
| 840 ], | 840 ], |
| 841 }, | 841 }, |
| 842 ], | 842 ], |
| 843 }], | 843 }], |
| 844 ], | 844 ], |
| 845 } | 845 } |
| OLD | NEW |