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

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: 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 | « Source/BUILD.gn ('k') | Source/config.gni » ('j') | no next file with comments »
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 b41c5e4096bde70ff2811bc77ab772c656001d58..e990d073c469883116e21408b81fe8dc2224cee5 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -36,7 +36,11 @@
# WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
# We can't define it here because it should be present only
# in Debug or release_valgrind_build=1 builds.
+ '<@(public_feature_defines)'
],
+ 'public_feature_defines': [
+ ],
+
# We have to nest variables inside variables so that they can be overridden
# through GYP_DEFINES.
'variables': {
@@ -76,7 +80,7 @@
],
}],
['enable_oilpan==1', {
- 'feature_defines': [
+ 'public_feature_defines': [
'ENABLE_OILPAN=1',
],
}],
« no previous file with comments | « Source/BUILD.gn ('k') | Source/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698