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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 '../ppapi/tests/test_case.html', | 62 '../ppapi/tests/test_case.html', |
63 '../ppapi/tests/test_case.html.mock-http-headers', | 63 '../ppapi/tests/test_case.html.mock-http-headers', |
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/chaijs/chai.js', | 68 '../third_party/chaijs/chai.js', |
69 '../third_party/mocha/mocha.js', | 69 '../third_party/mocha/mocha.js', |
70 '../third_party/pyftpdlib/', | 70 '../third_party/pyftpdlib/', |
71 '../third_party/pywebsocket/', | 71 '../third_party/pywebsocket/', |
72 '../third_party/safe_browsing/', | |
73 '../third_party/simplejson/', | 72 '../third_party/simplejson/', |
74 '../third_party/tlslite/', | 73 '../third_party/tlslite/', |
75 '../ui/webui/resources/js/', | 74 '../ui/webui/resources/js/', |
76 '<(PRODUCT_DIR)/browser_tests.pak', | 75 '<(PRODUCT_DIR)/browser_tests.pak', |
77 '<(PRODUCT_DIR)/pseudo_locales/', | 76 '<(PRODUCT_DIR)/pseudo_locales/', |
78 '<(PRODUCT_DIR)/pyproto/', | 77 '<(PRODUCT_DIR)/pyproto/', |
79 # TODO(jam): above is directory for GYP. GN uses: | 78 # TODO(jam): above is directory for GYP. GN uses: |
80 #'<(SHARED_INTERMEDIATE_DIR)/google/', | 79 #'<(SHARED_INTERMEDIATE_DIR)/google/', |
81 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', | 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', |
82 '<(PRODUCT_DIR)/remoting/unittests/', | 81 '<(PRODUCT_DIR)/remoting/unittests/', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'browser/chromeos/login/test/https_forwarder.py', | 295 'browser/chromeos/login/test/https_forwarder.py', |
297 ], | 296 ], |
298 }, | 297 }, |
299 }], | 298 }], |
300 ], | 299 ], |
301 'includes': [ | 300 'includes': [ |
302 '../base/base.isolate', | 301 '../base/base.isolate', |
303 'chrome.isolate', | 302 'chrome.isolate', |
304 ], | 303 ], |
305 } | 304 } |
OLD | NEW |