| Index: sky/engine/core/core.gni
|
| diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
|
| index 1f369be0b2283762af44dde4653b1b5f805d38a3..fe57ca7ef2a6517e96839ecd3bce24ef152c8bf7 100644
|
| --- a/sky/engine/core/core.gni
|
| +++ b/sky/engine/core/core.gni
|
| @@ -746,8 +746,6 @@ sky_core_files = [
|
| "html/ClassList.h",
|
| "html/HTMLAnchorElement.cpp",
|
| "html/HTMLAnchorElement.h",
|
| - "html/HTMLAudioElement.cpp",
|
| - "html/HTMLAudioElement.h",
|
| "html/HTMLCanvasElement.cpp",
|
| "html/HTMLCanvasElement.h",
|
| "html/HTMLContentElement.cpp",
|
| @@ -1238,7 +1236,6 @@ core_idl_files = get_path_info([
|
| "frame/Screen.idl",
|
| "frame/Window.idl",
|
| "html/HTMLAnchorElement.idl",
|
| - "html/HTMLAudioElement.idl",
|
| "html/HTMLCanvasElement.idl",
|
| "html/HTMLContentElement.idl",
|
| "html/HTMLDocument.idl",
|
|
|