chromium/third_party/blink/renderer/core/imagebitmap/build.gni

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

blink_core_sources_imagebitmap = [
  "image_bitmap.cc",
  "image_bitmap.h",
  "image_bitmap_source.cc",
  "image_bitmap_source.h",
]

blink_core_tests_imagebitmap = [ "image_bitmap_test.cc" ]