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

Side by Side Diff: chrome/browser_tests.isolate

Issue 113773005: Remove stale 'lib64' entries in browser_tests.isolate and chrome.isolate on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(PRODUCT_DIR)/locales/en-US.pak', 93 '<(PRODUCT_DIR)/locales/en-US.pak',
94 '<(PRODUCT_DIR)/locales/fr.pak', 94 '<(PRODUCT_DIR)/locales/fr.pak',
95 '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)', 95 '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
96 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 96 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
97 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe', 97 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
98 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe', 98 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
99 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe', 99 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
100 ], 100 ],
101 'isolate_dependency_untracked': [ 101 'isolate_dependency_untracked': [
102 '../third_party/bidichecker/', 102 '../third_party/bidichecker/',
103 '<(PRODUCT_DIR)/lib64/',
104 '<(PRODUCT_DIR)/plugins/', 103 '<(PRODUCT_DIR)/plugins/',
105 '<(PRODUCT_DIR)/resources/extension/', 104 '<(PRODUCT_DIR)/resources/extension/',
106 ], 105 ],
107 }, 106 },
108 }], 107 }],
109 ['OS=="mac"', { 108 ['OS=="mac"', {
110 'variables': { 109 'variables': {
111 'isolate_dependency_tracked': [ 110 'isolate_dependency_tracked': [
112 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 111 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
113 '<(PRODUCT_DIR)/ffmpegsumo.so', 112 '<(PRODUCT_DIR)/ffmpegsumo.so',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'tools/build/repack_locales.py', 157 'tools/build/repack_locales.py',
159 ], 158 ],
160 'isolate_dependency_untracked': [ 159 'isolate_dependency_untracked': [
161 '../third_party/npapi/npspy/extern/plugin/', 160 '../third_party/npapi/npspy/extern/plugin/',
162 '../third_party/psyco_win32/psyco/', 161 '../third_party/psyco_win32/psyco/',
163 ], 162 ],
164 }, 163 },
165 }], 164 }],
166 ], 165 ],
167 } 166 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698