summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorjif <jif@chromium.org>2015-02-19 07:40:12 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-19 15:41:00 +0000
commit9021d87d62b29e0b1ee4625ad0006b500cc3f683 (patch)
tree26b9d87c78c7919c238efac100981e7833097957 /components/components.gyp
parentcdc03121d7c798a87c4c90fd16981065ed06c5db (diff)
downloadchromium_src-9021d87d62b29e0b1ee4625ad0006b500cc3f683.zip
chromium_src-9021d87d62b29e0b1ee4625ad0006b500cc3f683.tar.gz
chromium_src-9021d87d62b29e0b1ee4625ad0006b500cc3f683.tar.bz2
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}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
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',
],
}],