diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 79fad25..10d058a2 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2404,11 +2404,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', |