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