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

Unified Diff: src/base.isolate

Issue 2123223002: [swarming] Port updated version of isolate_driver.py (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove component-build-specific configs Created 4 years, 5 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 | « no previous file | tools/isolate_driver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index 592e4f6e6f14066ded05f2b6b72d1a8bcd4d6ab7..9da978c6e09f57ce802b38a5a21e5daa0a69b95f 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -22,22 +22,6 @@
],
},
}],
- ['OS=="linux" and component=="shared_library" and target_arch=="ia32"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/lib/',
- ],
- },
- }],
- ['OS=="win" and component=="shared_library"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/icui18n.dll',
- '<(PRODUCT_DIR)/icuuc.dll',
- '<(PRODUCT_DIR)/v8.dll',
- ],
- },
- }],
['OS=="mac" and asan==1', {
'variables': {
'files': [
« no previous file with comments | « no previous file | tools/isolate_driver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698