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

Unified Diff: chrome/cdb.isolate

Issue 1862123005: Testing for issue 1859013002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_pdbs
Patch Set: 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
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/',
],
},
}],
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698