Tim van der Lippe | 6892da0 | 2021-04-28 16:06:37 | [diff] [blame] | 1 | # Copyright 2021 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 | |||||
Alex Rudenko | c6f9396 | 2021-12-07 07:17:32 | [diff] [blame] | 5 | import("../visibility.gni") |
6 | |||||
Tim van der Lippe | 6892da0 | 2021-04-28 16:06:37 | [diff] [blame] | 7 | declare_args() { |
Alex Rudenko | c6f9396 | 2021-12-07 07:17:32 | [diff] [blame] | 8 | devtools_entrypoints_visibility = devtools_visibility |
Tim van der Lippe | 6892da0 | 2021-04-28 16:06:37 | [diff] [blame] | 9 | } |