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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase Created 3 years, 9 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/core/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 cf04f093695d1084c15913c2650527136f600ae4..5d9a8300d3348ce0a5fb44260df849bbc559071a 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -98,13 +98,13 @@ core_idl_files = get_path_info([
"dom/CompositorProxy.idl",
"dom/DOMException.idl",
"dom/DOMImplementation.idl",
- "dom/DOMMatrix.idl",
- "dom/DOMMatrixReadOnly.idl",
- "dom/DOMPoint.idl",
- "dom/DOMPointReadOnly.idl",
- "dom/DOMQuad.idl",
- "dom/DOMRect.idl",
- "dom/DOMRectReadOnly.idl",
+ "geometry/DOMMatrix.idl",
+ "geometry/DOMMatrixReadOnly.idl",
+ "geometry/DOMPoint.idl",
+ "geometry/DOMPointReadOnly.idl",
+ "geometry/DOMQuad.idl",
+ "geometry/DOMRect.idl",
+ "geometry/DOMRectReadOnly.idl",
"dom/DOMStringList.idl",
"dom/DOMStringMap.idl",
"dom/DOMTokenList.idl",
@@ -515,10 +515,10 @@ core_dictionary_idl_files =
"css/MediaQueryListEventInit.idl",
"css/PropertyDescriptor.idl",
"css/cssom/CSSCalcDictionary.idl",
- "dom/DOMMatrixInit.idl",
- "dom/DOMPointInit.idl",
- "dom/DOMQuadInit.idl",
- "dom/DOMRectInit.idl",
+ "geometry/DOMMatrixInit.idl",
+ "geometry/DOMPointInit.idl",
+ "geometry/DOMQuadInit.idl",
+ "geometry/DOMRectInit.idl",
"dom/ElementCreationOptions.idl",
"dom/ElementDefinitionOptions.idl",
"dom/ElementRegistrationOptions.idl",
« no previous file with comments | « third_party/WebKit/Source/core/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