summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 00:25:39 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 00:25:39 +0000
commit19df700233f425265497f0d85da6381cc6d665e3 (patch)
tree1691ff2b9ce1a77753ab88fd5f45513121a3157d /content/content_browser.gypi
parent5be58519425c2d3fec1c15d2278eaf8274e42fc2 (diff)
downloadchromium_src-19df700233f425265497f0d85da6381cc6d665e3.zip
chromium_src-19df700233f425265497f0d85da6381cc6d665e3.tar.gz
chromium_src-19df700233f425265497f0d85da6381cc6d665e3.tar.bz2
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
This CL introduces a new target webkit_common which lives in webkit_common.gypi and builds a dll/static lib based on the component flag. This target only contains the webcursor sources for now. BUG=237249 TBR=jamesr@chromium.org, mnaganov@chromium.org, palmer@chromium.org, piman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15971005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d7b81c0..bcd702b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1102,6 +1102,7 @@
'../printing/printing.gyp:printing',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'../ui/surface/surface.gyp:surface',
+ '../webkit/support/webkit_support.gyp:webkit_common',
'../webkit/support/webkit_support.gyp:webkit_resources',
'../webkit/support/webkit_support.gyp:webkit_storage',
'../webkit/support/webkit_support.gyp:webkit_strings',