| Index: content/content_renderer.gypi
|
| diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
|
| index 88461b20eaba47ddfc107210333abbc94aeadbe9..ff85e4446c86bb8d77bbbb4d06c5f2586cc7ef13 100644
|
| --- a/content/content_renderer.gypi
|
| +++ b/content/content_renderer.gypi
|
| @@ -31,6 +31,7 @@
|
| '../skia/skia.gyp:skia_mojo',
|
| '../storage/storage_common.gyp:storage_common',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| + '../third_party/boringssl/boringssl.gyp:boringssl',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| @@ -354,6 +355,10 @@
|
| 'renderer/net_info_helper.h',
|
| 'renderer/notification_permission_dispatcher.cc',
|
| 'renderer/notification_permission_dispatcher.h',
|
| + 'renderer/origin_trials/trial_token.cc',
|
| + 'renderer/origin_trials/trial_token.h',
|
| + 'renderer/origin_trials/trial_token_validator.cc',
|
| + 'renderer/origin_trials/trial_token_validator.h',
|
| 'renderer/peripheral_content_heuristic.cc',
|
| 'renderer/peripheral_content_heuristic.h',
|
| 'renderer/presentation/presentation_connection_client.cc',
|
|
|