summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 23:36:36 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 23:36:36 +0000
commit5f75095a8dd84be0ec4d01e6a03030f2445fd8df (patch)
tree6f2f2a7259d62eb3439d22395e1860dffb74966a /webkit
parent0f0981df65123740e2e873f33cec192c85218c79 (diff)
downloadchromium_src-5f75095a8dd84be0ec4d01e6a03030f2445fd8df.zip
chromium_src-5f75095a8dd84be0ec4d01e6a03030f2445fd8df.tar.gz
chromium_src-5f75095a8dd84be0ec4d01e6a03030f2445fd8df.tar.bz2
Add ClientRectList and ClientRect IDLs to the SConscript.
TBR=amanda Review URL: http://codereview.chromium.org/21322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/build/port/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript
index 39f241d..454f75a 100644
--- a/webkit/build/port/SConscript
+++ b/webkit/build/port/SConscript
@@ -182,6 +182,8 @@ idl_files = [
'dom/Attr.idl',
'dom/CDATASection.idl',
'dom/CharacterData.idl',
+ 'dom/ClientRect.idl'
+ 'dom/ClientRectList.idl'
'dom/Clipboard.idl',
'dom/Comment.idl',
'dom/Document.idl',