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

Unified Diff: extensions/browser/api/activity_log/BUILD.gn

Issue 2852273002: Make extensions/browser/api/* sources to publicly depend on //ipc (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | extensions/browser/api/alarms/BUILD.gn » ('j') | extensions/common/api/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/activity_log/BUILD.gn
diff --git a/extensions/browser/api/activity_log/BUILD.gn b/extensions/browser/api/activity_log/BUILD.gn
index 403e510048739363f67cfb7b6bfbbbb94845602b..276281ac8736b2fcc7ecf0b8422bfb28f32126bc 100644
--- a/extensions/browser/api/activity_log/BUILD.gn
+++ b/extensions/browser/api/activity_log/BUILD.gn
@@ -8,7 +8,7 @@ source_set("activity_log") {
"web_request_constants.h",
]
- deps = [
+ public_deps = [
"//extensions/common/api",
]
}
« no previous file with comments | « no previous file | extensions/browser/api/alarms/BUILD.gn » ('j') | extensions/common/api/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698