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

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

Issue 2896773002: [DONT COMMIT] PaintWorklet: Move paintWorklet from 'window' to 'CSS' (Closed)
Patch Set: WIP Created 3 years, 6 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 63aa5c8797fd22fc7ff8ce55cfb22b95c0ec9b44..57022a04fd03c807f8c9d4d84b787fbd8745479e 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -36,7 +36,6 @@ core_idl_files = get_path_info([
"animation/DocumentTimeline.idl",
"clipboard/DataTransfer.idl",
"clipboard/DataTransferItemList.idl",
- "css/CSS.idl",
"css/CSSConditionRule.idl",
"css/CSSFontFaceRule.idl",
"css/CSSGroupingRule.idl",
@@ -428,6 +427,7 @@ core_idl_files = get_path_info([
core_idl_with_modules_dependency_files =
get_path_info([
"clipboard/DataTransferItem.idl",
+ "css/CSS.idl",
"dom/URL.idl",
"frame/Navigator.idl",
"frame/Screen.idl",

Powered by Google App Engine
This is Rietveld 408576698