blob: 6fb48dcfec6b2ab8cb6b3d381f7dc51774b330cd [file] [log] [blame]
# Copyright 2017 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.
import("//third_party/blink/renderer/core/core.gni")
blink_core_sources("resize_observer") {
sources = [
"resize_observation.cc",
"resize_observation.h",
"resize_observer.cc",
"resize_observer.h",
"resize_observer_controller.cc",
"resize_observer_controller.h",
"resize_observer_entry.cc",
"resize_observer_entry.h",
]
}