diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 23:12:45 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 23:12:45 +0000 |
commit | d267861bd5749577f37e7cc9331eac5469367d80 (patch) | |
tree | bb0189ad9c7662a6f4137f427599a26bda6c899b /remoting/remoting.gyp | |
parent | ec5efb575358f7f5d0bba7cef2853cf8e491bce5 (diff) | |
download | chromium_src-d267861bd5749577f37e7cc9331eac5469367d80.zip chromium_src-d267861bd5749577f37e7cc9331eac5469367d80.tar.gz chromium_src-d267861bd5749577f37e7cc9331eac5469367d80.tar.bz2 |
Remove the dependency on app_base from some targets.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7283024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b5177f9..640cd2e 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -735,7 +735,6 @@ 'conditions': [ ['toolkit_uses_gtk == 1', { 'dependencies': [ - '../app/app.gyp:app_base', # Needed for the following #include chain: # base/run_all_unittests.cc # ../base/test_suite.h |