Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: components/components_tests.gyp

Issue 961673004: Add unittest to Open from Clipboard component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing deps. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/open_from_clipboard/clipboard_recent_content_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index baa018316f5a47b891fd6c97fb7ff91a67b0e068..59987fa02937a3d9c11c7bfdab772e9192a3a9f3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -536,6 +536,7 @@
],
}, { # 'OS == "ios"'
'sources': [
+ 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
'webp_transcode/webp_decoder_unittest.mm',
],
'sources/': [
@@ -625,6 +626,7 @@
'../ios/ios_tests.gyp:test_support_ios',
'../ios/web/ios_web.gyp:test_support_ios_web',
'../third_party/ocmock/ocmock.gyp:ocmock',
+ 'components.gyp:open_from_clipboard',
'components.gyp:sessions_ios',
'components.gyp:signin_ios_browser',
'components.gyp:translate_ios_browser',
« no previous file with comments | « no previous file | components/open_from_clipboard/clipboard_recent_content_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698