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

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

Issue 11747025: Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ms release build Created 7 years, 11 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 08fe90e2f1a53ff57e953858e545e7009c5e77b1..e3587f491e845a154ccfdf40e36df6e501b2d2d8 100644
--- a/chrome/browser/performance_monitor/performance_monitor.gyp
+++ b/chrome/browser/performance_monitor/performance_monitor.gyp
@@ -8,14 +8,14 @@
'target_name': 'performance_monitor',
'type': 'static_library',
'sources': [
- '<@(json_schema_files)',
+ '<@(schema_files)',
],
'includes': [
'../../../build/json_schema_compile.gypi',
],
'variables': {
'chromium_code': 1,
- 'json_schema_files': [
+ 'schema_files': [
'events.json',
],
'cc_dir': 'chrome/browser/performance_monitor',
« no previous file with comments | « chrome/browser/extensions/settings/weak_unlimited_settings_storage.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698