| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 ], | 683 ], |
| 684 'includes': [ | 684 'includes': [ |
| 685 'browser/gpu/test_support_gpu.gypi', | 685 'browser/gpu/test_support_gpu.gypi', |
| 686 ], | 686 ], |
| 687 'defines': [ | 687 'defines': [ |
| 688 'HAS_OUT_OF_PROC_TEST_RUNNER', | 688 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 689 ], | 689 ], |
| 690 'sources': [ | 690 'sources': [ |
| 691 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 691 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 692 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 692 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 693 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 694 'browser/accessibility/dump_accessibility_tree_helper.h', | |
| 695 'browser/accessibility/dump_accessibility_tree_helper_mac.mm', | |
| 696 'browser/accessibility/dump_accessibility_tree_helper_win.cc', | |
| 697 'browser/appcache/appcache_browsertest.cc', | 693 'browser/appcache/appcache_browsertest.cc', |
| 698 'browser/bookmarklet_browsertest.cc', | 694 'browser/bookmarklet_browsertest.cc', |
| 699 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 695 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 700 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 696 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
| 701 'browser/browser_plugin/test_browser_plugin_embedder.h', | 697 'browser/browser_plugin/test_browser_plugin_embedder.h', |
| 702 'browser/browser_plugin/test_browser_plugin_guest.cc', | 698 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 703 'browser/browser_plugin/test_browser_plugin_guest.h', | 699 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 704 'browser/child_process_security_policy_browsertest.cc', | 700 'browser/child_process_security_policy_browsertest.cc', |
| 705 'browser/database_browsertest.cc', | 701 'browser/database_browsertest.cc', |
| 706 'browser/device_orientation/device_orientation_browsertest.cc', | 702 'browser/device_orientation/device_orientation_browsertest.cc', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 ], | 809 ], |
| 814 }], | 810 }], |
| 815 ['OS=="win" and win_use_allocator_shim==1', { | 811 ['OS=="win" and win_use_allocator_shim==1', { |
| 816 'dependencies': [ | 812 'dependencies': [ |
| 817 '../base/allocator/allocator.gyp:allocator', | 813 '../base/allocator/allocator.gyp:allocator', |
| 818 ], | 814 ], |
| 819 }], | 815 }], |
| 820 ['OS=="linux"', { | 816 ['OS=="linux"', { |
| 821 'sources!': [ | 817 'sources!': [ |
| 822 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 818 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 823 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 824 ], | 819 ], |
| 825 }], | 820 }], |
| 826 ['OS=="android"', { | 821 ['OS=="android"', { |
| 827 'sources!': [ | 822 'sources!': [ |
| 828 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 823 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 829 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 830 # These are included via dependency on content_common and hence | 824 # These are included via dependency on content_common and hence |
| 831 # we get multiple definition errors in a shared library build. | 825 # we get multiple definition errors in a shared library build. |
| 832 # Other builds need it as the symbols are not exported. | 826 # Other builds need it as the symbols are not exported. |
| 833 'common/content_constants_internal.cc', | 827 'common/content_constants_internal.cc', |
| 834 'common/content_constants_internal.h', | 828 'common/content_constants_internal.h', |
| 835 ], | 829 ], |
| 836 'sources': [ | 830 'sources': [ |
| 837 'shell/android/browsertests_apk/content_browser_tests_android.cc
', | 831 'shell/android/browsertests_apk/content_browser_tests_android.cc
', |
| 838 ], | 832 ], |
| 839 'dependencies': [ | 833 'dependencies': [ |
| 840 'content_shell_jni_headers', | 834 'content_shell_jni_headers', |
| 841 'content_shell_lib', | 835 'content_shell_lib', |
| 842 '../testing/android/native_test.gyp:native_test_util', | 836 '../testing/android/native_test.gyp:native_test_util', |
| 843 ], | 837 ], |
| 844 }], | 838 }], |
| 845 ['OS=="mac"', { | 839 ['OS=="mac"', { |
| 846 'dependencies': [ | 840 'dependencies': [ |
| 847 'content_shell', # Needed for Content Shell.app's Helper. | 841 'content_shell', # Needed for Content Shell.app's Helper. |
| 848 ], | 842 ], |
| 849 'sources': [ | 843 'sources': [ |
| 850 'renderer/external_popup_menu_browsertest.cc', | 844 'renderer/external_popup_menu_browsertest.cc', |
| 851 ], | 845 ], |
| 852 }], | 846 }], |
| 853 ['use_aura==1', { | 847 ['use_aura==1', { |
| 854 'sources!': [ | 848 'sources!': [ |
| 855 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 849 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 856 'browser/accessibility/dump_accessibility_tree_helper_win.cc', | |
| 857 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 858 'browser/plugin_browsertest.cc', | 850 'browser/plugin_browsertest.cc', |
| 859 ], | 851 ], |
| 860 }], | 852 }], |
| 861 ['OS!="android" and OS!="ios"', { | 853 ['OS!="android" and OS!="ios"', { |
| 862 # npapi test plugin doesn't build on android or ios | 854 # npapi test plugin doesn't build on android or ios |
| 863 'dependencies': [ | 855 'dependencies': [ |
| 864 # Runtime dependencies | 856 # Runtime dependencies |
| 865 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 857 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 866 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 858 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| 867 ], | 859 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'additional_src_dirs': ['../content/public/android/javatests/',], | 1030 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1039 'resource_dir': '../shell_apk/res', | 1031 'resource_dir': '../shell_apk/res', |
| 1040 'is_test_apk': 1, | 1032 'is_test_apk': 1, |
| 1041 }, | 1033 }, |
| 1042 'includes': [ '../build/java_apk.gypi' ], | 1034 'includes': [ '../build/java_apk.gypi' ], |
| 1043 }, | 1035 }, |
| 1044 ], | 1036 ], |
| 1045 }], | 1037 }], |
| 1046 ], | 1038 ], |
| 1047 } | 1039 } |
| OLD | NEW |