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

Unified Diff: chrome/chrome.gyp

Issue 172109: Enable scavenging in RenderThread::IdleHandler. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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 | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 26198)
+++ chrome/chrome.gyp (working copy)
@@ -2926,13 +2926,23 @@
['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
],
+ 'export_dependent_settings': [
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
+ ],
}],
# Windows-specific rules.
['OS=="win"', {
'include_dirs': [
'third_party/wtl/include',
],
+ 'dependencies': [
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
+ ],
+ 'export_dependent_settings': [
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
+ ],
},],
],
},
@@ -3589,6 +3599,9 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
+ 'export_dependent_settings': [
+ 'renderer',
+ ],
'include_dirs': [
'..',
],
@@ -3669,6 +3682,9 @@
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
+ 'export_dependent_settings': [
+ 'test_support_common',
+ ],
'include_dirs': [
'..',
],
@@ -4666,7 +4682,6 @@
'../net/net.gyp:net_resources',
'../build/util/support/support.gyp:*',
'../third_party/cld/cld.gyp:cld',
- '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
'../views/views.gyp:views',
'../webkit/webkit.gyp:webkit_resources',
'../gears/gears.gyp:gears',
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698