diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 17:07:10 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 17:07:10 +0000 |
commit | bab5126bb13abf1c27865c27a49ccd66526487bf (patch) | |
tree | 761d20257474e92a09af8ef4c86da1d6585fd561 /content/content_common.gypi | |
parent | 67b88f18235ecee5ae80ed7abf67fbf3ec7d2a15 (diff) | |
download | chromium_src-bab5126bb13abf1c27865c27a49ccd66526487bf.zip chromium_src-bab5126bb13abf1c27865c27a49ccd66526487bf.tar.gz chromium_src-bab5126bb13abf1c27865c27a49ccd66526487bf.tar.bz2 |
Move webkit/forms/ build into a new webkit_forms.gypi
Most webkit/* directories have their own .gypi file with a static library
building that directories files. This does the same for webkit/forms
instead of the sources being inlined into the glue target.
In addition to be being more like the other directories, this makes it
easy for a build to use a subset of webkit/, which is important for
iOS.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10897002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index c86afd7..77bf7f6 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -23,6 +23,7 @@ '../webkit/support/webkit_support.gyp:blob', '../webkit/support/webkit_support.gyp:database', '../webkit/support/webkit_support.gyp:fileapi', + '../webkit/support/webkit_support.gyp:forms', '../webkit/support/webkit_support.gyp:webkit_base', ], 'include_dirs': [ |