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

Unified Diff: components/components.gyp

Issue 658383003: Componentize Constrained Window Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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 a468b7c75db21e250a4bb784489bd083dcfc3b15..22ad92531e7480a3c94fad9ba518ef73f318cad0 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -103,6 +103,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