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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'isolate_dependency_tracked': [ | 99 'isolate_dependency_tracked': [ |
100 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', | 100 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', |
101 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 101 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
102 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', | 102 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', |
103 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', | 103 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', |
104 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', | 104 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', |
105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
106 ], | 106 ], |
107 'isolate_dependency_untracked': [ | 107 'isolate_dependency_untracked': [ |
108 '<(PRODUCT_DIR)/lib32/', | 108 '<(PRODUCT_DIR)/lib32/', |
109 '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/', | |
110 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', | 109 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', |
| 110 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', |
111 ], | 111 ], |
112 }, | 112 }, |
113 }], | 113 }], |
114 ['OS=="mac" or OS=="win"', { | 114 ['OS=="mac" or OS=="win"', { |
115 'variables': { | 115 'variables': { |
116 'command': [ | 116 'command': [ |
117 '../testing/test_env.py', | 117 '../testing/test_env.py', |
118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
119 '--test-launcher-bot-mode', | 119 '--test-launcher-bot-mode', |
120 ], | 120 ], |
(...skipping 17 matching lines...) Expand all Loading... |
138 }], | 138 }], |
139 ['chromeos==1', { | 139 ['chromeos==1', { |
140 'variables': { | 140 'variables': { |
141 'isolate_dependency_untracked': [ | 141 'isolate_dependency_untracked': [ |
142 '<(PRODUCT_DIR)/chromevox_test_data/', | 142 '<(PRODUCT_DIR)/chromevox_test_data/', |
143 ], | 143 ], |
144 }, | 144 }, |
145 }], | 145 }], |
146 ], | 146 ], |
147 } | 147 } |
OLD | NEW |