chromium/chrome/services/sharing/nearby/DEPS

# Copyright 2020 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 = [
  # ChromeOS should not depend on //chrome. See //docs/chromeos/code.md for
  # details.
  "-chrome",

  # This directory is in //chrome, which violates the rule above. Allow this
  # directory to #include its own files.
  "+chrome/services/sharing/nearby",

  # Existing dependencies within //chrome. Whenever possible, avoid adding new
  # //chrome dependencies to this list. Dependencies within //chrome are listed
  # on a per- directory basis. See //tools/chromeos/gen_deps.sh for details.
  "+chrome/services/sharing/public/cpp",
  "+chrome/services/sharing/public/proto",
  "+chrome/services/sharing/webrtc",
  "+chrome/browser/nearby_sharing/logging",
  "+chromeos/ash/components/nearby/presence/conversions/nearby_presence_conversions.h",
  "+components/cross_device/logging",
  "+components/cross_device/nearby/nearby_features.h",
  "+third_party/nearby",
]

specific_include_rules = {
  "nearby_connections_unittest.cc": [
    "+ash/public/cpp/network_config_service.h",
  ],
}