Tim van der Lippe | 300f2b3 | 2021-04-28 12:40:45 | [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 | 0177a4b | 2021-07-12 15:55:19 | [diff] [blame] | 5 | import("../visibility.gni") |
6 | |||||
Tim van der Lippe | 300f2b3 | 2021-04-28 12:40:45 | [diff] [blame] | 7 | declare_args() { |
Alex Rudenko | 0177a4b | 2021-07-12 15:55:19 | [diff] [blame] | 8 | devtools_models_visibility = devtools_visibility |
Tim van der Lippe | 300f2b3 | 2021-04-28 12:40:45 | [diff] [blame] | 9 | } |