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

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: 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
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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 # Other builds need it as the symbols are not exported. 830 # Other builds need it as the symbols are not exported.
831 'common/content_constants_internal.cc', 831 'common/content_constants_internal.cc',
832 'common/content_constants_internal.h', 832 'common/content_constants_internal.h',
833 ], 833 ],
834 'sources': [ 834 'sources': [
835 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 835 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
836 ], 836 ],
837 'dependencies': [ 837 'dependencies': [
838 'content_shell_jni_headers', 838 'content_shell_jni_headers',
839 'content_shell_lib', 839 'content_shell_lib',
840 '../testing/android/native_test.gyp:native_test_util',
840 ], 841 ],
841 }], 842 }],
842 ['OS=="mac"', { 843 ['OS=="mac"', {
843 'dependencies': [ 844 'dependencies': [
844 'content_shell', # Needed for Content Shell.app's Helper. 845 'content_shell', # Needed for Content Shell.app's Helper.
845 ], 846 ],
846 'sources': [ 847 'sources': [
847 'renderer/external_popup_menu_browsertest.cc', 848 'renderer/external_popup_menu_browsertest.cc',
848 ], 849 ],
849 }], 850 }],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'additional_src_dirs': ['../content/public/android/javatests/',], 1041 'additional_src_dirs': ['../content/public/android/javatests/',],
1041 'resource_dir': '../shell_apk/res', 1042 'resource_dir': '../shell_apk/res',
1042 'is_test_apk': 1, 1043 'is_test_apk': 1,
1043 }, 1044 },
1044 'includes': [ '../build/java_apk.gypi' ], 1045 'includes': [ '../build/java_apk.gypi' ],
1045 }, 1046 },
1046 ], 1047 ],
1047 }], 1048 }],
1048 ], 1049 ],
1049 } 1050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698