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

Unified Diff: sky/engine/core/core.gni

Issue 645513006: Remove beforeunload events. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/bindings/core/v8/V8AbstractEventListener.cpp ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 1f395065aa92927c15f4ebfff4314e73567b003d..bcf15cd31e4ba3f5c7f7eb8341aa07ea85198c50 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -619,8 +619,6 @@ sky_core_files = [
"events/AnimationPlayerEvent.h",
"events/BeforeTextInsertedEvent.cpp",
"events/BeforeTextInsertedEvent.h",
- "events/BeforeUnloadEvent.cpp",
- "events/BeforeUnloadEvent.h",
"events/CompositionEvent.cpp",
"events/CompositionEvent.h",
"events/CustomEvent.cpp",
@@ -1289,7 +1287,6 @@ core_idl_files = get_path_info([
"dom/shadow/ShadowRoot.idl",
"editing/Selection.idl",
"events/AnimationPlayerEvent.idl",
- "events/BeforeUnloadEvent.idl",
"events/CompositionEvent.idl",
"events/CustomEvent.idl",
"events/ErrorEvent.idl",
@@ -1411,7 +1408,6 @@ core_event_idl_files = get_path_info([
"css/FontFaceSetLoadEvent.idl",
"css/MediaQueryListEvent.idl",
"events/AnimationPlayerEvent.idl",
- "events/BeforeUnloadEvent.idl",
"events/CompositionEvent.idl",
"events/CustomEvent.idl",
"events/ErrorEvent.idl",
« no previous file with comments | « sky/engine/bindings/core/v8/V8AbstractEventListener.cpp ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698