Commit 0f47229d authored by John Abd-El-Malek's avatar John Abd-El-Malek

Remove chrome.dll.pdb from isolate file because it's not there on the bots.

This is breaking after r295514 which enforces that every file listed in an isolate file exists.

BUG=414808
R=zmo@chromium.org

Review URL: https://codereview.chromium.org/578413002

Cr-Commit-Position: refs/heads/master@{#295533}
parent 91cbfa0c
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
['OS=="win" and (fastbuild==0 or fastbuild==1)', { ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/chrome.dll.pdb',
'<(PRODUCT_DIR)/chrome.exe.pdb', '<(PRODUCT_DIR)/chrome.exe.pdb',
'<(PRODUCT_DIR)/chrome_child.dll.pdb', '<(PRODUCT_DIR)/chrome_child.dll.pdb',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment