Commit 7a39ec2c authored by John Abd-El-Malek's avatar John Abd-El-Malek

More fixes to make 32 bit Linux builds pass compile.

This is breaking after r295514 which enforces that every file listed in an isolate file exists.

BUG=414808
R=dbeam@chromium.org

Review URL: https://codereview.chromium.org/587503002

Cr-Commit-Position: refs/heads/master@{#295636}
parent 403d2d97
...@@ -78,9 +78,6 @@ ...@@ -78,9 +78,6 @@
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
], ],
'isolate_dependency_untracked': [ 'isolate_dependency_untracked': [
'../third_party/bidichecker/', '../third_party/bidichecker/',
...@@ -91,6 +88,9 @@ ...@@ -91,6 +88,9 @@
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/lib64/', '<(PRODUCT_DIR)/lib64/',
'<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
], ],
}, },
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment