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

Unified Diff: BUILD.gn

Issue 2913423002: Fix a typo with astro.h (Closed)
Patch Set: Created 3 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4d585c92bcb8827cf58f0e6560c87fab53d9dcca..20ade241d4f3392aca21615c1c9973d32614b5db 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -450,7 +450,7 @@ component("icui18n") {
]
# ls source/i18n/unicode/*h | sort | sed 's/^\(.*\)$/ "\1",/'
public = [
- // crbug.com/726654: Make astro.h public until the upstream adds an API.
+ # crbug.com/726654: Make astro.h public until the upstream adds an API.
"source/i18n/astro.h",
"source/i18n/unicode/alphaindex.h",
"source/i18n/unicode/basictz.h",
« 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