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

Unified Diff: public/blink.gyp

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 | « public/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink.gyp
diff --git a/public/blink.gyp b/public/blink.gyp
index a389b2185cbf698dbfe9db84ba529514a3bc0a1f..98e74203836e354899cce5e76fc6d4931730ae0f 100644
--- a/public/blink.gyp
+++ b/public/blink.gyp
@@ -63,6 +63,11 @@
'export_dependent_settings': [
'../Source/platform/blink_platform.gyp:blink_common',
],
+ 'direct_dependent_settings': {
+ 'defines': [
+ '<@(public_feature_defines)',
+ ],
+ },
},
{
# GN version: //third_party/WebKit/public:test_support
« no previous file with comments | « public/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698