Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1143)

Unified Diff: extensions/browser/BUILD.gn

Issue 589153002: Remove void* in WebRequestEventRouterDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 649bc2c38614eb8b6280396874adef054d5875e0..e81574af30ac81693cac072be5d464cf1cfafad1 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -33,6 +33,8 @@ source_set("browser") {
# TODO: Eventually the entire extensions module should not be built
# when enable_extensions=false.
sources += [
+ 'api/activity_log/web_request_constants.cc',
+ 'api/activity_log/web_request_constants.h',
"api/api_resource.cc",
"api/api_resource.h",
"api/api_resource_manager.h",

Powered by Google App Engine
This is Rietveld 408576698