Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Side by Side Diff: content/content_tests.gypi

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/common/content_constants_internal.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 }], 633 }],
634 ['use_aura==1', { 634 ['use_aura==1', {
635 'dependencies': [ 635 'dependencies': [
636 '../ui/aura/aura.gyp:aura', 636 '../ui/aura/aura.gyp:aura',
637 ], 637 ],
638 'sources!': [ 638 'sources!': [
639 'browser/accessibility/browser_accessibility_win_unittest.cc', 639 'browser/accessibility/browser_accessibility_win_unittest.cc',
640 ], 640 ],
641 }], 641 }],
642 ['OS == "android"', { 642 ['OS == "android"', {
643 'dependencies': [
644 '../ui/ui.gyp:shell_dialogs',
645 ],
643 'sources!': [ 646 'sources!': [
644 'browser/geolocation/device_data_provider_unittest.cc', 647 'browser/geolocation/device_data_provider_unittest.cc',
645 'browser/geolocation/gps_location_provider_unittest_linux.cc', 648 'browser/geolocation/gps_location_provider_unittest_linux.cc',
646 'browser/geolocation/network_location_provider_unittest.cc', 649 'browser/geolocation/network_location_provider_unittest.cc',
647 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 650 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
648 'browser/geolocation/wifi_data_provider_common_unittest.cc', 651 'browser/geolocation/wifi_data_provider_common_unittest.cc',
649 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 652 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
650 ], 653 ],
651 }], 654 }],
652 ['OS != "android" and OS != "ios"', { 655 ['OS != "android" and OS != "ios"', {
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'browser/renderer_host/render_widget_host_browsertest.cc', 754 'browser/renderer_host/render_widget_host_browsertest.cc',
752 'browser/renderer_host/render_widget_host_view_browsertest.cc', 755 'browser/renderer_host/render_widget_host_view_browsertest.cc',
753 'browser/renderer_host/render_widget_host_view_win_browsertest.cc', 756 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
754 'browser/security_exploit_browsertest.cc', 757 'browser/security_exploit_browsertest.cc',
755 'browser/session_history_browsertest.cc', 758 'browser/session_history_browsertest.cc',
756 'browser/site_per_process_browsertest.cc', 759 'browser/site_per_process_browsertest.cc',
757 'browser/speech/speech_recognition_browsertest.cc', 760 'browser/speech/speech_recognition_browsertest.cc',
758 'browser/web_contents/web_contents_view_aura_browsertest.cc', 761 'browser/web_contents/web_contents_view_aura_browsertest.cc',
759 'browser/webkit_browsertest.cc', 762 'browser/webkit_browsertest.cc',
760 'browser/worker_host/test/worker_browsertest.cc', 763 'browser/worker_host/test/worker_browsertest.cc',
761 'common/content_constants_internal.cc',
762 'common/content_constants_internal.h',
763 'renderer/accessibility/renderer_accessibility_browsertest.cc', 764 'renderer/accessibility/renderer_accessibility_browsertest.cc',
764 'renderer/browser_plugin/mock_browser_plugin.h', 765 'renderer/browser_plugin/mock_browser_plugin.h',
765 'renderer/browser_plugin/mock_browser_plugin.cc', 766 'renderer/browser_plugin/mock_browser_plugin.cc',
766 'renderer/browser_plugin/mock_browser_plugin_manager.h', 767 'renderer/browser_plugin/mock_browser_plugin_manager.h',
767 'renderer/browser_plugin/mock_browser_plugin_manager.cc', 768 'renderer/browser_plugin/mock_browser_plugin_manager.cc',
768 'renderer/browser_plugin/browser_plugin_browsertest.h', 769 'renderer/browser_plugin/browser_plugin_browsertest.h',
769 'renderer/browser_plugin/browser_plugin_browsertest.cc', 770 'renderer/browser_plugin/browser_plugin_browsertest.cc',
770 'renderer/mouse_lock_dispatcher_browsertest.cc', 771 'renderer/mouse_lock_dispatcher_browsertest.cc',
771 'renderer/password_form_conversion_utils_browsertest.cc', 772 'renderer/password_form_conversion_utils_browsertest.cc',
772 'renderer/pepper/mock_renderer_ppapi_host.cc', 773 'renderer/pepper/mock_renderer_ppapi_host.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 ], 843 ],
843 }], 844 }],
844 ['OS=="linux"', { 845 ['OS=="linux"', {
845 'sources!': [ 846 'sources!': [
846 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 847 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
847 ], 848 ],
848 }], 849 }],
849 ['OS=="android"', { 850 ['OS=="android"', {
850 'sources!': [ 851 'sources!': [
851 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 852 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
852 # These are included via dependency on content_common and hence
853 # we get multiple definition errors in a shared library build.
854 # Other builds need it as the symbols are not exported.
855 'common/content_constants_internal.cc',
856 'common/content_constants_internal.h',
857 ], 853 ],
858 'sources': [ 854 'sources': [
859 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 855 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
860 ], 856 ],
861 'dependencies': [ 857 'dependencies': [
862 'content_shell_jni_headers', 858 'content_shell_jni_headers',
863 'content_shell_lib', 859 'content_shell_lib',
864 '../testing/android/native_test.gyp:native_test_util', 860 '../testing/android/native_test.gyp:native_test_util',
865 ], 861 ],
866 }], 862 }],
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'resource_dir': 'shell/android/shell_apk/res', 1065 'resource_dir': 'shell/android/shell_apk/res',
1070 'additional_src_dirs': ['public/android/javatests/',], 1066 'additional_src_dirs': ['public/android/javatests/',],
1071 'is_test_apk': 1, 1067 'is_test_apk': 1,
1072 }, 1068 },
1073 'includes': [ '../build/java_apk.gypi' ], 1069 'includes': [ '../build/java_apk.gypi' ],
1074 }, 1070 },
1075 ], 1071 ],
1076 }], 1072 }],
1077 ], 1073 ],
1078 } 1074 }
OLDNEW
« no previous file with comments | « content/common/content_constants_internal.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698