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

Unified Diff: chrome/browser_tests.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 | « base/base_unittests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index 20b38265b3accca4d085db5c42032b5b48dc6c3d..e64dddc859b998ccf601216b2a043bf6fa4f66df 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -133,11 +133,17 @@
'tools/build/repack_locales.py',
],
'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/browser_tests.exe.pdb',
'<(PRODUCT_DIR)/plugins/',
],
},
}],
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/browser_tests.exe.pdb',
+ ],
+ },
+ }],
['OS=="win" and libpeer_target_type=="loadable_module"', {
'variables': {
'isolate_dependency_tracked': [
« no previous file with comments | « base/base_unittests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698