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

Unified Diff: chrome/browser_tests.isolate

Issue 153093002: Add libpeerconnection.{so,dll} to browser_tests.isolate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the libpeerconnection conditions to browser_tests.isolate Created 6 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 | « build/isolate.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index 6b377a46dfea985d8f3f3bea78d0bd095e2e95df..668b4b9e5bc63909d0e21967963c5e18fe92a9ec 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -23,6 +23,13 @@
],
},
}],
+ ['OS=="linux" and libpeer_target_type=="loadable_module"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/lib/libpeerconnection.so',
+ ],
+ },
+ }],
['OS=="linux" or OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [
@@ -136,6 +143,13 @@
],
},
}],
+ ['OS=="win" and libpeer_target_type=="loadable_module"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/libpeerconnection.dll',
+ ],
+ },
+ }],
['chromeos==1', {
'variables': {
'isolate_dependency_untracked': [
« no previous file with comments | « build/isolate.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698