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

Unified Diff: components/web_modal.gypi

Issue 2087643003: Move web modal dialog manager files into the constrained_window component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert NativeManagerTracker split, delete CreateNativeWebModalManager impls w/ two left for Cocoa a… Created 4 years, 5 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
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index cb257daa6473d27115d3a2036b9de87d4c993ceb..6e70071bab480fbff8735532d10b0d1657153c46 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -16,6 +16,10 @@
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
],
+ 'export_dependent_settings': [
+ # Skia headers are exposed in the public API.
+ '../skia/skia.gyp:skia',
+ ],
'sources': [
# Note: sources list duplicated in GN build.
'web_modal/modal_dialog_host.cc',

Powered by Google App Engine
This is Rietveld 408576698