OLD | NEW |
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 'includes': [ | 5 'includes': [ |
6 'chrome.isolate', | 6 'chrome.isolate', |
7 ], | 7 ], |
8 'conditions': [ | 8 'conditions': [ |
9 ['OS=="linux"', { | 9 ['OS=="linux"', { |
10 'variables': { | 10 'variables': { |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 '<(PRODUCT_DIR)/lib64/', | 102 '<(PRODUCT_DIR)/lib64/', |
103 '<(PRODUCT_DIR)/plugins/', | 103 '<(PRODUCT_DIR)/plugins/', |
104 ], | 104 ], |
105 }, | 105 }, |
106 }], | 106 }], |
107 ['OS=="mac"', { | 107 ['OS=="mac"', { |
108 'variables': { | 108 'variables': { |
109 'isolate_dependency_tracked': [ | 109 'isolate_dependency_tracked': [ |
110 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', | 110 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', |
111 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 111 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 112 '<(PRODUCT_DIR)/osmesa.so', |
112 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', | 113 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', |
113 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', | 114 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', |
114 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', | 115 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', |
115 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 116 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
116 ], | 117 ], |
117 'isolate_dependency_untracked': [ | 118 'isolate_dependency_untracked': [ |
118 '<(PRODUCT_DIR)/lib32/', | 119 '<(PRODUCT_DIR)/lib32/', |
119 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', | 120 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', |
120 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', | 121 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', |
121 ], | 122 ], |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 }], | 157 }], |
157 ['chromeos==1', { | 158 ['chromeos==1', { |
158 'variables': { | 159 'variables': { |
159 'isolate_dependency_untracked': [ | 160 'isolate_dependency_untracked': [ |
160 '<(PRODUCT_DIR)/chromevox_test_data/', | 161 '<(PRODUCT_DIR)/chromevox_test_data/', |
161 ], | 162 ], |
162 }, | 163 }, |
163 }], | 164 }], |
164 ], | 165 ], |
165 } | 166 } |
OLD | NEW |