diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 02:43:05 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 02:43:05 +0000 |
commit | 992c86db92cd1509c6ffd0afb6b976394d6d7da9 (patch) | |
tree | dfe515ef159b09fd5edaf6dbac063c3cf3897ea3 /webkit/webkit.gyp | |
parent | c5a14d3864b3d648ebde099cd959cbba9203627f (diff) | |
download | chromium_src-992c86db92cd1509c6ffd0afb6b976394d6d7da9.zip chromium_src-992c86db92cd1509c6ffd0afb6b976394d6d7da9.tar.gz chromium_src-992c86db92cd1509c6ffd0afb6b976394d6d7da9.tar.bz2 |
Update the GYP-based build.
Review URL: http://codereview.chromium.org/28245
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 69a5cc5..cd9850c 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -969,6 +969,7 @@ '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.h', + '../third_party/WebKit/WebCore/bindings/v8/custom/V8LocationCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8MessageChannelConstructor.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.h', @@ -4269,13 +4270,13 @@ 'glue/webinputevent_linux.cc', 'glue/webinputevent_mac.mm', 'glue/webinputevent_win.cc', - 'glue/webkitclient_impl.cc', - 'glue/webkitclient_impl.h', 'glue/webkit_glue.cc', 'glue/webkit_glue.h', 'glue/webkit_glue_gtk.cc', 'glue/webkit_glue_mac.mm', 'glue/webkit_glue_win.cc', + 'glue/webkitclient_impl.cc', + 'glue/webkitclient_impl.h', 'glue/webmediaplayer.h', 'glue/webmediaplayer_delegate.h', 'glue/webmediaplayer_impl.cc', |