BUILD.gn 396 B

1234567891011121314
  1. # Copyright 2022 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. executable("attribution_reporting_simulator") {
  5. sources = [ "simulator_main.cc" ]
  6. deps = [
  7. "//base",
  8. "//components/version_info",
  9. "//content/public/browser",
  10. "//content/test:test_support",
  11. ]
  12. testonly = true
  13. }