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 ['OS=="linux"', { | 6 ['OS=="linux"', { |
7 'variables': { | 7 'variables': { |
8 'command': [ | 8 'command': [ |
9 '../testing/xvfb.py', | 9 '../testing/xvfb.py', |
10 '<(PRODUCT_DIR)', | 10 '<(PRODUCT_DIR)', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 '../third_party/pyftpdlib/', | 52 '../third_party/pyftpdlib/', |
53 '../third_party/pywebsocket/', | 53 '../third_party/pywebsocket/', |
54 '../third_party/safe_browsing/', | 54 '../third_party/safe_browsing/', |
55 '../third_party/simplejson/', | 55 '../third_party/simplejson/', |
56 '../third_party/tlslite/', | 56 '../third_party/tlslite/', |
57 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 57 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
58 '<(PRODUCT_DIR)/browser_tests.pak', | 58 '<(PRODUCT_DIR)/browser_tests.pak', |
59 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)', | 59 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)', |
60 '<(PRODUCT_DIR)/pseudo_locales/', | 60 '<(PRODUCT_DIR)/pseudo_locales/', |
61 '<(PRODUCT_DIR)/pyproto/', | 61 '<(PRODUCT_DIR)/pyproto/', |
| 62 # TODO(jam): above is directory for GYP. GN uses: |
| 63 #'<(SHARED_INTERMEDIATE_DIR)/google/', |
| 64 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', |
62 '<(PRODUCT_DIR)/remoting/unittests/', | 65 '<(PRODUCT_DIR)/remoting/unittests/', |
63 '<(PRODUCT_DIR)/test_case.html', | 66 '<(PRODUCT_DIR)/test_case.html', |
64 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', | 67 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', |
65 '<(PRODUCT_DIR)/test_data/', | 68 '<(PRODUCT_DIR)/test_data/', |
66 '<(PRODUCT_DIR)/test_page.css', | 69 '<(PRODUCT_DIR)/test_page.css', |
67 '<(PRODUCT_DIR)/test_url_loader_data/', | 70 '<(PRODUCT_DIR)/test_url_loader_data/', |
68 'browser/policy/test/asn1der.py', | 71 'browser/policy/test/asn1der.py', |
69 'browser/policy/test/policy_testserver.py', | 72 'browser/policy/test/policy_testserver.py', |
70 'common/extensions/docs/examples/apps/calculator/', | 73 'common/extensions/docs/examples/apps/calculator/', |
71 'test/data/', | 74 'test/data/', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'browser/chromeos/login/test/https_forwarder.py', | 238 'browser/chromeos/login/test/https_forwarder.py', |
236 ], | 239 ], |
237 }, | 240 }, |
238 }], | 241 }], |
239 ], | 242 ], |
240 'includes': [ | 243 'includes': [ |
241 '../base/base.isolate', | 244 '../base/base.isolate', |
242 'chrome.isolate', | 245 'chrome.isolate', |
243 ], | 246 ], |
244 } | 247 } |
OLD | NEW |