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

Unified Diff: chrome/chrome_resources.gyp

Issue 10546068: Add trace-viewer to third party and redirect about:tracing to that implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « chrome/chrome_repack_chrome.gypi ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 89538e1be53c8acdbe7dac8d423275fc3040a7fe..f17dbe9878371d2ade23dc698e49ca24aea89e72 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -114,7 +114,15 @@
'grit_grd_file': 'common/extensions_api_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
- }
+ },
+ {
+ 'action_name': 'tracing_resources',
+ 'variables': {
+ 'grit_grd_file': '../third_party/trace-viewer/src/tracing.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+
],
'includes': [ '../build/grit_target.gypi' ],
},
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698