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

Unified Diff: chrome/browser_tests.isolate

Issue 574753004: lib32/ doesn't exist on OSX x64 build. Update browser_tests accordingly. (Closed) Base URL: https://chromium.googlesource.com/a/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 | tools/isolate_driver.py » ('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 d314f1f3bf9baf94f1e8d1e2ffe3186f817a7351..2fe595e818cf78a1849956d5542893776a270725 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -107,18 +107,24 @@
'<(PRODUCT_DIR)/content_shell.pak',
'<(PRODUCT_DIR)/libclearkeycdm.dylib',
'<(PRODUCT_DIR)/osmesa.so',
- '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
- '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
- '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
'<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
],
'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/lib32/',
'<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
'<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
],
},
}],
+ ['OS=="mac" and target_arch=="ia32"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/lib32/',
+ '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
+ '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
+ '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
+ ],
+ },
+ }],
['OS=="mac" or OS=="win"', {
'variables': {
'command': [
« 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