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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1733173002: Mac: Make calling WebContents::WasShown/WasHidden the responsibility of the content layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2630524737ad4c2a9f797316880b09f983837b05..83a160cede92e7beebbfbd04b14bb2daa19c7f67 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1338,6 +1338,7 @@
'browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc',
'browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc',
'browser/ui/views/website_settings/website_settings_popup_view_unittest.cc',
+ '../ui/views/controls/webview/webview_unittest.cc',
],
# Views unit_tests for everywhere but ChromeOS.
'chrome_unit_tests_views_non_chromeos_sources': [
@@ -2412,10 +2413,6 @@
'dependencies': [
'../ui/wm/wm.gyp:wm',
'../ui/aura/aura.gyp:aura_test_support',
- '../ui/views/views.gyp:views_test_support',
- ],
- 'sources': [
- '../ui/views/controls/webview/webview_unittest.cc',
],
}],
['chromeos==0 and OS=="linux"', {

Powered by Google App Engine
This is Rietveld 408576698