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

Unified Diff: chrome/chrome.gyp

Issue 216033: Add a simple about:tcmalloc page that just displays its canned stats.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add dependency in chrome.gyp Created 11 years, 3 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/browser/browser_about_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 26802)
+++ chrome/chrome.gyp (working copy)
@@ -2393,11 +2393,12 @@
'third_party/wtl/include',
],
'dependencies': [
+ '../gears/gears.gyp:gears',
'../google_update/google_update.gyp:google_update',
- 'installer/installer.gyp:installer_util',
'../third_party/cld/cld.gyp:cld',
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
'../views/views.gyp:views',
- '../gears/gears.gyp:gears',
+ 'installer/installer.gyp:installer_util',
],
'export_dependent_settings': [
'../views/views.gyp:views',
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698