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

Side by Side Diff: chrome_frame/chrome_frame.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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 # Keep the archive builder happy. 10 # Keep the archive builder happy.
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'conditions': [ 412 'conditions': [
413 ['OS=="win"', { 413 ['OS=="win"', {
414 'dependencies': [ 414 'dependencies': [
415 '../chrome/chrome.gyp:automation', 415 '../chrome/chrome.gyp:automation',
416 '../breakpad/breakpad.gyp:breakpad_handler', 416 '../breakpad/breakpad.gyp:breakpad_handler',
417 '../chrome/installer/installer.gyp:installer_util', 417 '../chrome/installer/installer.gyp:installer_util',
418 '../google_update/google_update.gyp:google_update', 418 '../google_update/google_update.gyp:google_update',
419 '../chrome/installer/installer.gyp:installer_util', 419 '../chrome/installer/installer.gyp:installer_util',
420 ], 420 ],
421 'sources': [ 421 'sources': [
422 '../chrome/test/perf/mem_usage_win.cc',
423 '../chrome/test/chrome_process_util_win.cc', 422 '../chrome/test/chrome_process_util_win.cc',
424 '../base/test/test_file_util_win.cc', 423 '../base/test/test_file_util_win.cc',
425 ] 424 ]
426 }], 425 }],
427 ], 426 ],
428 }, 427 },
429 428
430 { 429 {
431 'target_name': 'chrome_frame_net_tests', 430 'target_name': 'chrome_frame_net_tests',
432 'type': 'executable', 431 'type': 'executable',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 ], 743 ],
745 } 744 }
746 745
747 # vim: shiftwidth=2:et:ai:tabstop=2 746 # vim: shiftwidth=2:et:ai:tabstop=2
748 747
749 # Local Variables: 748 # Local Variables:
750 # tab-width:2 749 # tab-width:2
751 # indent-tabs-mode:nil 750 # indent-tabs-mode:nil
752 # End: 751 # End:
753 # vim: set expandtab tabstop=2 shiftwidth=2: 752 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698