| 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'includes': [ | 687 'includes': [ |
| 688 'browser/gpu/test_support_gpu.gypi', | 688 'browser/gpu/test_support_gpu.gypi', |
| 689 ], | 689 ], |
| 690 'defines': [ | 690 'defines': [ |
| 691 'HAS_OUT_OF_PROC_TEST_RUNNER', | 691 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 692 ], | 692 ], |
| 693 'sources': [ | 693 'sources': [ |
| 694 'browser/accessibility/accessibility_win_browsertest.cc', | 694 'browser/accessibility/accessibility_win_browsertest.cc', |
| 695 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 695 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 696 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 696 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 697 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 698 'browser/accessibility/dump_accessibility_tree_helper.h', | |
| 699 'browser/accessibility/dump_accessibility_tree_helper_mac.mm', | |
| 700 'browser/accessibility/dump_accessibility_tree_helper_win.cc', | |
| 701 'browser/appcache/appcache_browsertest.cc', | 697 'browser/appcache/appcache_browsertest.cc', |
| 702 'browser/bookmarklet_browsertest.cc', | 698 'browser/bookmarklet_browsertest.cc', |
| 703 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 699 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 704 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 700 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
| 705 'browser/browser_plugin/test_browser_plugin_embedder.h', | 701 'browser/browser_plugin/test_browser_plugin_embedder.h', |
| 706 'browser/browser_plugin/test_browser_plugin_guest.cc', | 702 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 707 'browser/browser_plugin/test_browser_plugin_guest.h', | 703 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 708 'browser/child_process_security_policy_browsertest.cc', | 704 'browser/child_process_security_policy_browsertest.cc', |
| 709 'browser/database_browsertest.cc', | 705 'browser/database_browsertest.cc', |
| 710 'browser/device_orientation/device_orientation_browsertest.cc', | 706 'browser/device_orientation/device_orientation_browsertest.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 ], | 815 ], |
| 820 }], | 816 }], |
| 821 ['OS=="win" and win_use_allocator_shim==1', { | 817 ['OS=="win" and win_use_allocator_shim==1', { |
| 822 'dependencies': [ | 818 'dependencies': [ |
| 823 '../base/allocator/allocator.gyp:allocator', | 819 '../base/allocator/allocator.gyp:allocator', |
| 824 ], | 820 ], |
| 825 }], | 821 }], |
| 826 ['OS=="linux"', { | 822 ['OS=="linux"', { |
| 827 'sources!': [ | 823 'sources!': [ |
| 828 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 824 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 829 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 830 ], | 825 ], |
| 831 }], | 826 }], |
| 832 ['OS=="android"', { | 827 ['OS=="android"', { |
| 833 'sources!': [ | 828 'sources!': [ |
| 834 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 829 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 835 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 836 # These are included via dependency on content_common and hence | 830 # These are included via dependency on content_common and hence |
| 837 # we get multiple definition errors in a shared library build. | 831 # we get multiple definition errors in a shared library build. |
| 838 # Other builds need it as the symbols are not exported. | 832 # Other builds need it as the symbols are not exported. |
| 839 'common/content_constants_internal.cc', | 833 'common/content_constants_internal.cc', |
| 840 'common/content_constants_internal.h', | 834 'common/content_constants_internal.h', |
| 841 ], | 835 ], |
| 842 'sources': [ | 836 'sources': [ |
| 843 'shell/android/browsertests_apk/content_browser_tests_android.cc
', | 837 'shell/android/browsertests_apk/content_browser_tests_android.cc
', |
| 844 ], | 838 ], |
| 845 'dependencies': [ | 839 'dependencies': [ |
| 846 'content_shell_jni_headers', | 840 'content_shell_jni_headers', |
| 847 'content_shell_lib', | 841 'content_shell_lib', |
| 848 '../testing/android/native_test.gyp:native_test_util', | 842 '../testing/android/native_test.gyp:native_test_util', |
| 849 ], | 843 ], |
| 850 }], | 844 }], |
| 851 ['OS=="mac"', { | 845 ['OS=="mac"', { |
| 852 'dependencies': [ | 846 'dependencies': [ |
| 853 'content_shell', # Needed for Content Shell.app's Helper. | 847 'content_shell', # Needed for Content Shell.app's Helper. |
| 854 ], | 848 ], |
| 855 'sources': [ | 849 'sources': [ |
| 856 'renderer/external_popup_menu_browsertest.cc', | 850 'renderer/external_popup_menu_browsertest.cc', |
| 857 ], | 851 ], |
| 858 }], | 852 }], |
| 859 ['use_aura==1', { | 853 ['use_aura==1', { |
| 860 'sources!': [ | 854 'sources!': [ |
| 861 'browser/accessibility/accessibility_win_browsertest.cc', | 855 'browser/accessibility/accessibility_win_browsertest.cc', |
| 862 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 856 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 863 'browser/accessibility/dump_accessibility_tree_helper_win.cc', | |
| 864 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 865 'browser/plugin_browsertest.cc', | 857 'browser/plugin_browsertest.cc', |
| 866 ], | 858 ], |
| 867 }], | 859 }], |
| 868 ['OS!="android" and OS!="ios"', { | 860 ['OS!="android" and OS!="ios"', { |
| 869 # npapi test plugin doesn't build on android or ios | 861 # npapi test plugin doesn't build on android or ios |
| 870 'dependencies': [ | 862 'dependencies': [ |
| 871 # Runtime dependencies | 863 # Runtime dependencies |
| 872 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 864 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 873 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 865 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| 874 ], | 866 ], |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 'additional_src_dirs': ['../content/public/android/javatests/',], | 1044 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1053 'resource_dir': '../shell_apk/res', | 1045 'resource_dir': '../shell_apk/res', |
| 1054 'is_test_apk': 1, | 1046 'is_test_apk': 1, |
| 1055 }, | 1047 }, |
| 1056 'includes': [ '../build/java_apk.gypi' ], | 1048 'includes': [ '../build/java_apk.gypi' ], |
| 1057 }, | 1049 }, |
| 1058 ], | 1050 ], |
| 1059 }], | 1051 }], |
| 1060 ], | 1052 ], |
| 1061 } | 1053 } |
| OLD | NEW |