From 9021d87d62b29e0b1ee4625ad0006b500cc3f683 Mon Sep 17 00:00:00 2001 From: jif Date: Thu, 19 Feb 2015 07:40:12 -0800 Subject: Upstream iOS' Open from Clipboard component. The component's goal is to provide omnibox suggestions based on the clipboard's content. BUG=None. Review URL: https://codereview.chromium.org/930323003 Cr-Commit-Position: refs/heads/master@{#317055} --- components/components.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index 974d292..39e07f7 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -83,6 +83,7 @@ }], ['OS == "ios"', { 'includes': [ + 'open_from_clipboard.gypi', 'webp_transcode.gypi', ], }], -- cgit v1.1