
This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Change-Id: Ia3cb88849a16bddaa331cd62b7d42efb23508b17 Bug: 1164001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4090775 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Owners-Override: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yeunjoo Choi <ychoi@igalia.com> Cr-Commit-Position: refs/heads/main@{#1083524}
16 lines
443 B
Python
16 lines
443 B
Python
# Copyright 2012 The Chromium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
include_rules = [
|
|
"+build",
|
|
"+chromeos/ash/components/dbus",
|
|
"+chromeos/ash/components/system",
|
|
"+dbus",
|
|
"+mojo/core/embedder",
|
|
"+net", # This is only used when force_rlz_use_chrome_net=1 is passed to gyp.
|
|
"+third_party/zlib",
|
|
"+services/network/public",
|
|
"+services/network/test",
|
|
]
|