// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/viz/common/display/overlay_strategy.h" #include <string> #include <vector> #include "components/viz/common/buildflags.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" IsEmpty; UnorderedElementsAre; namespace viz { TEST(ParseOverlayStrategiesTest, ParseEmptyList) { … } TEST(ParseOverlayStrategiesTest, ParseFullList) { … } TEST(ParseOverlayStrategiesTest, BadValue) { … } } // namespace viz