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

Unified Diff: ui/views/views.gyp

Issue 1517463003: Added comprehensive tests for views::Border. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« ui/views/border_unittest.cc ('K') | « ui/views/border_unittest.cc ('k') | no next file » | 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 328999bcbe284c18521d349c47dd8bbfd7807276..0e8bedee7475110cc86b9037c468b618056a0d72 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -544,6 +544,7 @@
'animation/bounds_animator_unittest.cc',
'animation/ink_drop_animation_controller_factory_unittest.cc',
'animation/ink_drop_animation_unittest.cc',
+ 'border_unittest.cc',
'bubble/bubble_border_unittest.cc',
'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',
@@ -788,6 +789,7 @@
'../../base/base.gyp:base',
'../../ipc/ipc.gyp:test_support_ipc',
'../../skia/skia.gyp:skia',
+ '../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
'../base/ime/ui_base_ime.gyp:ui_base_ime',
'../base/ui_base.gyp:ui_base',
« ui/views/border_unittest.cc ('K') | « ui/views/border_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698