summaryrefslogtreecommitdiffstats
path: root/chrome/android/chrome_apk.gyp
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2015-10-14 18:34:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-15 01:35:38 +0000
commitc3b5eaa7ae35d9fd9d464eb5221a0becc4c898a8 (patch)
tree622b1f38b033142043b26770a39760d1a0c1d63e /chrome/android/chrome_apk.gyp
parent3802cd546931bb349b9643768eddbd9e27253432 (diff)
downloadchromium_src-c3b5eaa7ae35d9fd9d464eb5221a0becc4c898a8.zip
chromium_src-c3b5eaa7ae35d9fd9d464eb5221a0becc4c898a8.tar.gz
chromium_src-c3b5eaa7ae35d9fd9d464eb5221a0becc4c898a8.tar.bz2
Isolate chrome_sync_test_apk.
BUG=525873 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/1377063002 Cr-Commit-Position: refs/heads/master@{#354193}
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',
+ ],
+ },
]
}
],