blob: 124b9be847c8b4131e0188850b9ddec7f8c86d51 [file] [log] [blame]
# Copyright 2016 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("imagebitmap") {
sources = [
"image_bitmap.cc",
"image_bitmap.h",
"image_bitmap_factories.cc",
"image_bitmap_factories.h",
"image_bitmap_source.cc",
"image_bitmap_source.h",
]
}