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

Unified Diff: base/base_unittests.isolate

Issue 589633002: Only add pdb to isolate when fastbuild!=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_unittests.isolate
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate
index bd10d01b65d1aeec62fd5d0a77faba2fa3e3c673..61b2b04e769a0b0a5427520fed36d37453bc09be 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -44,10 +44,8 @@
],
},
}],
- ['OS=="win"', {
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
- 'isolate_dependency_tracked': [
- ],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/base_unittests.exe.pdb',
],
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698