diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 04:37:06 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 04:37:06 +0000 |
commit | b5e073cf2c2c34921f0d367fa107676303e945f0 (patch) | |
tree | 10d73ebf366befd3df521c45e3f85844e6ed585c /ui | |
parent | 867c5151337492da08d8e5898713430dfd4ee1f6 (diff) | |
download | chromium_src-b5e073cf2c2c34921f0d367fa107676303e945f0.zip chromium_src-b5e073cf2c2c34921f0d367fa107676303e945f0.tar.gz chromium_src-b5e073cf2c2c34921f0d367fa107676303e945f0.tar.bz2 |
Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this time, without breaking Mac.
BUG=none
TEST=gfx_unittests, remoting_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78161
Review URL: http://codereview.chromium.org/6695015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gfx/gfx.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp index d238f9f..2cfad23 100644 --- a/ui/gfx/gfx.gyp +++ b/ui/gfx/gfx.gyp @@ -18,7 +18,6 @@ 'dependencies': [ 'gfx', 'gfx_resources', - '../../app/app.gyp:app_base', '../../base/base.gyp:test_support_base', '../../skia/skia.gyp:skia', '../../testing/gtest.gyp:gtest', @@ -69,6 +68,7 @@ }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': [ + '../../app/app.gyp:app_base', '../../build/linux/system.gyp:gtk', ], }], |