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

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: Tune animation timings 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
« base/time.cc ('K') | « ui/compositor/test/compositor_test_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 715ce17ef2084b14a67cf40f7deaa8a177ce1488..4fbb174e7945a7faad5ec4d0960afa160f498569 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -8,11 +8,14 @@
'target_name': 'ui_test_support',
'type': 'static_library',
'dependencies': [
+ 'ui',
'../base/base.gyp: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/time.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