| 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 ['use_x11==0', { | 6 ['use_x11==0', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '../testing/test_env.py', | 9 '../testing/test_env.py', |
| 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 ], | 198 ], |
| 199 }, | 199 }, |
| 200 }], | 200 }], |
| 201 ['OS=="win"', { | 201 ['OS=="win"', { |
| 202 'variables': { | 202 'variables': { |
| 203 'files': [ | 203 'files': [ |
| 204 '../native_client/build/build_nexe.py', | 204 '../native_client/build/build_nexe.py', |
| 205 '<(PRODUCT_DIR)/chrome_elf.dll', | 205 '<(PRODUCT_DIR)/chrome_elf.dll', |
| 206 '<(PRODUCT_DIR)/clearkeycdm.dll', | 206 '<(PRODUCT_DIR)/clearkeycdm.dll', |
| 207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', | 207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', |
| 208 '<(PRODUCT_DIR)/crashpad_handler.exe', |
| 208 '<(PRODUCT_DIR)/plugins/', | 209 '<(PRODUCT_DIR)/plugins/', |
| 209 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', | 210 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', |
| 210 '<(PRODUCT_DIR)/ppapi_tests.dll', | 211 '<(PRODUCT_DIR)/ppapi_tests.dll', |
| 211 'tools/build/repack_locales.py', | 212 'tools/build/repack_locales.py', |
| 212 ], | 213 ], |
| 213 }, | 214 }, |
| 214 }], | 215 }], |
| 215 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { | 216 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { |
| 216 'variables': { | 217 'variables': { |
| 217 'files': [ | 218 'files': [ |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'browser/chromeos/login/test/https_forwarder.py', | 266 'browser/chromeos/login/test/https_forwarder.py', |
| 266 ], | 267 ], |
| 267 }, | 268 }, |
| 268 }], | 269 }], |
| 269 ], | 270 ], |
| 270 'includes': [ | 271 'includes': [ |
| 271 '../base/base.isolate', | 272 '../base/base.isolate', |
| 272 'chrome.isolate', | 273 'chrome.isolate', |
| 273 ], | 274 ], |
| 274 } | 275 } |
| OLD | NEW |