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

Unified Diff: ui/views/views.gyp

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master 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
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index bb3f85d226bcb98a0631705adb108c0ac1ae36b2..b5e7f7c1b5b04190aaf666de268885192119d0ae 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -542,6 +542,7 @@
'view_unittest.cc',
'view_unittest_aura.cc',
'widget/native_widget_aura_unittest.cc',
+ 'widget/native_widget_mac_unittest.mm',
'widget/native_widget_unittest.cc',
'widget/root_view_unittest.cc',
'widget/widget_unittest.cc',
@@ -590,6 +591,9 @@
'../native_theme/native_theme.gyp:native_theme',
'../resources/ui_resources.gyp:ui_resources',
'../strings/ui_strings.gyp:ui_strings',
+
+ '../../cc/cc.gyp:cc', #FIXME
+ '../../content/content.gyp:content', #FIXME
],
'export_dependent_settings': [
'../accessibility/accessibility.gyp:ax_gen',
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698