blob: b9025c87392d5742e3e464c95316a29f2f679b9d [file] [log] [blame]
# Copyright 2018 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.
static_library("parse_tasks_remaining_counter") {
sources = [
"parse_tasks_remaining_counter.cc",
"parse_tasks_remaining_counter.h",
]
deps = [
"//base:base",
]
}