Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6025)

Unified Diff: chrome/crash_service.isolate

Issue 1358903004: Use built Chromium dependencies in run_gpu_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crash_service
Patch Set: Add client config for run_unittests as well. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/telemetry_chrome_test.isolate » ('j') | content/telemetry.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
],
},
}],
« no previous file with comments | « no previous file | chrome/telemetry_chrome_test.isolate » ('j') | content/telemetry.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698