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

Unified Diff: Source/build/features.gypi

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/BUILD.gn ('k') | Source/config.gni » ('j') | public/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 0e08f173f28c2173e54f52bc3258c343255157c7..62fbbc7955caa0566f9745c6773fc55a33bbb33d 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -37,6 +37,9 @@
# We can't define it here because it should be present only
# in Debug or release_valgrind_build=1 builds.
],
+ 'public_feature_defines': [
+ ],
+
# We have to nest variables inside variables so that they can be overridden
# through GYP_DEFINES.
'variables': {
@@ -77,7 +80,7 @@
],
}],
['enable_oilpan==1', {
- 'feature_defines': [
+ 'public_feature_defines': [
'ENABLE_OILPAN=1',
],
}],
@@ -99,5 +102,9 @@
],
}],
],
+
+ 'feature_defines': [
+ '<@(public_feature_defines)'
+ ]
},
}
« no previous file with comments | « Source/BUILD.gn ('k') | Source/config.gni » ('j') | public/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698