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

Unified Diff: components/components_tests.gyp

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS Created 4 years, 5 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 | « components/components.gyp ('k') | components/test/data/webp_transcode/OWNERS » ('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 3105f0d70ecce21853b7ad4fa690e694243bf12c..3a8d22e3ad2352cecd2dc4b6504ecfddfa9f77b8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1052,7 +1052,7 @@
'<@(gcm_driver_unittest_sources)',
'<@(google_unittest_sources)',
'<@(history_unittest_sources)',
- '<@(image_fetcher_unittest_sources)',
+ '<@(image_fetcher_unittest_sources)',
'<@(instance_id_unittest_sources)',
'<@(json_schema_unittest_sources)',
'<@(keyed_service_unittest_sources)',
@@ -1419,9 +1419,6 @@
}],
],
}, { # 'OS == "ios"'
- 'sources': [
- 'webp_transcode/webp_decoder_unittest.mm',
- ],
'sources/': [
# Exclude all tests that depends on //content (based on layered-
# component directory structure).
@@ -1438,7 +1435,6 @@
'components.gyp:signin_ios_browser',
'components.gyp:signin_ios_browser_test_support',
'components.gyp:translate_ios_browser',
- 'components.gyp:webp_transcode',
],
'actions': [
{
« no previous file with comments | « components/components.gyp ('k') | components/test/data/webp_transcode/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698