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

Side by Side Diff: content/content_tests.gypi

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cjhopman comment Created 5 years, 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 'content.gyp:content_java', 1959 'content.gyp:content_java',
1960 '../base/base.gyp:base_java', 1960 '../base/base.gyp:base_java',
1961 '../base/base.gyp:base_javatests', 1961 '../base/base.gyp:base_javatests',
1962 '../base/base.gyp:base_java_test_support', 1962 '../base/base.gyp:base_java_test_support',
1963 '../device/battery/battery.gyp:device_battery_javatests', 1963 '../device/battery/battery.gyp:device_battery_javatests',
1964 '../media/media.gyp:media_java', 1964 '../media/media.gyp:media_java',
1965 '../media/media.gyp:media_test_support', 1965 '../media/media.gyp:media_test_support',
1966 '../net/net.gyp:net_java', 1966 '../net/net.gyp:net_java',
1967 '../net/net.gyp:net_javatests', 1967 '../net/net.gyp:net_javatests',
1968 '../net/net.gyp:net_java_test_support', 1968 '../net/net.gyp:net_java_test_support',
1969 '../testing/android/on_device_instrumentation.gyp:broker_java',
1970 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
1969 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', 1971 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
1970 ], 1972 ],
1971 'variables': { 1973 'variables': {
1972 'apk_name': 'ContentShellTest', 1974 'apk_name': 'ContentShellTest',
1973 'java_in_dir': 'shell/android/javatests', 1975 'java_in_dir': 'shell/android/javatests',
1974 'resource_dir': 'shell/android/shell_apk/res', 1976 'resource_dir': 'shell/android/shell_apk/res',
1975 'additional_src_dirs': ['public/android/javatests/', ], 1977 'additional_src_dirs': ['public/android/javatests/', ],
1976 'is_test_apk': 1, 1978 'is_test_apk': 1,
1977 }, 1979 },
1978 'includes': [ '../build/java_apk.gypi' ], 1980 'includes': [ '../build/java_apk.gypi' ],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2140 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2139 }, 2141 },
2140 ], 2142 ],
2141 }], 2143 }],
2142 ], 2144 ],
2143 }, 2145 },
2144 ], 2146 ],
2145 }], 2147 }],
2146 ], 2148 ],
2147 } 2149 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698