blob: b299d4377b3c0677f5f60cb47731d560b91ba4b1 [file] [log] [blame]
# 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.
source_set("browser") {
sources = [
"crashes_ui_util.cc",
"crashes_ui_util.h",
]
deps = [
"//base",
"//base:i18n",
"//components/strings",
"//components/upload_list",
]
}