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

Unified Diff: public/BUILD.gn

Issue 563963003: GN: Forward icu_config from public header config since we expose icu (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 867254dd00bc65a083edc5fb596f174e45206dc9..510fdacb4fa7a7361b425c78c585acd6478865a0 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -57,6 +57,8 @@ config("blink_headers_config") {
source_set("blink_headers") {
direct_dependent_configs = [
":blink_headers_config",
+ # Blink exposes icu headers in the public API.
+ "//third_party/icu:icu_config",
# Blink exposes NPAPI headers in the public API.
"//third_party/npapi:npapi_config",
]
« 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