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

Unified Diff: base/base_unittests.isolate

Issue 955273002: Fix PEImage tests to use a checked in binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove incorrect isolate entry Created 5 years, 10 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.gyp ('k') | base/test/data/pe_image/pe_image_test_32.dll » ('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 e5495e30a2196ea5780d79c3cfb123c68b7ea354..2e33cc07ce0013a5ac7980403fca85eb9f9af1f4 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -72,13 +72,6 @@
],
},
}],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/pe_image_test.dll',
- ],
- },
- }],
],
'includes': [
'base.isolate',
« no previous file with comments | « base/base.gyp ('k') | base/test/data/pe_image/pe_image_test_32.dll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698