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

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: rebase. 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/api/activity_log/web_request_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 779bdf8b766e7df2d145483a8bcb8acd0ed84c98..54933f2b3213301d396c3d13b0cd58492d7131f0 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",
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/api/activity_log/web_request_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698