chromium/net/test/python_utils.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "net/test/python_utils.h"

#include <memory>

#include "base/command_line.h"
#include "base/environment.h"
#include "base/files/file_path.h"
#include "build/build_config.h"

namespace {
const base::FilePath::CharType kPythonPathEnv[] =);
const base::FilePath::CharType kVPythonClearPathEnv[] =);
}  // namespace

void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path,
                                base::EnvironmentMap* map) {}

bool GetPython3Command(base::CommandLine* python_cmd) {}