Index: public/BUILD.gn |
diff --git a/public/BUILD.gn b/public/BUILD.gn |
index 50a9e857ec26cbffc6726981369a97ebc5ee1ba7..b5621ba3b124cd11e786188aa0332c430ae438e3 100644 |
--- a/public/BUILD.gn |
+++ b/public/BUILD.gn |
@@ -16,6 +16,9 @@ group("blink") { |
"//third_party/WebKit/Source/web", |
"//third_party/WebKit/Source/platform", |
] |
+ public_configs = [ |
+ "//third_party/WebKit/Source:public_features", |
+ ] |
} |
# This target provides a minimal set of Blink APIs such as WebString to use in |
@@ -28,6 +31,9 @@ group("blink_minimal") { |
deps = [ |
"//third_party/WebKit/Source/platform:blink_common", |
] |
+ public_configs = [ |
+ "//third_party/WebKit/Source:public_features", |
+ ] |
} |
# GYP version: WebKit/public/blink.gyp:blink_test_support |
@@ -57,6 +63,9 @@ group("all_blink") { |
"//third_party/WebKit/Source/platform:platform_unittests", |
] |
} |
+ public_configs = [ |
+ "//third_party/WebKit/Source:public_features", |
+ ] |
} |
config("blink_headers_config") { |
@@ -97,6 +106,7 @@ if (is_android) { |
source_set("blink_headers") { |
public_configs = [ |
":blink_headers_config", |
+ "//third_party/WebKit/Source:public_features", |
# Blink exposes icu headers in the public API. |
"//third_party/icu:icu_config", |
# Blink exposes NPAPI headers in the public API. |