| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 '../ppapi/tests/test_page.css', | 64 '../ppapi/tests/test_page.css', |
| 65 '../ppapi/tests/test_page.css.mock-http-headers', | 65 '../ppapi/tests/test_page.css.mock-http-headers', |
| 66 '../testing/test_env.py', | 66 '../testing/test_env.py', |
| 67 '../third_party/accessibility-audit/axs_testing.js', | 67 '../third_party/accessibility-audit/axs_testing.js', |
| 68 '../third_party/mocha/mocha.js', | 68 '../third_party/mocha/mocha.js', |
| 69 '../third_party/pyftpdlib/', | 69 '../third_party/pyftpdlib/', |
| 70 '../third_party/pywebsocket/', | 70 '../third_party/pywebsocket/', |
| 71 '../third_party/safe_browsing/', | 71 '../third_party/safe_browsing/', |
| 72 '../third_party/simplejson/', | 72 '../third_party/simplejson/', |
| 73 '../third_party/tlslite/', | 73 '../third_party/tlslite/', |
| 74 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | |
| 75 '<(PRODUCT_DIR)/browser_tests.pak', | 74 '<(PRODUCT_DIR)/browser_tests.pak', |
| 76 '<(PRODUCT_DIR)/pseudo_locales/', | 75 '<(PRODUCT_DIR)/pseudo_locales/', |
| 77 '<(PRODUCT_DIR)/pyproto/', | 76 '<(PRODUCT_DIR)/pyproto/', |
| 78 # TODO(jam): above is directory for GYP. GN uses: | 77 # TODO(jam): above is directory for GYP. GN uses: |
| 79 #'<(SHARED_INTERMEDIATE_DIR)/google/', | 78 #'<(SHARED_INTERMEDIATE_DIR)/google/', |
| 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', | 79 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', |
| 81 '<(PRODUCT_DIR)/remoting/unittests/', | 80 '<(PRODUCT_DIR)/remoting/unittests/', |
| 82 '<(PRODUCT_DIR)/test_case.html', | 81 '<(PRODUCT_DIR)/test_case.html', |
| 83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', | 82 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', |
| 84 '<(PRODUCT_DIR)/test_data/', | 83 '<(PRODUCT_DIR)/test_data/', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'browser/chromeos/login/test/https_forwarder.py', | 253 'browser/chromeos/login/test/https_forwarder.py', |
| 255 ], | 254 ], |
| 256 }, | 255 }, |
| 257 }], | 256 }], |
| 258 ], | 257 ], |
| 259 'includes': [ | 258 'includes': [ |
| 260 '../base/base.isolate', | 259 '../base/base.isolate', |
| 261 'chrome.isolate', | 260 'chrome.isolate', |
| 262 ], | 261 ], |
| 263 } | 262 } |
| OLD | NEW |