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

Unified Diff: ui/views/views.gyp

Issue 780273003: Fix releasing capture in Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/corewm/capture_controller_unittest.cc ('k') | ui/wm/BUILD.gn » ('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 e1c90eaa44de419cf39a3e35648813bb7e94e6a1..9a7f5574fbf09ac0aaba223292f91839272d76d9 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -561,7 +561,6 @@
'window/dialog_delegate_unittest.cc',
],
'views_unittests_aura_sources': [
- 'corewm/capture_controller_unittest.cc',
'corewm/tooltip_aura_unittest.cc',
'corewm/tooltip_controller_unittest.cc',
'touchui/touch_selection_controller_impl_unittest.cc',
@@ -827,11 +826,6 @@
'../events/platform/x11/x11_events_platform.gyp:x11_events_platform',
],
}],
- ['use_ozone==1', {
- 'sources!': [
- 'corewm/capture_controller_unittest.cc',
- ],
- }],
['use_aura==1', {
'sources': [ '<@(views_unittests_aura_sources)' ],
'dependencies': [
« no previous file with comments | « ui/views/corewm/capture_controller_unittest.cc ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698