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

Unified Diff: chrome/cdb.isolate

Issue 1859013002: Copy cdb.exe into telemetry_chrome_test's isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-windows-stack-symbolization
Patch Set: Improve detection of whether to copy files thanks to dpranke@. Created 4 years, 8 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
Index: chrome/cdb.isolate
diff --git a/cc/cc_perftests.isolate b/chrome/cdb.isolate
similarity index 62%
copy from cc/cc_perftests.isolate
copy to chrome/cdb.isolate
index 38e5e4f6ea88e98af3dab075a00b4562aab7e22c..0b2f14afe08beee29ad16521c397f20de05023c4 100644
--- a/cc/cc_perftests.isolate
+++ b/chrome/cdb.isolate
@@ -1,12 +1,12 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2016 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': [
- 'test/data/',
+ '<(PRODUCT_DIR)/cdb/',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698