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 /remoting | |
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 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index f87e58a..49388ab 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -509,7 +509,6 @@ 'chromoting_host', 'chromoting_jingle_glue', 'chromoting_protocol', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', @@ -576,6 +575,7 @@ }], ['OS=="linux"', { 'dependencies': [ + '../app/app.gyp:app_base', # Needed for the following #include chain: # base/run_all_unittests.cc # ../base/test_suite.h |