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

Unified Diff: android_webview/BUILD.gn

Issue 1948223003: 💦Rename libmonochrome target to monochrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 404149be27c647024193e19b0a2e5092f392a1a7..45e2732aab083d59304e97ec0192ca56409353f3 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -375,7 +375,7 @@ shared_library("libwebviewchromium") {
}
if (defined(webview_only_libmonochrome) && webview_only_libmonochrome) {
- shared_library("libmonochrome") {
+ shared_library("monochrome") {
deps = [
":webview_entry_point",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698