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

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: the rename 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
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 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'content.gyp:content_java', 2010 'content.gyp:content_java',
2011 '../base/base.gyp:base_java', 2011 '../base/base.gyp:base_java',
2012 '../base/base.gyp:base_javatests', 2012 '../base/base.gyp:base_javatests',
2013 '../base/base.gyp:base_java_test_support', 2013 '../base/base.gyp:base_java_test_support',
2014 '../device/battery/battery.gyp:device_battery_javatests', 2014 '../device/battery/battery.gyp:device_battery_javatests',
2015 '../media/media.gyp:media_java', 2015 '../media/media.gyp:media_java',
2016 '../media/media.gyp:media_test_support', 2016 '../media/media.gyp:media_test_support',
2017 '../net/net.gyp:net_java', 2017 '../net/net.gyp:net_java',
2018 '../net/net.gyp:net_javatests', 2018 '../net/net.gyp:net_javatests',
2019 '../net/net.gyp:net_java_test_support', 2019 '../net/net.gyp:net_java_test_support',
2020 '../testing/android/on_device_instrumentation.gyp:passenger_java',
2020 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', 2021 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
2021 ], 2022 ],
2022 'variables': { 2023 'variables': {
2023 'apk_name': 'ContentShellTest', 2024 'apk_name': 'ContentShellTest',
2024 'java_in_dir': 'shell/android/javatests', 2025 'java_in_dir': 'shell/android/javatests',
2025 'resource_dir': 'shell/android/shell_apk/res', 2026 'resource_dir': 'shell/android/shell_apk/res',
2026 'additional_src_dirs': ['public/android/javatests/', ], 2027 'additional_src_dirs': ['public/android/javatests/', ],
2027 'is_test_apk': 1, 2028 'is_test_apk': 1,
2028 }, 2029 },
2029 'includes': [ '../build/java_apk.gypi' ], 2030 'includes': [ '../build/java_apk.gypi' ],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2189 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2190 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2190 }, 2191 },
2191 ], 2192 ],
2192 }], 2193 }],
2193 ], 2194 ],
2194 }, 2195 },
2195 ], 2196 ],
2196 }], 2197 }],
2197 ], 2198 ],
2198 } 2199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698