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

Side by Side Diff: testing/android/test_support.gyp

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
(Empty)
1
2 {
3 'conditions': [
4 ['OS=="android"', {
5 'targets': [
6 {
7 'target_name': 'test_support_java',
Yaron 2015/04/07 15:39:04 There's already base_java_test_support and content
jbudorick 2015/04/07 19:24:45 This is used both in base_java_test_support and in
8 'type': 'none',
9 'variables': {
10 'java_in_dir': '../../testing/android/java/src/org/chromium/test/sup port',
11 'java_in_dir_suffix': '',
12 },
13 'includes': [
14 '../../build/java.gypi',
15 ],
16 },
17 ],
18 }],
19 ],
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698