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

Side by Side Diff: content/content_tests.gypi

Issue 12213035: Android: Refactor native test setup in a util class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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 | « no previous file | content/shell/android/browsertests_apk/content_browser_tests_android.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) 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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 # Other builds need it as the symbols are not exported. 835 # Other builds need it as the symbols are not exported.
836 'common/content_constants_internal.cc', 836 'common/content_constants_internal.cc',
837 'common/content_constants_internal.h', 837 'common/content_constants_internal.h',
838 ], 838 ],
839 'sources': [ 839 'sources': [
840 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 840 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
841 ], 841 ],
842 'dependencies': [ 842 'dependencies': [
843 'content_shell_jni_headers', 843 'content_shell_jni_headers',
844 'content_shell_lib', 844 'content_shell_lib',
845 '../testing/android/native_test.gyp:native_test_util',
845 ], 846 ],
846 }], 847 }],
847 ['OS=="mac"', { 848 ['OS=="mac"', {
848 'dependencies': [ 849 'dependencies': [
849 'content_shell', # Needed for Content Shell.app's Helper. 850 'content_shell', # Needed for Content Shell.app's Helper.
850 ], 851 ],
851 'sources': [ 852 'sources': [
852 'renderer/external_popup_menu_browsertest.cc', 853 'renderer/external_popup_menu_browsertest.cc',
853 ], 854 ],
854 }], 855 }],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 'additional_src_dirs': ['../content/public/android/javatests/',], 1046 'additional_src_dirs': ['../content/public/android/javatests/',],
1046 'resource_dir': '../shell_apk/res', 1047 'resource_dir': '../shell_apk/res',
1047 'is_test_apk': 1, 1048 'is_test_apk': 1,
1048 }, 1049 },
1049 'includes': [ '../build/java_apk.gypi' ], 1050 'includes': [ '../build/java_apk.gypi' ],
1050 }, 1051 },
1051 ], 1052 ],
1052 }], 1053 }],
1053 ], 1054 ],
1054 } 1055 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/android/browsertests_apk/content_browser_tests_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698