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

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

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Expected layout tests results for mac Created 3 years, 5 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 cbc6cad5fddfeb8d19cd45dad38e57e33bd6e116..7de7d267fac307ef900a0d776eb3a5102b50d871 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -35,6 +35,7 @@ core_idl_files = get_path_info([
"animation/KeyframeEffect.idl",
"animation/KeyframeEffectReadOnly.idl",
"animation/ScrollTimeline.idl",
+ "clipboard/Clipboard.idl",
"clipboard/DataTransfer.idl",
"clipboard/DataTransferItemList.idl",
"css/CSS.idl",
@@ -469,6 +470,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