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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', | 533 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', |
534 '../webkit/quota/mock_quota_manager.cc', | 534 '../webkit/quota/mock_quota_manager.cc', |
535 '../webkit/quota/mock_quota_manager.h', | 535 '../webkit/quota/mock_quota_manager.h', |
536 '../webkit/quota/mock_quota_manager_unittest.cc', | 536 '../webkit/quota/mock_quota_manager_unittest.cc', |
537 '../webkit/quota/mock_storage_client.cc', | 537 '../webkit/quota/mock_storage_client.cc', |
538 '../webkit/quota/mock_storage_client.h', | 538 '../webkit/quota/mock_storage_client.h', |
539 '../webkit/quota/quota_database_unittest.cc', | 539 '../webkit/quota/quota_database_unittest.cc', |
540 '../webkit/quota/quota_manager_unittest.cc', | 540 '../webkit/quota/quota_manager_unittest.cc', |
541 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', | 541 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', |
542 '../webkit/quota/usage_tracker_unittest.cc', | 542 '../webkit/quota/usage_tracker_unittest.cc', |
543 '../webkit/user_agent/user_agent_unittest.cc', | 543 '../webkit/common/user_agent/user_agent_unittest.cc', |
544 ], | 544 ], |
545 'conditions': [ | 545 'conditions': [ |
546 ['OS == "ios"', { | 546 ['OS == "ios"', { |
547 'sources/': [ | 547 'sources/': [ |
548 # iOS only needs a small portion of content; exclude all the | 548 # iOS only needs a small portion of content; exclude all the |
549 # implementation, and re-include what is used. | 549 # implementation, and re-include what is used. |
550 ['exclude', '\\.(cc|mm)$'], | 550 ['exclude', '\\.(cc|mm)$'], |
551 ['include', '_ios\\.(cc|mm)$'], | 551 ['include', '_ios\\.(cc|mm)$'], |
552 ['include', '^browser/notification_service_impl_unittest\\.cc$'], | 552 ['include', '^browser/notification_service_impl_unittest\\.cc$'], |
553 ['include', '^browser/speech/.*_unittest\\.cc$'], | 553 ['include', '^browser/speech/.*_unittest\\.cc$'], |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1117 'resource_dir': 'shell/android/shell_apk/res', | 1117 'resource_dir': 'shell/android/shell_apk/res', |
1118 'additional_src_dirs': ['public/android/javatests/',], | 1118 'additional_src_dirs': ['public/android/javatests/',], |
1119 'is_test_apk': 1, | 1119 'is_test_apk': 1, |
1120 }, | 1120 }, |
1121 'includes': [ '../build/java_apk.gypi' ], | 1121 'includes': [ '../build/java_apk.gypi' ], |
1122 }, | 1122 }, |
1123 ], | 1123 ], |
1124 }], | 1124 }], |
1125 ], | 1125 ], |
1126 } | 1126 } |
OLD | NEW |