| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"dependencies": ["permission:proxy"],please also move the feature from permission_features.json
"api/proxy/proxy_api_constants.cc",
"api/proxy/proxy_api_constants.h",
"api/proxy/proxy_api_helpers.cc",
"api/proxy/proxy_api_helpers.h",
"api/proxy/proxy_pref_transformer.cc",
"api/proxy/proxy_pref_transformer.h",Ideally, //extensions/browser/BUILD.gn does not include API implementations (ditto for //chrome/browser/extensions/BUILD.gn) -- see comment at line 106. For various reasons, there's dependencies between these that meant that some of these couldn't be moved out -- but given these were previously in //chrome, it seems like these dependencies must have been broken. Can these be in //extensions/browser/api/proxy/BUILD.gn?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"dependencies": ["permission:proxy"],please also move the feature from permission_features.json
moved it as well. Thanks!
"api/proxy/proxy_api_constants.cc",
"api/proxy/proxy_api_constants.h",
"api/proxy/proxy_api_helpers.cc",
"api/proxy/proxy_api_helpers.h",
"api/proxy/proxy_pref_transformer.cc",
"api/proxy/proxy_pref_transformer.h",Ideally, //extensions/browser/BUILD.gn does not include API implementations (ditto for //chrome/browser/extensions/BUILD.gn) -- see comment at line 106. For various reasons, there's dependencies between these that meant that some of these couldn't be moved out -- but given these were previously in //chrome, it seems like these dependencies must have been broken. Can these be in //extensions/browser/api/proxy/BUILD.gn?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ricea@, friendly ping
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Move Proxy API to //extensions
This CL moves the Proxy API from //chrome to //extensions,
as they no longer depend on //chrome.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |