| 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'], |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../build/temp_gyp/googleurl.gyp:googleurl', | 12 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 13 'content_app', | 13 'content_app', |
| 14 'content_browser', | 14 'content_browser', |
| 15 'content_common', | 15 'content_common', |
| 16 '../media/media.gyp:media', | 16 '../media/media.gyp:media', |
| 17 '../net/net.gyp:net_test_support', | 17 '../net/net.gyp:net_test_support', |
| 18 '../skia/skia.gyp:skia', | 18 '../skia/skia.gyp:skia', |
| 19 '../testing/gmock.gyp:gmock', | 19 '../testing/gmock.gyp:gmock', |
| 20 '../testing/gtest.gyp:gtest', | 20 '../testing/gtest.gyp:gtest', |
| 21 '../ui/ui.gyp:ui_test_support', | 21 '../ui/ui.gyp:ui_test_support', |
| 22 ], | 22 ], |
| 23 'include_dirs': [ | 23 'include_dirs': [ |
| 24 '..', | 24 '..', |
| 25 ], | 25 ], |
| 26 'sources': [ | 26 'sources': [ |
| 27 'public/test/accessibility_test_utils_win.cc', | |
| 28 'public/test/accessibility_test_utils_win.h', | |
| 29 'public/test/browser_test.h', | 27 'public/test/browser_test.h', |
| 30 'public/test/browser_test_base.cc', | 28 'public/test/browser_test_base.cc', |
| 31 'public/test/browser_test_base.h', | 29 'public/test/browser_test_base.h', |
| 32 'public/test/browser_test_utils.cc', | 30 'public/test/browser_test_utils.cc', |
| 33 'public/test/browser_test_utils.h', | 31 'public/test/browser_test_utils.h', |
| 34 'public/test/content_test_suite_base.cc', | 32 'public/test/content_test_suite_base.cc', |
| 35 'public/test/content_test_suite_base.h', | 33 'public/test/content_test_suite_base.h', |
| 36 'public/test/download_test_observer.cc', | 34 'public/test/download_test_observer.cc', |
| 37 'public/test/download_test_observer.h', | 35 'public/test/download_test_observer.h', |
| 38 'public/test/fake_speech_recognition_manager.cc', | 36 'public/test/fake_speech_recognition_manager.cc', |
| (...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'includes': [ | 685 'includes': [ |
| 688 'browser/gpu/test_support_gpu.gypi', | 686 'browser/gpu/test_support_gpu.gypi', |
| 689 ], | 687 ], |
| 690 'defines': [ | 688 'defines': [ |
| 691 'HAS_OUT_OF_PROC_TEST_RUNNER', | 689 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 692 ], | 690 ], |
| 693 'sources': [ | 691 'sources': [ |
| 694 'browser/accessibility/accessibility_win_browsertest.cc', | 692 'browser/accessibility/accessibility_win_browsertest.cc', |
| 695 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 693 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 696 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 694 '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', | 695 'browser/appcache/appcache_browsertest.cc', |
| 702 'browser/bookmarklet_browsertest.cc', | 696 'browser/bookmarklet_browsertest.cc', |
| 703 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 697 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 704 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 698 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
| 705 'browser/browser_plugin/test_browser_plugin_embedder.h', | 699 'browser/browser_plugin/test_browser_plugin_embedder.h', |
| 706 'browser/browser_plugin/test_browser_plugin_guest.cc', | 700 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 707 'browser/browser_plugin/test_browser_plugin_guest.h', | 701 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 708 'browser/child_process_security_policy_browsertest.cc', | 702 'browser/child_process_security_policy_browsertest.cc', |
| 709 'browser/database_browsertest.cc', | 703 'browser/database_browsertest.cc', |
| 710 'browser/device_orientation/device_orientation_browsertest.cc', | 704 'browser/device_orientation/device_orientation_browsertest.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 ], | 813 ], |
| 820 }], | 814 }], |
| 821 ['OS=="win" and win_use_allocator_shim==1', { | 815 ['OS=="win" and win_use_allocator_shim==1', { |
| 822 'dependencies': [ | 816 'dependencies': [ |
| 823 '../base/allocator/allocator.gyp:allocator', | 817 '../base/allocator/allocator.gyp:allocator', |
| 824 ], | 818 ], |
| 825 }], | 819 }], |
| 826 ['OS=="linux"', { | 820 ['OS=="linux"', { |
| 827 'sources!': [ | 821 'sources!': [ |
| 828 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 822 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 829 'browser/accessibility/dump_accessibility_tree_helper.cc', | |
| 830 ], | 823 ], |
| 831 }], | 824 }], |
| 832 ['OS=="android"', { | 825 ['OS=="android"', { |
| 833 'sources!': [ | 826 'sources!': [ |
| 834 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 827 '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 | 828 # These are included via dependency on content_common and hence |
| 837 # we get multiple definition errors in a shared library build. | 829 # we get multiple definition errors in a shared library build. |
| 838 # Other builds need it as the symbols are not exported. | 830 # Other builds need it as the symbols are not exported. |
| 839 'common/content_constants_internal.cc', | 831 'common/content_constants_internal.cc', |
| 840 'common/content_constants_internal.h', | 832 'common/content_constants_internal.h', |
| 841 ], | 833 ], |
| 842 'sources': [ | 834 'sources': [ |
| 843 'shell/android/browsertests_apk/content_browser_tests_android.cc
', | 835 'shell/android/browsertests_apk/content_browser_tests_android.cc
', |
| 844 ], | 836 ], |
| 845 'dependencies': [ | 837 'dependencies': [ |
| 846 'content_shell_jni_headers', | 838 'content_shell_jni_headers', |
| 847 'content_shell_lib', | 839 'content_shell_lib', |
| 848 '../testing/android/native_test.gyp:native_test_util', | 840 '../testing/android/native_test.gyp:native_test_util', |
| 849 ], | 841 ], |
| 850 }], | 842 }], |
| 851 ['OS=="mac"', { | 843 ['OS=="mac"', { |
| 852 'dependencies': [ | 844 'dependencies': [ |
| 853 'content_shell', # Needed for Content Shell.app's Helper. | 845 'content_shell', # Needed for Content Shell.app's Helper. |
| 854 ], | 846 ], |
| 855 'sources': [ | 847 'sources': [ |
| 856 'renderer/external_popup_menu_browsertest.cc', | 848 'renderer/external_popup_menu_browsertest.cc', |
| 857 ], | 849 ], |
| 858 }], | 850 }], |
| 859 ['use_aura==1', { | 851 ['use_aura==1', { |
| 860 'sources!': [ | 852 'sources!': [ |
| 861 'browser/accessibility/accessibility_win_browsertest.cc', | 853 'browser/accessibility/accessibility_win_browsertest.cc', |
| 862 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 854 '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', | 855 'browser/plugin_browsertest.cc', |
| 866 ], | 856 ], |
| 867 }], | 857 }], |
| 868 ['OS!="android" and OS!="ios"', { | 858 ['OS!="android" and OS!="ios"', { |
| 869 # npapi test plugin doesn't build on android or ios | 859 # npapi test plugin doesn't build on android or ios |
| 870 'dependencies': [ | 860 'dependencies': [ |
| 871 # Runtime dependencies | 861 # Runtime dependencies |
| 872 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 862 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 873 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 863 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| 874 ], | 864 ], |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 'additional_src_dirs': ['../content/public/android/javatests/',], | 1044 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1055 'resource_dir': '../shell_apk/res', | 1045 'resource_dir': '../shell_apk/res', |
| 1056 'is_test_apk': 1, | 1046 'is_test_apk': 1, |
| 1057 }, | 1047 }, |
| 1058 'includes': [ '../build/java_apk.gypi' ], | 1048 'includes': [ '../build/java_apk.gypi' ], |
| 1059 }, | 1049 }, |
| 1060 ], | 1050 ], |
| 1061 }], | 1051 }], |
| 1062 ], | 1052 ], |
| 1063 } | 1053 } |
| OLD | NEW |