From 2cb07b2b19da64dbcdc978773d1d4c5d4522c948 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 16 Jun 2009 20:43:55 +0000 Subject: Add missing headers to gyp files. Review URL: http://codereview.chromium.org/125204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18526 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index c5e8f18..a2e8873 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -3738,6 +3738,7 @@ '../third_party/WebKit/WebCore/workers/WorkerContextProxy.h', '../third_party/WebKit/WebCore/workers/WorkerImportScriptsClient.cpp', '../third_party/WebKit/WebCore/workers/WorkerImportScriptsClient.h', + '../third_party/WebKit/WebCore/workers/WorkerLoaderProxy.h', '../third_party/WebKit/WebCore/workers/WorkerLocation.cpp', '../third_party/WebKit/WebCore/workers/WorkerLocation.h', '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp', -- cgit v1.1