| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 # TODO(jam): above is directory for GYP. GN uses: | 78 # TODO(jam): above is directory for GYP. GN uses: |
| 79 #'<(SHARED_INTERMEDIATE_DIR)/google/', | 79 #'<(SHARED_INTERMEDIATE_DIR)/google/', |
| 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', | 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', |
| 81 '<(PRODUCT_DIR)/remoting/unittests/', | 81 '<(PRODUCT_DIR)/remoting/unittests/', |
| 82 '<(PRODUCT_DIR)/test_case.html', | 82 '<(PRODUCT_DIR)/test_case.html', |
| 83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', | 83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', |
| 84 '<(PRODUCT_DIR)/test_data/', | 84 '<(PRODUCT_DIR)/test_data/', |
| 85 '<(PRODUCT_DIR)/test_page.css', | 85 '<(PRODUCT_DIR)/test_page.css', |
| 86 '<(PRODUCT_DIR)/test_page.css.mock-http-headers', | 86 '<(PRODUCT_DIR)/test_page.css.mock-http-headers', |
| 87 '<(PRODUCT_DIR)/test_url_loader_data/', | 87 '<(PRODUCT_DIR)/test_url_loader_data/', |
| 88 '../v8/test/mjsunit/wasm/incrementer.wasm', |
| 88 'browser/policy/test/asn1der.py', | 89 'browser/policy/test/asn1der.py', |
| 89 'browser/policy/test/policy_testserver.py', | 90 'browser/policy/test/policy_testserver.py', |
| 90 'common/extensions/docs/examples/apps/calculator/', | 91 'common/extensions/docs/examples/apps/calculator/', |
| 91 'test/data/', | 92 'test/data/', |
| 92 'third_party/mock4js/', | 93 'third_party/mock4js/', |
| 93 ], | 94 ], |
| 94 }, | 95 }, |
| 95 }], | 96 }], |
| 96 ['OS=="linux" or OS=="win"', { | 97 ['OS=="linux" or OS=="win"', { |
| 97 'variables': { | 98 'variables': { |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'browser/chromeos/login/test/https_forwarder.py', | 296 'browser/chromeos/login/test/https_forwarder.py', |
| 296 ], | 297 ], |
| 297 }, | 298 }, |
| 298 }], | 299 }], |
| 299 ], | 300 ], |
| 300 'includes': [ | 301 'includes': [ |
| 301 '../base/base.isolate', | 302 '../base/base.isolate', |
| 302 'chrome.isolate', | 303 'chrome.isolate', |
| 303 ], | 304 ], |
| 304 } | 305 } |
| OLD | NEW |