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

Unified Diff: chrome/sync_integration_tests.isolate

Issue 203963003: Turns on use_mojo=1 for linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos==0 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: chrome/sync_integration_tests.isolate
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
index 7324cf51598f04135d87bba153d2d5b8eff34c43..7ff8b1dd6b33765b89fd71f7883a0ebe8392c05c 100644
--- a/chrome/sync_integration_tests.isolate
+++ b/chrome/sync_integration_tests.isolate
@@ -28,6 +28,13 @@
],
},
}],
+ ['OS=="linux" and use_mojo==1', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/lib/libmojo_system.so',
+ ],
+ },
+ }],
['OS=="linux" or OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [

Powered by Google App Engine
This is Rietveld 408576698