Home
last modified time | relevance | path

Searched refs:third_party_dir (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
Dlocal_test_server.cc171 base::FilePath third_party_dir; in SetPythonPath() local
172 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) { in SetPythonPath()
176 third_party_dir = third_party_dir.AppendASCII("third_party"); in SetPythonPath()
181 AppendToPythonPath(third_party_dir); in SetPythonPath()
183 AppendToPythonPath(third_party_dir.AppendASCII("tlslite")); in SetPythonPath()
185 third_party_dir.AppendASCII("pyftpdlib").AppendASCII("src")); in SetPythonPath()
187 third_party_dir.AppendASCII("pywebsocket").AppendASCII("src")); in SetPythonPath()
/external/chromium_org/third_party/
DPRESUBMIT.py121 third_party_dir = input_api.os_path.dirname(affected_file.LocalPath())
123 if f.LocalPath().startswith(third_party_dir):
/external/chromium_org/chrome/browser/policy/test/
Dlocal_policy_test_server.cc182 base::FilePath third_party_dir; in SetPythonPath() local
183 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) { in SetPythonPath()
187 AppendToPythonPath(third_party_dir in SetPythonPath()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.py60 third_party_dir = os.path.normpath(os.path.join( variable
70 sys.path.insert(1, third_party_dir)