// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Precompile header for IE CEEE unittests. #ifndef CEEE_IE_TESTING_PRECOMPILE_H_ #define CEEE_IE_TESTING_PRECOMPILE_H_ #include #include #include #include "ceee/testing/utils/mock_com.h" #include "ceee/testing/utils/test_utils.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #endif // CEEE_IE_TESTING_PRECOMPILE_H_