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

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: Created 5 years, 9 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 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2006 'content.gyp:content_java', 2006 'content.gyp:content_java',
2007 '../base/base.gyp:base_java', 2007 '../base/base.gyp:base_java',
2008 '../base/base.gyp:base_javatests', 2008 '../base/base.gyp:base_javatests',
2009 '../base/base.gyp:base_java_test_support', 2009 '../base/base.gyp:base_java_test_support',
2010 '../device/battery/battery.gyp:device_battery_javatests', 2010 '../device/battery/battery.gyp:device_battery_javatests',
2011 '../media/media.gyp:media_java', 2011 '../media/media.gyp:media_java',
2012 '../media/media.gyp:media_test_support', 2012 '../media/media.gyp:media_test_support',
2013 '../net/net.gyp:net_java', 2013 '../net/net.gyp:net_java',
2014 '../net/net.gyp:net_javatests', 2014 '../net/net.gyp:net_javatests',
2015 '../net/net.gyp:net_java_test_support', 2015 '../net/net.gyp:net_java_test_support',
2016 '../testing/android/outstrumentation.gyp:outstrumentation_slave_java ',
2016 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', 2017 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
2017 ], 2018 ],
2018 'variables': { 2019 'variables': {
2019 'apk_name': 'ContentShellTest', 2020 'apk_name': 'ContentShellTest',
2020 'java_in_dir': 'shell/android/javatests', 2021 'java_in_dir': 'shell/android/javatests',
2021 'resource_dir': 'shell/android/shell_apk/res', 2022 'resource_dir': 'shell/android/shell_apk/res',
2022 'additional_src_dirs': ['public/android/javatests/', ], 2023 'additional_src_dirs': ['public/android/javatests/', ],
2023 'is_test_apk': 1, 2024 'is_test_apk': 1,
2024 }, 2025 },
2025 'includes': [ '../build/java_apk.gypi' ], 2026 'includes': [ '../build/java_apk.gypi' ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2166 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2166 }, 2167 },
2167 ], 2168 ],
2168 }], 2169 }],
2169 ], 2170 ],
2170 }, 2171 },
2171 ], 2172 ],
2172 }], 2173 }],
2173 ], 2174 ],
2174 } 2175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698