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

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: Address most reviewer feedback 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 'dependencies': [ 894 'dependencies': [
895 '../base/allocator/allocator.gyp:allocator', 895 '../base/allocator/allocator.gyp:allocator',
896 ], 896 ],
897 }], 897 }],
898 ['OS=="linux"', { 898 ['OS=="linux"', {
899 'sources!': [ 899 'sources!': [
900 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 900 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
901 ], 901 ],
902 }], 902 }],
903 ['OS=="android"', { 903 ['OS=="android"', {
904 'sources!': [
905 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
906 ],
907 'sources': [ 904 'sources': [
908 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 905 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
909 ], 906 ],
910 'dependencies': [ 907 'dependencies': [
911 'content_shell_jni_headers', 908 'content_shell_jni_headers',
912 'content_shell_lib', 909 'content_shell_lib',
913 '../testing/android/native_test.gyp:native_test_util', 910 '../testing/android/native_test.gyp:native_test_util',
914 ], 911 ],
915 }], 912 }],
916 ['OS=="mac"', { 913 ['OS=="mac"', {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'resource_dir': 'shell/android/shell_apk/res', 1176 'resource_dir': 'shell/android/shell_apk/res',
1180 'additional_src_dirs': ['public/android/javatests/',], 1177 'additional_src_dirs': ['public/android/javatests/',],
1181 'is_test_apk': 1, 1178 'is_test_apk': 1,
1182 }, 1179 },
1183 'includes': [ '../build/java_apk.gypi' ], 1180 'includes': [ '../build/java_apk.gypi' ],
1184 }, 1181 },
1185 ], 1182 ],
1186 }], 1183 }],
1187 ], 1184 ],
1188 } 1185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698