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'], |
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |