DEPS 454 B

123456789101112131415
  1. # Copyright (c) 2012 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. include_rules = [
  5. "+build",
  6. "+chromeos/ash/components/dbus",
  7. "+chromeos/system",
  8. "+dbus",
  9. "+mojo/core/embedder",
  10. "+net", # This is only used when force_rlz_use_chrome_net=1 is passed to gyp.
  11. "+third_party/zlib",
  12. "+services/network/public",
  13. "+services/network/test",
  14. ]