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

Unified Diff: chrome/interactive_ui_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 | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index 8c60db559a0f01d23898d28f73808167df204712..b5595bf480626fac1118dee15950c7f2b4ada1fd 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -82,11 +82,17 @@
'<(PRODUCT_DIR)/osmesa.dll',
],
'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/interactive_ui_tests.exe.pdb',
'<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
],
},
}],
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/interactive_ui_tests.exe.pdb',
+ ],
+ },
+ }],
['chromeos==1', {
'variables': {
'isolate_dependency_tracked': [
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698