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

Unified Diff: ui/ui_unittests.gypi

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename undo/stop to cancel Created 8 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
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 715ce17ef2084b14a67cf40f7deaa8a177ce1488..5fff705ed194db42dff1dd40b6eb2e39d3844217 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -8,11 +8,15 @@
'target_name': 'ui_test_support',
'type': 'static_library',
'dependencies': [
+ 'ui',
'../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'base/animation/animation_container_test_helper.cc',
+ 'base/animation/animation_container_test_helper.h',
'base/test/cocoa_test_event_utils.h',
'base/test/cocoa_test_event_utils.mm',
'base/test/ui_cocoa_test_helper.h',
« base/test/scoped_time_controller.cc ('K') | « ui/compositor/test/compositor_test_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698