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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |