Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 2f712e4ff117ac74db56bb6e26d602596f638010..2357fc7ab49d4b8fbb81fb7b2e972c86cc09c2be 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -485,6 +485,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', |
|
jochen (gone - plz use gerrit)
2015/01/29 15:18:00
don't you need to also update the BUILD.gn file?
mlamouri (slow - plz ping)
2015/01/29 17:57:45
I think content/common/BUILD.gn re-uses private_co
|
| 'common/service_worker/service_worker_messages.h', |
| 'common/service_worker/service_worker_status_code.cc', |
| 'common/service_worker/service_worker_status_code.h', |