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

Unified Diff: net/net_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 | « content/content_unittests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index d30ad3e20074ce060050cb35331266f6be0a478d..53e26745b7bc5cdef71634cfa4ebdde64de96bd5 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -32,7 +32,7 @@
'read_only': 1,
},
}],
- ['OS=="win"', {
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/net_unittests.exe.pdb',
« no previous file with comments | « content/content_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698