naiveproxy/ios/chrome/browser/ui/image_util/BUILD.gn

27 lines
655 B
Plaintext
Raw Normal View History

2018-08-15 01:19:20 +03:00
# 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.
source_set("image_util") {
sources = [
"image_copier.h",
"image_copier.mm",
"image_saver.h",
"image_saver.mm",
"image_util.h",
"image_util.mm",
]
deps = [
"//base",
"//components/image_fetcher/core",
"//components/image_fetcher/ios",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/browser/ui/alert_coordinator",
"//ios/web",
"//net",
"//ui/base",
]
configs += [ "//build/config/compiler:enable_arc" ]
}