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

Unified Diff: net/net_unittests.isolate

Issue 226123004: Get rid of all component builds specific .isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index c88685d842f187da8898acb01ddb909a545ba640..662eeb0bb5c0381556573226c0446336717a4a2b 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -38,15 +38,8 @@
'read_only': 1,
},
}],
- ['OS=="linux" and component=="shared_library"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/lib/libopenssl.so',
- ],
- },
- }],
],
'includes': [
- 'net.isolate',
+ '../base/base.isolate',
],
}

Powered by Google App Engine
This is Rietveld 408576698