diff options
Diffstat (limited to 'chromium/services/viz/public/cpp/BUILD.gn')
-rw-r--r-- | chromium/services/viz/public/cpp/BUILD.gn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/services/viz/public/cpp/BUILD.gn b/chromium/services/viz/public/cpp/BUILD.gn new file mode 100644 index 00000000000..f58553703c2 --- /dev/null +++ b/chromium/services/viz/public/cpp/BUILD.gn @@ -0,0 +1,15 @@ +# Copyright 2020 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("crash_keys") { + sources = [ + "crash_keys.cc", + "crash_keys.h", + ] + + deps = [ + "//base", + "//components/crash/core//common:crash_key", + ] +} |