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

Unified Diff: components/components.gyp

Issue 658383003: Componentize Constrained Window Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: gn Created 6 years, 2 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/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 8f1dba5141e6e2f384e96e68494b82628b988d64..303729c7ff697c1c832261d919e3e003a32bbe45 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -102,6 +102,11 @@
'user_manager.gypi',
],
}],
+ ['toolkit_views==1', {
+ 'includes': [
+ 'constrained_window.gypi',
+ ],
+ }],
['android_webview_build == 0', {
# Android WebView fails to build if a dependency on these targets is
# introduced.

Powered by Google App Engine
This is Rietveld 408576698