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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1214803006: [Memory] Add system_memory_stats_recorder_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge issue in gyp and line wrapping. Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'browser/media/permission_bubble_media_access_handler.h', 617 'browser/media/permission_bubble_media_access_handler.h',
618 # TODO(brettw) should this go with the webrtc sources? 618 # TODO(brettw) should this go with the webrtc sources?
619 'browser/media/webrtc_log_list.cc', 619 'browser/media/webrtc_log_list.cc',
620 'browser/media/webrtc_log_list.h', 620 'browser/media/webrtc_log_list.h',
621 'browser/memory/oom_memory_details.cc', 621 'browser/memory/oom_memory_details.cc',
622 'browser/memory/oom_memory_details.h', 622 'browser/memory/oom_memory_details.h',
623 'browser/memory/oom_priority_manager.h', 623 'browser/memory/oom_priority_manager.h',
624 'browser/memory/oom_priority_manager_chromeos.cc', 624 'browser/memory/oom_priority_manager_chromeos.cc',
625 'browser/memory/system_memory_stats_recorder.h', 625 'browser/memory/system_memory_stats_recorder.h',
626 'browser/memory/system_memory_stats_recorder_linux.cc', 626 'browser/memory/system_memory_stats_recorder_linux.cc',
627 'browser/memory/system_memory_stats_recorder_win.cc',
627 'browser/memory_details.cc', 628 'browser/memory_details.cc',
628 'browser/memory_details.h', 629 'browser/memory_details.h',
629 'browser/memory_details_android.cc', 630 'browser/memory_details_android.cc',
630 'browser/memory_details_linux.cc', 631 'browser/memory_details_linux.cc',
631 'browser/memory_details_mac.cc', 632 'browser/memory_details_mac.cc',
632 'browser/memory_details_win.cc', 633 'browser/memory_details_win.cc',
633 'browser/mod_pagespeed/mod_pagespeed_metrics.cc', 634 'browser/mod_pagespeed/mod_pagespeed_metrics.cc',
634 'browser/mod_pagespeed/mod_pagespeed_metrics.h', 635 'browser/mod_pagespeed/mod_pagespeed_metrics.h',
635 'browser/native_window_notification_source.h', 636 'browser/native_window_notification_source.h',
636 'browser/net/predictor_tab_helper.cc', 637 'browser/net/predictor_tab_helper.cc',
(...skipping 3430 matching lines...) Expand 10 before | Expand all | Expand 10 after
4067 'variables': { 4068 'variables': {
4068 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4069 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4069 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4070 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4070 }, 4071 },
4071 'includes': [ '../build/protoc.gypi' ] 4072 'includes': [ '../build/protoc.gypi' ]
4072 }, 4073 },
4073 ], 4074 ],
4074 },], 4075 },],
4075 ], 4076 ],
4076 } 4077 }
OLDNEW
« no previous file with comments | « chrome/browser/memory/system_memory_stats_recorder_win.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698