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

Unified Diff: Source/core/core.gypi

Issue 14988008: Rename DOMPath IDL interface to Path to match the specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5221a3780de37a4dd24736dbbec13dfb943dde96..b9b51743da127014457abffe1eb73fd1caa435f7 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -210,7 +210,6 @@
'html/canvas/CanvasRenderingContext2D.idl',
'html/canvas/Canvas2DContextAttributes.idl',
'html/canvas/DataView.idl',
- 'html/canvas/DOMPath.idl',
'html/canvas/EXTDrawBuffers.idl',
'html/canvas/EXTTextureFilterAnisotropic.idl',
'html/canvas/Float32Array.idl',
@@ -223,6 +222,7 @@
'html/canvas/OESTextureHalfFloat.idl',
'html/canvas/OESVertexArrayObject.idl',
'html/canvas/OESElementIndexUint.idl',
+ 'html/canvas/Path.idl',
'html/canvas/Uint16Array.idl',
'html/canvas/Uint32Array.idl',
'html/canvas/Uint8Array.idl',
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/core/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698