DEPS 282 B

1234567891011
  1. include_rules = [
  2. "+components/app_restore",
  3. ]
  4. specific_include_rules = {
  5. "non_client_frame_controller_unittest.cc": [
  6. # These tests inspect the DrawQuads in the CompositorFrame generated by the
  7. # compositor. So this needs to explicitly depend on cc.
  8. "+cc",
  9. ],
  10. }