| 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 '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 Loading... |
| 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/', |
| 103 '<(PRODUCT_DIR)/plugins/', | 104 '<(PRODUCT_DIR)/plugins/', |
| 104 '<(PRODUCT_DIR)/resources/extension/', | 105 '<(PRODUCT_DIR)/resources/extension/', |
| 105 ], | 106 ], |
| 106 }, | 107 }, |
| 107 }], | 108 }], |
| 108 ['OS=="mac"', { | 109 ['OS=="mac"', { |
| 109 'variables': { | 110 'variables': { |
| 110 'isolate_dependency_tracked': [ | 111 'isolate_dependency_tracked': [ |
| 111 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', | 112 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', |
| 112 '<(PRODUCT_DIR)/ffmpegsumo.so', | 113 '<(PRODUCT_DIR)/ffmpegsumo.so', |
| 113 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 114 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 114 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', | 115 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', |
| 115 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', | 116 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', |
| 116 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', | 117 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', |
| 117 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 118 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
| 118 ], | 119 ], |
| 119 'isolate_dependency_untracked': [ | 120 'isolate_dependency_untracked': [ |
| 120 '<(PRODUCT_DIR)/Chromium Framework.framework/', | 121 '<(PRODUCT_DIR)/Chromium Framework.framework/', |
| 121 '<(PRODUCT_DIR)/Chromium Helper.app/', | 122 '<(PRODUCT_DIR)/Chromium Helper.app/', |
| 122 '<(PRODUCT_DIR)/Chromium.app/', | 123 '<(PRODUCT_DIR)/Chromium.app/', |
| 124 '<(PRODUCT_DIR)/lib32/', |
| 123 '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/', | 125 '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/', |
| 124 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', | 126 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', |
| 125 ], | 127 ], |
| 126 }, | 128 }, |
| 127 }], | 129 }], |
| 128 ['OS=="mac" or OS=="win"', { | 130 ['OS=="mac" or OS=="win"', { |
| 129 'variables': { | 131 'variables': { |
| 130 'command': [ | 132 'command': [ |
| 131 '../testing/test_env.py', | 133 '../testing/test_env.py', |
| 132 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 134 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 157 'tools/build/repack_locales.py', | 159 'tools/build/repack_locales.py', |
| 158 ], | 160 ], |
| 159 'isolate_dependency_untracked': [ | 161 'isolate_dependency_untracked': [ |
| 160 '../third_party/npapi/npspy/extern/plugin/', | 162 '../third_party/npapi/npspy/extern/plugin/', |
| 161 '../third_party/psyco_win32/psyco/', | 163 '../third_party/psyco_win32/psyco/', |
| 162 ], | 164 ], |
| 163 }, | 165 }, |
| 164 }], | 166 }], |
| 165 ], | 167 ], |
| 166 } | 168 } |
| OLD | NEW |