diff options
Diffstat (limited to 'chromium/ios/chrome/common/ui')
-rw-r--r-- | chromium/ios/chrome/common/ui/elements/BUILD.gn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/ios/chrome/common/ui/elements/BUILD.gn b/chromium/ios/chrome/common/ui/elements/BUILD.gn index ff79c82b299..71d8ef614b4 100644 --- a/chromium/ios/chrome/common/ui/elements/BUILD.gn +++ b/chromium/ios/chrome/common/ui/elements/BUILD.gn @@ -17,3 +17,19 @@ source_set("elements") { configs += [ "//build/config/compiler:enable_arc" ] } + +source_set("popover_label_view_controller") { + sources = [ + "popover_label_view_controller.h", + "popover_label_view_controller.mm", + ] + + libs = [ "UIKit.framework" ] + + deps = [ + "//ios/chrome/common/ui/colors", + "//ios/chrome/common/ui/util", + ] + + configs += [ "//build/config/compiler:enable_arc" ] +} |