diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 22:28:18 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 22:28:18 +0000 |
commit | 52997e963e3910755266bdb91275e12e28117ea6 (patch) | |
tree | 693c73741bf3083c5bc3ed96e161b50a8dd72685 /webkit/plugins | |
parent | 1ac55fc5c8c4341f2cb21b66d2d8d63d5040b032 (diff) | |
download | chromium_src-52997e963e3910755266bdb91275e12e28117ea6.zip chromium_src-52997e963e3910755266bdb91275e12e28117ea6.tar.gz chromium_src-52997e963e3910755266bdb91275e12e28117ea6.tar.bz2 |
webkit: Refactor webkit_renderer.gypi into a gyp file.
This moves webkit_renderer from an 'include' gyp file to a standalone gyp file.
This also moves it out of webkit_support.gyp, to avoid creating circular
dependencies between gyp files. To do this, glue_common target was also moved
into a gyp file.
BUG=None
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/19028004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins')
-rw-r--r-- | webkit/plugins/webkit_plugins.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/webkit_plugins.gypi b/webkit/plugins/webkit_plugins.gypi index ddb5814..dcf212e 100644 --- a/webkit/plugins/webkit_plugins.gypi +++ b/webkit/plugins/webkit_plugins.gypi @@ -37,10 +37,10 @@ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', + '<(DEPTH)/webkit/glue/webkit_glue_common.gyp:glue_common', '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support', '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', - 'glue_common', ], 'sources': [ # This list contains all .h, .cc, and .mm files in glue except for |