diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 23:20:52 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 23:20:52 +0000 |
commit | 870789ed54204890a4f4f02ce7ee90f9d811d84c (patch) | |
tree | c3779ee8462a55b53eb2e2754348fbd43ab079fd | |
parent | 12456fac1b181983b7ce52789be16e7e436a0996 (diff) | |
download | chromium_src-870789ed54204890a4f4f02ce7ee90f9d811d84c.zip chromium_src-870789ed54204890a4f4f02ce7ee90f9d811d84c.tar.gz chromium_src-870789ed54204890a4f4f02ce7ee90f9d811d84c.tar.bz2 |
Fix build oops. I forgot to add WebScreenInfoFactory to the build.
TBR=sgk
Review URL: http://codereview.chromium.org/60036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12994 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 06c0809..f14d7fe 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4111,6 +4111,7 @@ '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', '../third_party/WebKit/WebKit/chromium/public/WebRect.h', + '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h', '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h', '../third_party/WebKit/WebKit/chromium/public/WebSize.h', '../third_party/WebKit/WebKit/chromium/public/WebString.h', @@ -4136,6 +4137,7 @@ ], 'sources': [ '../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory.cpp', + '../third_party/WebKit/WebKit/chromium/src/gtk/WebScreenInfoFactory.cpp', ], }], ['OS=="mac"', { @@ -4144,6 +4146,7 @@ ], 'sources': [ '../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm', + '../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory.mm', ], 'sources!': [ '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', @@ -4157,6 +4160,7 @@ '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport.h', '../third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h', '../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory.cpp', + '../third_party/WebKit/WebKit/chromium/src/win/WebScreenInfoFactory.cpp', ], }], ], |