diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 15:08:58 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 15:08:58 +0000 |
commit | 33b6322f129fc660dbb1aa2e4ef20fe533aad439 (patch) | |
tree | 579b6b52ac31d886958c683ee7519b5344428165 | |
parent | f9f070c4188af46b45ab81aecfec4d45a9fe1042 (diff) | |
download | chromium_src-33b6322f129fc660dbb1aa2e4ef20fe533aad439.zip chromium_src-33b6322f129fc660dbb1aa2e4ef20fe533aad439.tar.gz chromium_src-33b6322f129fc660dbb1aa2e4ef20fe533aad439.tar.bz2 |
Move relocated .idl files to live with the rest of the .idl files.
Review URL: http://codereview.chromium.org/27211
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10466 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/webkit.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 709d2e9..3533faf 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -928,6 +928,9 @@ '../third_party/WebKit/WebCore/svg/SVGViewSpec.idl', '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl', '../third_party/WebKit/WebCore/svg/SVGZoomEvent.idl', + '../third_party/WebKit/WebCore/workers/Worker.idl', + '../third_party/WebKit/WebCore/workers/WorkerContext.idl', + '../third_party/WebKit/WebCore/workers/WorkerLocation.idl', '../third_party/WebKit/WebCore/xml/DOMParser.idl', '../third_party/WebKit/WebCore/xml/XMLHttpRequest.idl', '../third_party/WebKit/WebCore/xml/XMLHttpRequestException.idl', @@ -3640,14 +3643,11 @@ '../third_party/WebKit/WebCore/workers/GenericWorkerTask.h', '../third_party/WebKit/WebCore/workers/Worker.cpp', '../third_party/WebKit/WebCore/workers/Worker.h', - '../third_party/WebKit/WebCore/workers/Worker.idl', '../third_party/WebKit/WebCore/workers/WorkerContext.cpp', '../third_party/WebKit/WebCore/workers/WorkerContext.h', - '../third_party/WebKit/WebCore/workers/WorkerContext.idl', '../third_party/WebKit/WebCore/workers/WorkerContextProxy.h', '../third_party/WebKit/WebCore/workers/WorkerLocation.cpp', '../third_party/WebKit/WebCore/workers/WorkerLocation.h', - '../third_party/WebKit/WebCore/workers/WorkerLocation.idl', '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp', '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.h', '../third_party/WebKit/WebCore/workers/WorkerObjectProxy.h', |