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

Unified Diff: apps/apps.gypi

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
« no previous file with comments | « apps/BUILD.gn ('k') | apps/ui/views/native_app_window_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 2268184e802f10e0f4d5e662c7718c25509c0dd2..35248b59ac39886e48cd6136108fa2c47d3c2217 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -53,8 +53,6 @@
'switches.h',
'ui/views/app_window_frame_view.cc',
'ui/views/app_window_frame_view.h',
- 'ui/views/native_app_window_views.cc',
- 'ui/views/native_app_window_views.h',
],
'conditions': [
['chromeos==1',
@@ -76,6 +74,7 @@
],
['toolkit_views==1', {
'dependencies': [
+ '../components/components.gyp:native_app_window',
'../ui/strings/ui_strings.gyp:ui_strings',
'../ui/views/views.gyp:views',
],
« no previous file with comments | « apps/BUILD.gn ('k') | apps/ui/views/native_app_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698