[go: nahoru, domu]

blob: 1850b9e20dbf0b11bc472f6f806f5594d352df06 [file] [log] [blame]
# Copyright 2022 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.
executable("attribution_reporting_simulator") {
sources = [ "simulator_main.cc" ]
deps = [
"//base",
"//components/version_info",
"//content/test:test_support",
]
testonly = true
}