diff options
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': [ { |