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

Side by Side Diff: chrome/chrome.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 | « chrome/browser_tests.isolate ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'isolate_dependency_tracked': [ 8 'isolate_dependency_tracked': [
9 '<(PRODUCT_DIR)/libclearkeycdm.so', 9 '<(PRODUCT_DIR)/libclearkeycdm.so',
10 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', 10 '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 'isolate_dependency_tracked': [ 24 'isolate_dependency_tracked': [
25 '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)', 25 '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
26 '<(PRODUCT_DIR)/chrome_100_percent.pak', 26 '<(PRODUCT_DIR)/chrome_100_percent.pak',
27 '<(PRODUCT_DIR)/locales/en-US.pak', 27 '<(PRODUCT_DIR)/locales/en-US.pak',
28 '<(PRODUCT_DIR)/locales/fr.pak', 28 '<(PRODUCT_DIR)/locales/fr.pak',
29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
30 '<(PRODUCT_DIR)/resources.pak', 30 '<(PRODUCT_DIR)/resources.pak',
31 ], 31 ],
32 'isolate_dependency_untracked': [ 32 'isolate_dependency_untracked': [
33 '<(PRODUCT_DIR)/lib64/',
34 '<(PRODUCT_DIR)/plugins/', 33 '<(PRODUCT_DIR)/plugins/',
35 '<(PRODUCT_DIR)/resources/extension/', 34 '<(PRODUCT_DIR)/resources/extension/',
36 ], 35 ],
37 }, 36 },
38 }], 37 }],
39 ['OS=="mac"', { 38 ['OS=="mac"', {
40 'variables': { 39 'variables': {
41 'command': [ 40 'command': [
42 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)', 41 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)',
43 ], 42 ],
(...skipping 16 matching lines...) Expand all
60 '<(PRODUCT_DIR)/libEGL.dll', 59 '<(PRODUCT_DIR)/libEGL.dll',
61 '<(PRODUCT_DIR)/libGLESv2.dll', 60 '<(PRODUCT_DIR)/libGLESv2.dll',
62 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)', 61 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
63 '<(PRODUCT_DIR)/osmesa.dll', 62 '<(PRODUCT_DIR)/osmesa.dll',
64 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 63 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
65 ], 64 ],
66 }, 65 },
67 }], 66 }],
68 ], 67 ],
69 } 68 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698