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

Unified Diff: chrome/common/DEPS

Issue 1030503003: Metrics log modification to handle external components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add version_utils Created 5 years, 9 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: chrome/common/DEPS
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index 3fe80e1a814b14ac6a064ada777aed35f8e70215..6e775fa5f696676b79daf491d1dcc3b58c3600d9 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -12,6 +12,7 @@ include_rules = [
"+components/dom_distiller/core",
"+components/metrics/client_info.h",
"+components/metrics/metrics_pref_names.h",
+ "+components/metrics/proto/system_profile.pb.h",
Ilya Sherman 2015/03/23 21:59:29 Can the metrics lines be moved to //chrome/common/
Olivier 2015/03/24 16:28:02 Only system_profile.pb.h The other are included in
Ilya Sherman 2015/03/24 18:09:44 Okay. Please move the system_profile.pb.h one. I
Olivier 2015/03/25 18:09:35 Done.
"+components/nacl/common",
"+components/password_manager/core/common",
"+components/printing/common",

Powered by Google App Engine
This is Rietveld 408576698