HomeSort by relevance Sort by last modified time
    Searched full:third_party_dir (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/test/spawned_test_server/
local_test_server.cc 171 base::FilePath third_party_dir; local
172 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
176 third_party_dir = third_party_dir.AppendASCII("third_party");
180 // need to include its parent directory, i.e. third_party_dir).
181 AppendToPythonPath(third_party_dir);
183 AppendToPythonPath(third_party_dir.AppendASCII("tlslite"));
185 third_party_dir.AppendASCII("pyftpdlib").AppendASCII("src"));
187 third_party_dir.AppendASCII("pywebsocket").AppendASCII("src"));
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 15 THIRD_PARTY_DIR = os.path.join(SRC_DIR, 'third_party')
60 CopyThirdParty(os.path.join(THIRD_PARTY_DIR, 'handlebar'), 'handlebar')
63 CopyThirdParty(os.path.join(THIRD_PARTY_DIR, 'ply'),
71 CopyThirdParty(os.path.join(THIRD_PARTY_DIR, 'simplejson'),
  /external/chromium/net/test/
test_server.cc 280 FilePath third_party_dir; local
281 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
285 third_party_dir = third_party_dir.Append(FILE_PATH_LITERAL("third_party"));
289 // need to include its parent directory, i.e. third_party_dir).
290 AppendToPythonPath(third_party_dir);
292 AppendToPythonPath(third_party_dir.Append(FILE_PATH_LITERAL("tlslite")));
293 AppendToPythonPath(third_party_dir.Append(FILE_PATH_LITERAL("pyftpdlib")));
  /external/chromium_org/third_party/
PRESUBMIT.py 81 third_party_dir = input_api.os_path.dirname(affected_file.LocalPath())
83 if f.LocalPath().startswith(third_party_dir):
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 165 base::FilePath third_party_dir; local
166 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
170 AppendToPythonPath(third_party_dir
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 825 third_party_dir = os.path.join(build_dir, 'third_party')
826 sys.path.append(third_party_dir)
827 sys.path.append(os.path.join(third_party_dir, 'buildbot_8_4p1'))
828 sys.path.append(os.path.join(third_party_dir, 'twisted_10_2'))

Completed in 473 milliseconds