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 /gpu/gpu.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 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d9f0efa..6ef5929 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -251,7 +251,6 @@ 'target_name': 'gpu_unittests', 'type': 'executable', 'dependencies': [ - '../app/app.gyp:app_base', '../testing/gmock.gyp:gmock', '../testing/gmock.gyp:gmock_main', '../testing/gtest.gyp:gtest', |