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

Unified Diff: components/components.gyp

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/native_app_window.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index e696a2440155271bee85825e753bfe8d7fe26bd1..6fcef9e66e47c2599f8f2a0dba7d85a50e5acd60 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -34,6 +34,7 @@
'language_usage_metrics.gypi',
'leveldb_proto.gypi',
'metrics.gypi',
+ 'native_app_window.gypi',
'navigation_metrics.gypi',
'network_time.gypi',
'omaha_query_params.gypi',
@@ -112,11 +113,6 @@
'invalidation.gypi',
],
}],
- ['toolkit_views==1', {
- 'includes': [
- 'native_app_window.gypi',
- ],
- }],
['enable_plugins==1', {
'includes': [
'pdf.gypi',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/native_app_window.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698