mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
20 lines
609 B
Plaintext
20 lines
609 B
Plaintext
# 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("widget") {
|
|
sources = [
|
|
"sc_content_widget_coordinator.h",
|
|
"sc_content_widget_coordinator.mm",
|
|
"sc_search_widget_coordinator.h",
|
|
"sc_search_widget_coordinator.mm",
|
|
]
|
|
deps = [
|
|
"//ios/chrome/content_widget_extension:content_widget",
|
|
"//ios/chrome/search_widget_extension:search_widget",
|
|
"//ios/showcase/common",
|
|
]
|
|
libs = [ "UIKit.framework" ]
|
|
configs += [ "//build/config/compiler:enable_arc" ]
|
|
}
|