| Index: chrome/crash_service.isolate
|
| diff --git a/android_webview/android_webview_test_apk.isolate b/chrome/crash_service.isolate
|
| similarity index 57%
|
| copy from android_webview/android_webview_test_apk.isolate
|
| copy to chrome/crash_service.isolate
|
| index 7436aca18b9764bac3e1afe50ef7dfd401fbf5fa..970014e2eee2fa5cf8ee3ab1a5e041c205bfdf7d 100644
|
| --- a/android_webview/android_webview_test_apk.isolate
|
| +++ b/chrome/crash_service.isolate
|
| @@ -1,12 +1,12 @@
|
| -# Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 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"', {
|
| + ['OS=="win"', {
|
| 'variables': {
|
| 'files': [
|
| - '<(DEPTH)/android_webview/test/data/',
|
| + '<(PRODUCT_DIR)/crash_service<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
|
|