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

Unified Diff: public/all.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/BUILD.gn ('k') | public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/all.gyp
diff --git a/public/all.gyp b/public/all.gyp
index 4ca4c519b6888a6c62bdd60eb3e2549820bfc36f..1126367cf8b297e4327afbe214788a8f8b959d39 100644
--- a/public/all.gyp
+++ b/public/all.gyp
@@ -42,6 +42,11 @@
'../Source/web/web_tests.gyp:webkit_unit_tests',
'../Source/wtf/wtf_tests.gyp:wtf_unittests',
],
+ 'direct_dependent_settings': {
+ 'defines': [
+ '<@(public_feature_defines)',
+ ],
+ },
'conditions': [
['OS=="android" and android_webview_build==0', {
'dependencies': [
« no previous file with comments | « public/BUILD.gn ('k') | public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698