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

Unified Diff: public/BUILD.gn

Issue 864723003: Made blink gyps and gns to public oilpan configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | « Source/config.gni ('k') | public/all.gyp » ('j') | public/features.gni » ('J')
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 50a9e857ec26cbffc6726981369a97ebc5ee1ba7..f702e720894fd4a301d722f1643a34577e2d90a4 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
« no previous file with comments | « Source/config.gni ('k') | public/all.gyp » ('j') | public/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698