10 lines
434 B
C
10 lines
434 B
C
// Copyright 2016 The Chromium Embedded Framework Authors. All rights
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
// can be found in the LICENSE file.
|
|
|
|
// Include GoogleTest from the Chromium source location. This file will be
|
|
// re-written in the CEF binary distribution to include a fuzed version of
|
|
// GoogleTest from the distribution tests/ folder.
|
|
|
|
#include "testing/gtest/include/gtest/gtest.h"
|