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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2527973003: Consolidate code monitoring low memory kills and OOM kills to MemoryKillsMonitor on ChromeOS. (Closed)
Patch Set: restrict it to ChromeoS Created 4 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 "media_galleries/win/mtp_device_object_entry.cc", 2764 "media_galleries/win/mtp_device_object_entry.cc",
2765 "media_galleries/win/mtp_device_object_entry.h", 2765 "media_galleries/win/mtp_device_object_entry.h",
2766 "media_galleries/win/mtp_device_object_enumerator.cc", 2766 "media_galleries/win/mtp_device_object_enumerator.cc",
2767 "media_galleries/win/mtp_device_object_enumerator.h", 2767 "media_galleries/win/mtp_device_object_enumerator.h",
2768 "media_galleries/win/mtp_device_operations_util.cc", 2768 "media_galleries/win/mtp_device_operations_util.cc",
2769 "media_galleries/win/mtp_device_operations_util.h", 2769 "media_galleries/win/mtp_device_operations_util.h",
2770 "media_galleries/win/portable_device_map_service.cc", 2770 "media_galleries/win/portable_device_map_service.cc",
2771 "media_galleries/win/portable_device_map_service.h", 2771 "media_galleries/win/portable_device_map_service.h",
2772 "media_galleries/win/snapshot_file_details.cc", 2772 "media_galleries/win/snapshot_file_details.cc",
2773 "media_galleries/win/snapshot_file_details.h", 2773 "media_galleries/win/snapshot_file_details.h",
2774 "memory/memory_kills_histogram.h",
2775 "memory/memory_kills_monitor.cc",
2776 "memory/memory_kills_monitor.h",
2774 "memory/oom_memory_details.cc", 2777 "memory/oom_memory_details.cc",
2775 "memory/oom_memory_details.h", 2778 "memory/oom_memory_details.h",
2776 "memory/tab_manager.cc", 2779 "memory/tab_manager.cc",
2777 "memory/tab_manager.h", 2780 "memory/tab_manager.h",
2778 "memory/tab_manager_delegate_chromeos.cc", 2781 "memory/tab_manager_delegate_chromeos.cc",
2779 "memory/tab_manager_delegate_chromeos.h", 2782 "memory/tab_manager_delegate_chromeos.h",
2780 "memory/tab_manager_observer.cc", 2783 "memory/tab_manager_observer.cc",
2781 "memory/tab_manager_observer.h", 2784 "memory/tab_manager_observer.h",
2782 "memory/tab_manager_web_contents_data.cc", 2785 "memory/tab_manager_web_contents_data.cc",
2783 "memory/tab_manager_web_contents_data.h", 2786 "memory/tab_manager_web_contents_data.h",
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 # linking all of the test support. 4414 # linking all of the test support.
4412 static_library("pepper_cdm_test_constants") { 4415 static_library("pepper_cdm_test_constants") {
4413 testonly = true 4416 testonly = true
4414 visibility = [ "//chrome/*" ] 4417 visibility = [ "//chrome/*" ]
4415 sources = [ 4418 sources = [
4416 "media/pepper_cdm_test_constants.cc", 4419 "media/pepper_cdm_test_constants.cc",
4417 "media/pepper_cdm_test_constants.h", 4420 "media/pepper_cdm_test_constants.h",
4418 ] 4421 ]
4419 } 4422 }
4420 } 4423 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698