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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Address review comments; improve tests Created 3 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: third_party/WebKit/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index ed326bd3a842af185937b2cf8bbf227519e5ad09..4662384a73e770818974dfe4a21e1a777390b83d 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -34,6 +34,7 @@ core_idl_files = get_path_info([
"animation/Animation.idl",
"animation/AnimationTimeline.idl",
"animation/DocumentTimeline.idl",
+ "clipboard/Clipboard.idl",
"clipboard/DataTransfer.idl",
"clipboard/DataTransferItemList.idl",
"css/CSS.idl",
@@ -475,6 +476,7 @@ core_dependency_idl_files =
"events/EventListener.idl",
"events/NavigatorEvents.idl",
"fileapi/URLFileAPI.idl",
+ "frame/NavigatorClipboard.idl",
"frame/NavigatorConcurrentHardware.idl",
"frame/NavigatorCookies.idl",
"frame/NavigatorID.idl",

Powered by Google App Engine
This is Rietveld 408576698