summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 03:20:05 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-25 03:20:05 +0000
commit0bceb6c00f1177923efc41903de625ccc33d4428 (patch)
treee7c709bb819843d00f11dd32ae85ed5172a0ee3e /webkit/webkit.gyp
parentd4cafafac04f16475b30346609c21dca6a8906d0 (diff)
downloadchromium_src-0bceb6c00f1177923efc41903de625ccc33d4428.zip
chromium_src-0bceb6c00f1177923efc41903de625ccc33d4428.tar.gz
chromium_src-0bceb6c00f1177923efc41903de625ccc33d4428.tar.bz2
Run content scripts in their own isolated world. Hidden behind the --isolated-world command line argument to let us iterate on this feature.R=aaBUG=12218TEST=None :( (I have a testing plan we can put in place once the upstream half of this CL lands.)
Review URL: http://codereview.chromium.org/118188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 7da230e..e7b3dfe 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1120,6 +1120,8 @@
'../third_party/WebKit/WebCore/bindings/v8/V8EventListenerList.h',
'../third_party/WebKit/WebCore/bindings/v8/V8Helpers.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8Helpers.h',
+ '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h',
'../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h',
'../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp',