summaryrefslogtreecommitdiffstats
path: root/tools/perf/clear_system_cache/BUILD.gn
blob: 34cfad3b435c92f9e19271c0a21dd8ba76f87903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if (is_linux && !is_chromeos) {
  # TODO(GYP): Figure out which of these work and are needed on other platforms.
  executable("clear_system_cache") {
    testonly = true

    sources = [
      "clear_system_cache_main.cc",
    ]

    deps = [
      "//base",
      "//base/test:test_support",
    ]
  }
}