summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authormlamouri <mlamouri@chromium.org>2015-02-04 13:19:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-04 21:20:47 +0000
commited180d9ace6284cb2b91843e70e93b57a71b6e80 (patch)
tree0b1453566ccf2d55585cfc427513b8dd4142d987 /content/content_common.gypi
parenta463dd08ffb612154403fffebf942584fa16f23d (diff)
downloadchromium_src-ed180d9ace6284cb2b91843e70e93b57a71b6e80.zip
chromium_src-ed180d9ace6284cb2b91843e70e93b57a71b6e80.tar.gz
chromium_src-ed180d9ace6284cb2b91843e70e93b57a71b6e80.tar.bz2
Gather the ServiceWorker client information in the browser process.
This is also adding some logic about empty and invalid ServiceWorkerClientInfo. BUG=450634 Committed: https://crrev.com/5d6924925a291a7cf394a685772251c83a63f99f Cr-Commit-Position: refs/heads/master@{#313982} Review URL: https://codereview.chromium.org/871013003 Cr-Commit-Position: refs/heads/master@{#314636}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 31f3ea7..5e4940c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -491,6 +491,8 @@
'common/screen_orientation_messages.h',
'common/send_zygote_child_ping_linux.cc',
'common/service_worker/embedded_worker_messages.h',
+ 'common/service_worker/service_worker_client_info.cc',
+ 'common/service_worker/service_worker_client_info.h',
'common/service_worker/service_worker_messages.h',
'common/service_worker/service_worker_status_code.cc',
'common/service_worker/service_worker_status_code.h',