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

Unified Diff: components/components.gyp

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 aa2136a7888767d447e497ab723863b627e2bd9c..1136f64985a3a46ce6f70374bf452a2d2aa8171b 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -112,6 +112,11 @@
'invalidation.gypi',
],
}],
+ ['toolkit_views==1', {
+ 'includes': [
+ 'native_app_window.gypi',
+ ],
+ }],
['enable_plugins==1', {
'includes': [
'pdf.gypi',

Powered by Google App Engine
This is Rietveld 408576698