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

Unified Diff: base/metrics/BUILD.gn

Issue 1476323002: Add base to "gn check". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « base/debug/BUILD.gn ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/BUILD.gn
diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
index 94bfb6c34da7a3b57e38eb1dd4121c329e7ef2cf..0154cfa31533d1ba3c3b3740a166e0e9f3ee7b2d 100644
--- a/base/metrics/BUILD.gn
+++ b/base/metrics/BUILD.gn
@@ -39,9 +39,13 @@ source_set("metrics") {
"//base/debug",
"//base/json",
"//base/memory",
+ "//base/process",
]
- allow_circular_includes_from = [ "//base/memory" ]
+ allow_circular_includes_from = [
+ "//base/memory",
+ "//base/process",
+ ]
visibility = [ "//base/*" ]
}
« no previous file with comments | « base/debug/BUILD.gn ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698