diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 17:42:21 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 17:42:21 +0000 |
commit | 2ccb47aa7dd2d32a488743a01dcaa1983cc8ae4c (patch) | |
tree | ccd0b3ff16411391e733398dad5bdc0bf9e77b5d /chrome/chrome.gyp | |
parent | e316f29ed3976c81ff56c7ff391538bd36d08782 (diff) | |
download | chromium_src-2ccb47aa7dd2d32a488743a01dcaa1983cc8ae4c.zip chromium_src-2ccb47aa7dd2d32a488743a01dcaa1983cc8ae4c.tar.gz chromium_src-2ccb47aa7dd2d32a488743a01dcaa1983cc8ae4c.tar.bz2 |
Remove flush_cache tool.
tools/perf/clear_system_cache is an upgraded version of it, so we can remove this code now.
Discussion here:
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/6a-WQnI7QFM/discussion
BUG=None
TEST=None
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/57033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d6894f4..1dbff08 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -703,21 +703,6 @@ }, ], # targets }], # OS=="mac" - ['OS!="mac" and OS!="ios"', { - 'targets': [ - { - 'target_name': 'flush_cache', - 'type': 'executable', - 'dependencies': [ - '../base/base.gyp:base', - '../base/base.gyp:test_support_base', - ], - 'sources': [ - 'tools/perf/flush_cache/flush_cache.cc', - ], - }, - ], - }], # OS!="mac" and OS!="ios" ['OS=="linux"', { 'targets': [ { |