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

Side by Side Diff: chrome/chrome.gyp

Issue 371025: More memory stats code cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: multiply uses by 1024 to keep stats consistent with old runs Created 11 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after
4065 'test/automation/browser_proxy.h', 4065 'test/automation/browser_proxy.h',
4066 'test/automation/tab_proxy.cc', 4066 'test/automation/tab_proxy.cc',
4067 'test/automation/tab_proxy.h', 4067 'test/automation/tab_proxy.h',
4068 'test/automation/window_proxy.cc', 4068 'test/automation/window_proxy.cc',
4069 'test/automation/window_proxy.h', 4069 'test/automation/window_proxy.h',
4070 'test/chrome_process_util.cc', 4070 'test/chrome_process_util.cc',
4071 'test/chrome_process_util.h', 4071 'test/chrome_process_util.h',
4072 'test/chrome_process_util_linux.cc', 4072 'test/chrome_process_util_linux.cc',
4073 'test/chrome_process_util_mac.cc', 4073 'test/chrome_process_util_mac.cc',
4074 'test/chrome_process_util_win.cc', 4074 'test/chrome_process_util_win.cc',
4075 'test/perf/mem_usage_linux.cc',
4076 'test/perf/mem_usage_mac.cc',
4077 'test/perf/mem_usage_win.cc',
4078 'test/perf/mem_usage.h',
4079 'test/test_browser_window.h', 4075 'test/test_browser_window.h',
4080 'test/testing_profile.cc', 4076 'test/testing_profile.cc',
4081 'test/testing_profile.h', 4077 'test/testing_profile.h',
4082 'test/ui_test_utils.cc', 4078 'test/ui_test_utils.cc',
4083 'test/ui_test_utils.h', 4079 'test/ui_test_utils.h',
4084 'test/ui_test_utils_linux.cc', 4080 'test/ui_test_utils_linux.cc',
4085 'test/ui_test_utils_mac.cc', 4081 'test/ui_test_utils_mac.cc',
4086 'test/ui_test_utils_win.cc', 4082 'test/ui_test_utils_win.cc',
4087 ], 4083 ],
4088 'conditions': [ 4084 'conditions': [
(...skipping 2916 matching lines...) Expand 10 before | Expand all | Expand 10 after
7005 ] 7001 ]
7006 }], 7002 }],
7007 ], # 'conditions' 7003 ], # 'conditions'
7008 } 7004 }
7009 7005
7010 # Local Variables: 7006 # Local Variables:
7011 # tab-width:2 7007 # tab-width:2
7012 # indent-tabs-mode:nil 7008 # indent-tabs-mode:nil
7013 # End: 7009 # End:
7014 # vim: set expandtab tabstop=2 shiftwidth=2: 7010 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698