summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 05:21:40 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 05:21:40 +0000
commit9d61e1fa8f0eabc93d2f68158045a6e33baf3dc8 (patch)
treec8dd74e5bbf8a30828feb112963a9d2524083fc6 /webkit/support/webkit_support.gyp
parent12339e980e83376927f001eb7b696c9a1d3fb495 (diff)
downloadchromium_src-9d61e1fa8f0eabc93d2f68158045a6e33baf3dc8.zip
chromium_src-9d61e1fa8f0eabc93d2f68158045a6e33baf3dc8.tar.gz
chromium_src-9d61e1fa8f0eabc93d2f68158045a6e33baf3dc8.tar.bz2
Move glue, appcache, and database targets out of webkit into gypi files.
We include these new gypi files from webkit.gyp (used when building within a chromium checkout) and from webkit_support.gyp (used when building from within a webkit checkout). TEST=everything still compiles Review URL: http://codereview.chromium.org/840003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/webkit_support.gyp')
-rw-r--r--webkit/support/webkit_support.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/support/webkit_support.gyp b/webkit/support/webkit_support.gyp
index 8853b6c..be19855 100644
--- a/webkit/support/webkit_support.gyp
+++ b/webkit/support/webkit_support.gyp
@@ -6,6 +6,9 @@
# Suppose this file is put at WebKit/WebKit/chromium/webkit/support/.
'includes': [
'../../features.gypi',
+ '../appcache/webkit_appcache.gypi',
+ '../database/webkit_database.gypi',
+ '../glue/webkit_glue.gypi',
'webkit_support.gypi',
],
}