chromium/gin/shell/gin_shell_unittest.cc

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

#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/path_service.h"
#include "base/process/launch.h"
#include "base/strings/string_util.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"

base::FilePath GinShellPath() {}

base::FilePath HelloWorldPath() {}

TEST(GinShellTest, HelloWorld) {}