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

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

Issue 2615653003: [GeometryInterface] Implement DOMQuad and DOMQuadInit. (Closed)
Patch Set: add const keyword Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b0271be51b4c1cd8370f11f916288c447975ac2c..66f3cca9da4bd355f72d74530021e3f57951977a 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -100,6 +100,7 @@ core_idl_files = get_path_info([
"dom/DOMMatrixReadOnly.idl",
"dom/DOMPoint.idl",
"dom/DOMPointReadOnly.idl",
+ "dom/DOMQuad.idl",
"dom/DOMRect.idl",
"dom/DOMRectReadOnly.idl",
"dom/DOMStringList.idl",
@@ -508,8 +509,9 @@ core_dictionary_idl_files =
"css/MediaQueryListEventInit.idl",
"css/PropertyDescriptor.idl",
"css/cssom/CSSCalcDictionary.idl",
- "dom/DOMPointInit.idl",
"dom/DOMMatrixInit.idl",
+ "dom/DOMPointInit.idl",
+ "dom/DOMQuadInit.idl",
"dom/ElementCreationOptions.idl",
"dom/ElementDefinitionOptions.idl",
"dom/ElementRegistrationOptions.idl",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698