chromium/ios/chrome/browser/drag_and_drop/model/BUILD.gn

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

source_set("model") {
  sources = [
    "drag_item_util.h",
    "drag_item_util.mm",
    "table_view_url_drag_drop_handler.h",
    "table_view_url_drag_drop_handler.mm",
    "url_drag_drop_handler.h",
    "url_drag_drop_handler.mm",
  ]
  deps = [
    "//base",
    "//ios/chrome/browser/shared/model/browser_state",
    "//ios/chrome/browser/shared/model/profile",
    "//ios/chrome/browser/shared/model/web_state_list",
    "//ios/chrome/browser/window_activities/model",
    "//ios/web/public",
    "//net",
    "//url",
  ]
  frameworks = [
    "UIKit.framework",
    "UniformTypeIdentifiers.framework",
  ]
}