Roll src/third_party/WebKit 06cb9e9:a978ee5 (svn 202558:202559)
[chromium-blink-merge.git] / ios / chrome / common / app_group / README
blob9cd0e3bc1cdddd4bae4371321e9223b54dc1f4bd
1 App group defines 3 targets:
2 - app_group_common,
3 - app_group_client,
4 - app_group_mainapp.
6 A typical application is either a main app or a client of a main app, so it
7 should depend on either app_group_client or app_group_client, but not on
8 both.