diff options
author | mikecase <mikecase@chromium.org> | 2014-11-27 06:45:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-27 14:46:51 +0000 |
commit | 145ba38d3fd43e5a2a9654e36a412f5d067ed981 (patch) | |
tree | 1678e1a146cd5f2def6e6d9ffd6fc27fa5b84ce9 /android_webview/android_webview_test_apk.isolate | |
parent | 64c8024b64576e86d5cfc0ade24b968427c0bd5f (diff) | |
download | chromium_src-145ba38d3fd43e5a2a9654e36a412f5d067ed981.zip chromium_src-145ba38d3fd43e5a2a9654e36a412f5d067ed981.tar.gz chromium_src-145ba38d3fd43e5a2a9654e36a412f5d067ed981.tar.bz2 |
Change isolate_dependency_untracked to files.
BUG=
Review URL: https://codereview.chromium.org/760083002
Cr-Commit-Position: refs/heads/master@{#305986}
Diffstat (limited to 'android_webview/android_webview_test_apk.isolate')
-rw-r--r-- | android_webview/android_webview_test_apk.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview_test_apk.isolate b/android_webview/android_webview_test_apk.isolate index 7b6ddef..9859167 100644 --- a/android_webview/android_webview_test_apk.isolate +++ b/android_webview/android_webview_test_apk.isolate @@ -5,7 +5,7 @@ 'conditions': [ ['OS=="android"', { 'variables': { - 'isolate_dependency_untracked': [ + 'files': [ '<(DEPTH)/android_webview/test/data/device_files/', ], }, |