summaryrefslogtreecommitdiffstats
path: root/content/content_worker.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 07:38:52 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 07:38:52 +0000
commitee582a571a88eaf76f922cb43d448b38f5e4f36a (patch)
tree51a9cbe4c641705e260239d0010745f273d79d68 /content/content_worker.gypi
parente5b7f0e9e49009a05432242493b6d74ae130848f (diff)
downloadchromium_src-ee582a571a88eaf76f922cb43d448b38f5e4f36a.zip
chromium_src-ee582a571a88eaf76f922cb43d448b38f5e4f36a.tar.gz
chromium_src-ee582a571a88eaf76f922cb43d448b38f5e4f36a.tar.bz2
Allow for building content_shell from within WebKit
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10388218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_worker.gypi')
-rw-r--r--content/content_worker.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_worker.gypi b/content/content_worker.gypi
index 9ecda78..a5f6766 100644
--- a/content/content_worker.gypi
+++ b/content/content_worker.gypi
@@ -6,7 +6,7 @@
'dependencies': [
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
- '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'sources': [
'worker/shared_worker_devtools_agent.cc',