summaryrefslogtreecommitdiffstats
path: root/chrome/android/chrome_apk.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/chrome_apk.gyp')
-rw-r--r--chrome/android/chrome_apk.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index 2abf253..d643a9d 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -400,6 +400,19 @@
'chrome_public_test_apk.isolate',
],
},
+ {
+ 'target_name': 'chrome_sync_shell_test_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_sync_shell_test_apk',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'chrome_sync_shell_test_apk.isolate',
+ ],
+ },
]
}
],