DEPS 764 B

123456789101112131415161718192021222324252627
  1. include_rules = [
  2. "+cc/base/switches.h",
  3. "+components/autofill/core",
  4. "+components/crash/core",
  5. "+components/embedder_support/switches.h",
  6. "+components/safe_browsing/android",
  7. "+components/spellcheck/common",
  8. "+components/translate/core/common",
  9. "+components/variations",
  10. "+components/viz/common",
  11. "+content/public",
  12. "+device/base/features.h",
  13. "+gin/public",
  14. "+gin/v8_initializer.h",
  15. "+media/base/media_switches.h", # For media command line switches.
  16. "+mojo/core/embedder/embedder.h",
  17. "+third_party/blink/public/common/features.h",
  18. "+ui/events/gesture_detection",
  19. "+ui/gl",
  20. ]
  21. specific_include_rules = {
  22. # Special-case where webview composes webview+weblayer.
  23. "webview_entry_point\.cc": [
  24. "+weblayer",
  25. ],
  26. }