| Index: android_webview/android_webview_shell_test_apk.isolate
|
| diff --git a/android_webview/android_webview_shell_test_apk.isolate b/android_webview/android_webview_shell_test_apk.isolate
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e5640988deb8a0fb211dd0790a88a6ca40ac5a18
|
| --- /dev/null
|
| +++ b/android_webview/android_webview_shell_test_apk.isolate
|
| @@ -0,0 +1,17 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'conditions': [
|
| + ['OS=="android"', {
|
| + 'variables': {
|
| + 'files': [
|
| + '<(DEPTH)/android_webview/tools/WebViewShell/test/',
|
| + '<(DEPTH)/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html',
|
| + '<(DEPTH)/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| +}
|
|
|