| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 './browser_tests_launcher.py', | 9 './browser_tests_launcher.py', |
| 10 '--commands_file', | 10 '--commands_file', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 './browser_test_commands_linux.txt', | 26 './browser_test_commands_linux.txt', |
| 27 '<(PRODUCT_DIR)/libffmpegsumo.so', | 27 '<(PRODUCT_DIR)/libffmpegsumo.so', |
| 28 '<(PRODUCT_DIR)/libosmesa.so', | 28 '<(PRODUCT_DIR)/libosmesa.so', |
| 29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
| 30 '../../remoting/tools/internal/test-account-host-config.json', | 30 '../../remoting/tools/internal/test-account-host-config.json', |
| 31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
| 32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
| 33 '<(PRODUCT_DIR)/remoting-me2me-host.deb', | 33 '<(PRODUCT_DIR)/remoting-me2me-host.deb', |
| 34 '<(PRODUCT_DIR)/nacl_helper', | 34 '<(PRODUCT_DIR)/nacl_helper', |
| 35 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 35 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
| 36 '<(PRODUCT_DIR)/pnacl/pnacl_public_pnacl_json', | 36 '<(PRODUCT_DIR)/pnacl/', |
| 37 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_crtbegin_for_eh_o', | |
| 38 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_crtbegin_o', | |
| 39 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_crtend_o', | |
| 40 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_ld_nexe', | |
| 41 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_libcrt_platform_a', | |
| 42 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_libgcc_a', | |
| 43 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_libpnacl_irt_shim_a', | |
| 44 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_libpnacl_irt_shim_dummy_a', | |
| 45 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_pnacl_llc_nexe', | |
| 46 '<(PRODUCT_DIR)/pnacl/pnacl_public_x86_64_pnacl_sz_nexe', | |
| 47 ], | 37 ], |
| 48 }, | 38 }, |
| 49 }], | 39 }], |
| 50 ['OS=="linux" and use_ozone==0', { | 40 ['OS=="linux" and use_ozone==0', { |
| 51 'variables': { | 41 'variables': { |
| 52 'files': [ | 42 'files': [ |
| 53 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 54 ], | 44 ], |
| 55 }, | 45 }, |
| 56 }], | 46 }], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 '--account-type=gmail', | 98 '--account-type=gmail', |
| 109 ], | 99 ], |
| 110 }, | 100 }, |
| 111 }], | 101 }], |
| 112 ], | 102 ], |
| 113 'includes': [ | 103 'includes': [ |
| 114 '../../base/base.isolate', | 104 '../../base/base.isolate', |
| 115 '../../gin/v8.isolate', | 105 '../../gin/v8.isolate', |
| 116 ], | 106 ], |
| 117 } | 107 } |
| OLD | NEW |