diff options
author | spang <spang@chromium.org> | 2015-02-03 15:38:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-03 23:41:08 +0000 |
commit | b3ddf29182664c19c870bc82aa4bef38227f0074 (patch) | |
tree | bf347f59fb204eb6cdab7a32007aa76793660337 /content/content_common.gypi | |
parent | 101f015eb605098054517fdc98de1665a9bb1431 (diff) | |
download | chromium_src-b3ddf29182664c19c870bc82aa4bef38227f0074.zip chromium_src-b3ddf29182664c19c870bc82aa4bef38227f0074.tar.gz chromium_src-b3ddf29182664c19c870bc82aa4bef38227f0074.tar.bz2 |
content: Add missing dependecy on ozone_base
This is needed for CursorFactoryOzone in webcursor_ozone.cc. The GN build
already has this dependency.
These dependencies are needed to enable strict checking of undefined
symbols in the shared_library build.
BUG=445627
TEST=build chrome for link_freon via simplechrome
Review URL: https://codereview.chromium.org/893283002
Cr-Commit-Position: refs/heads/master@{#314436}
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 8a8dea2..4a823af 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -1031,6 +1031,7 @@ ['use_ozone==1', { 'dependencies': [ '../ui/ozone/ozone.gyp:ozone', + '../ui/ozone/ozone.gyp:ozone_base', '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', ], 'sources!': [ |