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

Unified Diff: components/BUILD.gn

Issue 1442043002: Port //components/webp_transcode to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password_manager
Patch Set: Created 5 years, 1 month 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/webp_transcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 9f8cc7f8709a924349d1b5495b84ae75b64405a1..e71fee5877e955a1192146649f66398bdf86f9f4 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -218,7 +218,10 @@ group("all_components") {
]
}
} else {
- deps += [ "//components/autofill/ios/browser" ]
+ deps += [
+ "//components/autofill/ios/browser",
+ "//components/webp_transcode",
+ ]
}
if (toolkit_views) {
@@ -490,7 +493,7 @@ test("components_unittests") {
]
}
} else {
- deps += [ "//components/sessions:unit_tests" ]
+ deps += [ "//components/webp_transcode:unit_tests" ]
}
if (toolkit_views) {
« no previous file with comments | « no previous file | components/webp_transcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698