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

Unified Diff: ui/ui_unittests.gypi

Issue 10378043: Allow the RWHVW to be focused when a window is restored from minimized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/base/test/dummy_input_method.cc ('k') | ui/views/accessible_pane_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
===================================================================
--- ui/ui_unittests.gypi (revision 137127)
+++ ui/ui_unittests.gypi (working copy)
@@ -6,6 +6,7 @@
'targets': [
{
'target_name': 'ui_test_support',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
@@ -15,17 +16,12 @@
'base/test/cocoa_test_event_utils.mm',
'base/test/ui_cocoa_test_helper.h',
'base/test/ui_cocoa_test_helper.mm',
+ 'base/test/dummy_input_method.cc',
+ 'base/test/dummy_input_method.h',
],
'include_dirs': [
'../',
],
- 'conditions': [
- ['OS=="mac"', {
- 'type': 'static_library',
- }, { # OS != "mac"
- 'type': 'none',
- }],
- ],
},
{
'target_name': 'ui_unittests',
« no previous file with comments | « ui/base/test/dummy_input_method.cc ('k') | ui/views/accessible_pane_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698