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

Unified Diff: Source/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: Patch for landing (fix android build failure) Created 5 years, 10 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 | Source/build/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/BUILD.gn
diff --git a/Source/BUILD.gn b/Source/BUILD.gn
index 8808e06c84b4343a321bffed4ef1a536b9cbd246..8d6e155f0aa55eb3cbfb59c073082d26aa8473ae 100644
--- a/Source/BUILD.gn
+++ b/Source/BUILD.gn
@@ -9,10 +9,14 @@ if (is_clang) {
visibility = [ "//third_party/WebKit/*" ]
+config("public_features") {
+ defines = public_feature_defines_list
+}
+
# features ---------------------------------------------------------------------
config("features") {
- defines = feature_defines_list
+ defines = feature_defines_list + public_feature_defines_list
}
# inside_blink -----------------------------------------------------------------
« no previous file with comments | « no previous file | Source/build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698