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

Unified Diff: ui/views/views.gyp

Issue 1667273002: Creates BackgroundShell and uses it in test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 4 years, 10 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/views/run_all_unittests_main.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 5723d625abe71bb441fc6a9437fa52eee06b3179..7c73c70c33ad702d7c6ba476c33b201af3ab3ca0 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -582,6 +582,8 @@
'layout/grid_layout_unittest.cc',
'rect_based_targeting_utils_unittest.cc',
'run_all_unittests.cc',
+ 'run_all_unittests.h',
+ 'run_all_unittests_main.cc',
'style/mac/dialog_button_border_mac_unittest.cc',
'view_model_unittest.cc',
'view_model_utils_unittest.cc',
@@ -953,6 +955,8 @@
'sources': [
'cocoa/bridged_native_widget_interactive_uitest.mm',
'run_all_unittests.cc',
+ 'run_all_unittests.h',
+ 'run_all_unittests_main.cc',
'widget/native_widget_mac_interactive_uitest.mm',
],
'conditions': [
« no previous file with comments | « ui/views/run_all_unittests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698