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

Unified Diff: chrome/browser/performance_monitor/performance_monitor.gyp

Issue 437883002: Make the root_namespace argument to json_schema_compiler.gypi a string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-escape %% for windows Created 6 years, 4 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/browser/performance_monitor/performance_monitor.gyp
diff --git a/chrome/browser/performance_monitor/performance_monitor.gyp b/chrome/browser/performance_monitor/performance_monitor.gyp
index e3587f491e845a154ccfdf40e36df6e501b2d2d8..4739109fa1a0f3a8457cf71490417beaf6eba662 100644
--- a/chrome/browser/performance_monitor/performance_monitor.gyp
+++ b/chrome/browser/performance_monitor/performance_monitor.gyp
@@ -19,7 +19,7 @@
'events.json',
],
'cc_dir': 'chrome/browser/performance_monitor',
- 'root_namespace': 'performance_monitor',
+ 'root_namespace': 'performance_monitor::%(namespace)s',
},
},
],

Powered by Google App Engine
This is Rietveld 408576698