BUILD.gn 379 B

1234567891011
  1. # Copyright 2016 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # Works only on Windows and Linux.
  5. assert(is_win || is_linux || is_chromeos)
  6. executable("traffic_annotation_auditor") {
  7. sources = [ "traffic_annotation_auditor_ui.cc" ]
  8. deps = [ "//build:buildflag_header_h" ]
  9. }