| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index a9c1304ec3394d9118ae2db0bad7fef327fa4edd..6473090691797fca6db6d5860b5d5423681bf739 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -283,6 +283,7 @@
|
| '../device/serial/serial.gyp:device_serial',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| + '../third_party/re2/re2.gyp:re2',
|
| 'browser/api/api_registration.gyp:extensions_api_registration',
|
| 'cast_channel_proto',
|
| 'common/api/api.gyp:extensions_api',
|
| @@ -373,12 +374,16 @@
|
| 'browser/api/declarative/test_rules_registry.h',
|
| 'browser/api/declarative_webrequest/request_stage.cc',
|
| 'browser/api/declarative_webrequest/request_stage.h',
|
| + 'browser/api/declarative_webrequest/webrequest_action.cc',
|
| + 'browser/api/declarative_webrequest/webrequest_action.h',
|
| 'browser/api/declarative_webrequest/webrequest_condition.cc',
|
| 'browser/api/declarative_webrequest/webrequest_condition.h',
|
| 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc',
|
| 'browser/api/declarative_webrequest/webrequest_condition_attribute.h',
|
| 'browser/api/declarative_webrequest/webrequest_constants.cc',
|
| 'browser/api/declarative_webrequest/webrequest_constants.h',
|
| + 'browser/api/declarative_webrequest/webrequest_rules_registry.cc',
|
| + 'browser/api/declarative_webrequest/webrequest_rules_registry.h',
|
| 'browser/api/dns/dns_api.cc',
|
| 'browser/api/dns/dns_api.h',
|
| 'browser/api/dns/host_resolver_wrapper.cc',
|
| @@ -474,6 +479,10 @@
|
| 'browser/api/system_storage/system_storage_api.h',
|
| 'browser/api/web_request/web_request_api_constants.cc',
|
| 'browser/api/web_request/web_request_api_constants.h',
|
| + 'browser/api/web_request/web_request_api_helpers.cc',
|
| + 'browser/api/web_request/web_request_api_helpers.h',
|
| + 'browser/api/web_request/web_request_permissions.cc',
|
| + 'browser/api/web_request/web_request_permissions.h',
|
| 'browser/api/web_request/web_request_api_utils.cc',
|
| 'browser/api/web_request/web_request_api_utils.h',
|
| 'browser/api/test/test_api.cc',
|
|
|