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

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: Candidate patch for public demo 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) 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'dependencies': [ 890 'dependencies': [
891 '../base/allocator/allocator.gyp:allocator', 891 '../base/allocator/allocator.gyp:allocator',
892 ], 892 ],
893 }], 893 }],
894 ['OS=="linux"', { 894 ['OS=="linux"', {
895 'sources!': [ 895 'sources!': [
896 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 896 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
897 ], 897 ],
898 }], 898 }],
899 ['OS=="android"', { 899 ['OS=="android"', {
900 'sources!': [
901 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
902 ],
903 'sources': [ 900 'sources': [
904 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 901 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
905 ], 902 ],
906 'dependencies': [ 903 'dependencies': [
907 'content_shell_jni_headers', 904 'content_shell_jni_headers',
908 'content_shell_lib', 905 'content_shell_lib',
909 '../testing/android/native_test.gyp:native_test_util', 906 '../testing/android/native_test.gyp:native_test_util',
910 ], 907 ],
911 }], 908 }],
912 ['OS=="mac"', { 909 ['OS=="mac"', {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'resource_dir': 'shell/android/shell_apk/res', 1105 'resource_dir': 'shell/android/shell_apk/res',
1109 'additional_src_dirs': ['public/android/javatests/',], 1106 'additional_src_dirs': ['public/android/javatests/',],
1110 'is_test_apk': 1, 1107 'is_test_apk': 1,
1111 }, 1108 },
1112 'includes': [ '../build/java_apk.gypi' ], 1109 'includes': [ '../build/java_apk.gypi' ],
1113 }, 1110 },
1114 ], 1111 ],
1115 }], 1112 }],
1116 ], 1113 ],
1117 } 1114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698