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

Side by Side Diff: content/content_tests.gypi

Issue 220073002: Turns on use_mojo for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add export Created 6 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/app/mojo/mojo_init.h ('k') | content/test/content_test_launcher.cc » ('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) 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 'dependencies': [ 10 'dependencies': [
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 '../testing/android/native_test.gyp:native_test_native_code', 905 '../testing/android/native_test.gyp:native_test_native_code',
906 ], 906 ],
907 }], 907 }],
908 ], 908 ],
909 }, 909 },
910 { 910 {
911 'target_name': 'content_browser_test_support', 911 'target_name': 'content_browser_test_support',
912 'type': 'static_library', 912 'type': 'static_library',
913 'dependencies': [ 913 'dependencies': [
914 'content_shell_lib', 914 'content_shell_lib',
915 'content.gyp:content_browser',
916 '../skia/skia.gyp:skia', 915 '../skia/skia.gyp:skia',
917 '../testing/gtest.gyp:gtest', 916 '../testing/gtest.gyp:gtest',
918 ], 917 ],
919 'sources': [ 918 'sources': [
920 'test/content_test_launcher.cc', 919 'test/content_test_launcher.cc',
921 'public/test/content_browser_test.cc', 920 'public/test/content_browser_test.cc',
922 'public/test/content_browser_test.h', 921 'public/test/content_browser_test.h',
923 'public/test/content_browser_test_utils.cc', 922 'public/test/content_browser_test_utils.cc',
924 'public/test/content_browser_test_utils.h', 923 'public/test/content_browser_test_utils.h',
925 'public/test/content_browser_test_utils_mac.mm', 924 'public/test/content_browser_test_utils_mac.mm',
926 ], 925 ],
926 'conditions': [
927 ['use_mojo==1 and OS=="android"', {
928 'dependencies': [
929 'content.gyp:content_app_both',
930 ],
931 }, {
932 'dependencies': [
933 'content.gyp:content_browser',
934 ],
935 }],
936 ],
927 }, 937 },
928 { 938 {
929 'target_name': 'web_ui_test_mojo_bindings', 939 'target_name': 'web_ui_test_mojo_bindings',
930 'type': 'static_library', 940 'type': 'static_library',
931 'dependencies': [ 941 'dependencies': [
932 '../mojo/mojo.gyp:mojo_bindings', 942 '../mojo/mojo.gyp:mojo_bindings',
933 '../mojo/mojo.gyp:mojo_system', 943 '../mojo/mojo.gyp:mojo_system',
934 ], 944 ],
935 'sources': [ 945 'sources': [
936 'test/data/web_ui_test_mojo_bindings.mojom', 946 'test/data/web_ui_test_mojo_bindings.mojom',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1785 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1776 }, 1786 },
1777 ], 1787 ],
1778 }], 1788 }],
1779 ], 1789 ],
1780 }, 1790 },
1781 ], 1791 ],
1782 }], 1792 }],
1783 ], 1793 ],
1784 } 1794 }
OLDNEW
« no previous file with comments | « content/app/mojo/mojo_init.h ('k') | content/test/content_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698