OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2016 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 | |
5 include_rules = [ | |
6 "+components/keyed_service/core", | |
7 "+components/keyed_service/content", | |
8 "+components/reporting/core/browser", | |
9 "+components/reporting/core/common", | |
10 "+components/reporting/core/public/interfaces", | |
11 "+content/public/browser", | |
12 "+content/public/common", | |
13 "+net", | |
14 ] | |
OLD | NEW |