| 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', | 503 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', |
| 504 '../webkit/plugins/ppapi/mock_platform_image_2d.h', | 504 '../webkit/plugins/ppapi/mock_platform_image_2d.h', |
| 505 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', | 505 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', |
| 506 '../webkit/plugins/ppapi/mock_plugin_delegate.h', | 506 '../webkit/plugins/ppapi/mock_plugin_delegate.h', |
| 507 '../webkit/plugins/ppapi/mock_resource.h', | 507 '../webkit/plugins/ppapi/mock_resource.h', |
| 508 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc', | 508 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc', |
| 509 '../webkit/plugins/ppapi/ppapi_unittest.cc', | 509 '../webkit/plugins/ppapi/ppapi_unittest.cc', |
| 510 '../webkit/plugins/ppapi/ppapi_unittest.h', | 510 '../webkit/plugins/ppapi/ppapi_unittest.h', |
| 511 '../webkit/plugins/ppapi/quota_file_io_unittest.cc', | 511 '../webkit/plugins/ppapi/quota_file_io_unittest.cc', |
| 512 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', | 512 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', |
| 513 '../webkit/quota/mock_quota_manager.cc', | 513 '../webkit/browser/quota/mock_quota_manager.cc', |
| 514 '../webkit/quota/mock_quota_manager.h', | 514 '../webkit/browser/quota/mock_quota_manager.h', |
| 515 '../webkit/quota/mock_quota_manager_unittest.cc', | 515 '../webkit/browser/quota/mock_quota_manager_unittest.cc', |
| 516 '../webkit/quota/mock_storage_client.cc', | 516 '../webkit/browser/quota/mock_storage_client.cc', |
| 517 '../webkit/quota/mock_storage_client.h', | 517 '../webkit/browser/quota/mock_storage_client.h', |
| 518 '../webkit/quota/quota_database_unittest.cc', | 518 '../webkit/browser/quota/quota_database_unittest.cc', |
| 519 '../webkit/quota/quota_manager_unittest.cc', | 519 '../webkit/browser/quota/quota_manager_unittest.cc', |
| 520 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', | 520 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 521 '../webkit/quota/usage_tracker_unittest.cc', | 521 '../webkit/browser/quota/usage_tracker_unittest.cc', |
| 522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc', | 522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc', |
| 523 ], | 523 ], |
| 524 'conditions': [ | 524 'conditions': [ |
| 525 ['OS == "ios"', { | 525 ['OS == "ios"', { |
| 526 'sources/': [ | 526 'sources/': [ |
| 527 # iOS only needs a small portion of content; exclude all the | 527 # iOS only needs a small portion of content; exclude all the |
| 528 # implementation, and re-include what is used. | 528 # implementation, and re-include what is used. |
| 529 ['exclude', '\\.(cc|mm)$'], | 529 ['exclude', '\\.(cc|mm)$'], |
| 530 ['include', '_ios\\.(cc|mm)$'], | 530 ['include', '_ios\\.(cc|mm)$'], |
| 531 ['include', '^browser/notification_service_impl_unittest\\.cc$'], | 531 ['include', '^browser/notification_service_impl_unittest\\.cc$'], |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 'resource_dir': 'shell/android/shell_apk/res', | 1163 'resource_dir': 'shell/android/shell_apk/res', |
| 1164 'additional_src_dirs': ['public/android/javatests/',], | 1164 'additional_src_dirs': ['public/android/javatests/',], |
| 1165 'is_test_apk': 1, | 1165 'is_test_apk': 1, |
| 1166 }, | 1166 }, |
| 1167 'includes': [ '../build/java_apk.gypi' ], | 1167 'includes': [ '../build/java_apk.gypi' ], |
| 1168 }, | 1168 }, |
| 1169 ], | 1169 ], |
| 1170 }], | 1170 }], |
| 1171 ], | 1171 ], |
| 1172 } | 1172 } |
| OLD | NEW |