Index: components/open_from_clipboard/BUILD.gn |
diff --git a/components/open_from_clipboard/BUILD.gn b/components/open_from_clipboard/BUILD.gn |
index fe46837a69abecb892c0d7406bb953cc30035c1a..e60ec3e14f5699b1a0238dc6f257dd8aec5c6a39 100644 |
--- a/components/open_from_clipboard/BUILD.gn |
+++ b/components/open_from_clipboard/BUILD.gn |
@@ -12,8 +12,26 @@ static_library("open_from_clipboard") { |
deps = [ |
"//base", |
+ "//net", |
"//url", |
] |
+ |
+ public_deps = [ |
+ ":open_from_clipboard_ios", |
jif
2017/03/29 14:17:55
s/open_from_clipboard_ios/open_from_clipboard_ios_
lody
2017/03/30 13:36:33
Done.
|
+ ] |
+} |
+ |
+static_library("open_from_clipboard_ios") { |
+ sources = [ |
+ "clipboard_recent_content_ios_impl.h", |
+ "clipboard_recent_content_ios_impl.mm", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ ] |
+ |
+ configs += [ "//build/config/compiler:enable_arc" ] |
} |
static_library("test_support") { |