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

Unified Diff: Source/core/core.gypi

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied review comments Created 5 years, 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 7fb502cf431c0d452c1b966f0efef5393f9e07ed..b24b5c630a7e0f1dcdb621921fe21d9d1c5ababb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -61,7 +61,6 @@
'dom/DOMStringMap.idl',
'dom/DOMTokenList.idl',
'dom/DataView.idl',
- 'dom/Document.idl',
'dom/DocumentFragment.idl',
'dom/DocumentType.idl',
'dom/Element.idl',
@@ -442,6 +441,7 @@
# core IDL files that have partial interfaces in modules.
'core_idl_with_modules_dependency_files': [
'clipboard/DataTransferItem.idl',
+ 'dom/Document.idl',
'dom/URL.idl',
'frame/Navigator.idl',
'frame/Screen.idl',

Powered by Google App Engine
This is Rietveld 408576698