diff options
author | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 09:10:14 +0000 |
---|---|---|
committer | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 09:10:14 +0000 |
commit | 4f5c4b89293b9cd686468e7e921df16aa80d891b (patch) | |
tree | 9c32a2068eefaef9b1a3831dbad9656c79143171 /ash/ash.gyp | |
parent | 69bfd2e9ba568606ac4363e1772af826d59624d7 (diff) | |
download | chromium_src-4f5c4b89293b9cd686468e7e921df16aa80d891b.zip chromium_src-4f5c4b89293b9cd686468e7e921df16aa80d891b.tar.gz chromium_src-4f5c4b89293b9cd686468e7e921df16aa80d891b.tar.bz2 |
Revert 134878 - Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
Use WebView to render the screensaver extension instead of ExtensionDialogHost. Using the RenderViewGone override to detect termination of the renderer process to restart it.
Added browser tests.
R=ben@chromium.org,sky@chromium.org
BUG=chromium-os:28211
TEST=Tested that the screensaver comes up; tested the reload via crashing the extension renderer with SIG_ABRT; also ran browser tests.
Review URL: https://chromiumcodereview.appspot.com/10191010
TBR=rkc@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10316004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 67090bd..47e6b8a 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -18,8 +18,6 @@ '../base/base.gyp:base_i18n', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../build/temp_gyp/googleurl.gyp:googleurl', - '../content/content.gyp:content', - '../content/content.gyp:content_browser', '../net/net.gyp:net', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', @@ -113,8 +111,6 @@ 'monitor/secondary_monitor_view.h', 'screen_ash.cc', 'screen_ash.h', - 'screensaver/screensaver_view.cc', - 'screensaver/screensaver_view.h', 'screenshot_delegate.h', 'shell.cc', 'shell.h', @@ -327,8 +323,6 @@ '../base/base.gyp:base', '../base/base.gyp:test_support_base', '../chrome/chrome_resources.gyp:packed_resources', - '../content/content.gyp:content_browser', - '../content/content.gyp:test_support_content', '../build/temp_gyp/googleurl.gyp:googleurl', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', @@ -343,7 +337,6 @@ '../ui/ui.gyp:ui_resources', '../ui/ui.gyp:ui_resources_standard', '../ui/views/views.gyp:views', - '../ui/views/views.gyp:test_support_views', 'ash', ], 'sources': [ @@ -363,7 +356,6 @@ 'launcher/launcher_unittest.cc', 'launcher/launcher_view_unittest.cc', 'monitor/multi_monitor_manager_unittest.cc', - 'screensaver/screensaver_view_unittest.cc', 'shell_unittest.cc', 'test/ash_test_base.cc', 'test/ash_test_base.h', @@ -465,7 +457,6 @@ '../ui/ui.gyp:ui_resources_standard', '../ui/views/views.gyp:views', '../ui/views/views.gyp:views_examples_lib', - '../ui/views/views.gyp:test_support_views', 'ash', ], 'sources': [ |