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

Unified Diff: chrome/browser_tests.isolate

Issue 585673002: More fixes to make 32 bit Linux builds pass compile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | testing/chromoting/chromoting_integration_tests.isolate » ('j') | 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 d8680b542936c77ce6407aed3c9bd1e2d755d56e..1d3bb869abd368be8afd488de44f86484e222373 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -84,6 +84,12 @@
],
'isolate_dependency_untracked': [
'../third_party/bidichecker/',
+ ],
+ },
+ }],
+ ['OS=="win" or (OS=="linux" and target_arch=="x64")', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/lib64/',
],
},
« no previous file with comments | « no previous file | testing/chromoting/chromoting_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698