Back to Chromium

README

ios/chrome/common/app_group/README.md

149.0.7827.2245 B
Original Source

App group defines 3 targets:

  • app_group_common,
  • app_group_client,
  • app_group_mainapp.

A typical application is either a main app or a client of a main app, so it should depend on either app_group_client or app_group_client, but not on both.