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

Side by Side Diff: content/content_tests.gypi

Issue 15741009: Native Android accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 6 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
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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'dependencies': [ 885 'dependencies': [
886 '../base/allocator/allocator.gyp:allocator', 886 '../base/allocator/allocator.gyp:allocator',
887 ], 887 ],
888 }], 888 }],
889 ['OS=="linux"', { 889 ['OS=="linux"', {
890 'sources!': [ 890 'sources!': [
891 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 891 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
892 ], 892 ],
893 }], 893 }],
894 ['OS=="android"', { 894 ['OS=="android"', {
895 'sources!': [
896 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
897 ],
898 'sources': [ 895 'sources': [
899 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 896 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
900 ], 897 ],
901 'dependencies': [ 898 'dependencies': [
902 'content_shell_jni_headers', 899 'content_shell_jni_headers',
903 'content_shell_lib', 900 'content_shell_lib',
904 '../testing/android/native_test.gyp:native_test_util', 901 '../testing/android/native_test.gyp:native_test_util',
905 ], 902 ],
906 }], 903 }],
907 ['OS=="mac"', { 904 ['OS=="mac"', {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 'resource_dir': 'shell/android/shell_apk/res', 1167 'resource_dir': 'shell/android/shell_apk/res',
1171 'additional_src_dirs': ['public/android/javatests/',], 1168 'additional_src_dirs': ['public/android/javatests/',],
1172 'is_test_apk': 1, 1169 'is_test_apk': 1,
1173 }, 1170 },
1174 'includes': [ '../build/java_apk.gypi' ], 1171 'includes': [ '../build/java_apk.gypi' ],
1175 }, 1172 },
1176 ], 1173 ],
1177 }], 1174 }],
1178 ], 1175 ],
1179 } 1176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698