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

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

Issue 2527973003: Consolidate code monitoring low memory kills and OOM kills to MemoryKillsMonitor on ChromeOS. (Closed)
Patch Set: move unittest to chromeos only build rule 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 source_set("unit_tests") { 1363 source_set("unit_tests") {
1364 testonly = true 1364 testonly = true
1365 1365
1366 sources = [ 1366 sources = [
1367 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). 1367 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951).
1368 "../download/notification/download_item_notification_unittest.cc", 1368 "../download/notification/download_item_notification_unittest.cc",
1369 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc", 1369 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc",
1370 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc", 1370 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc",
1371 "../extensions/api/log_private/syslog_parser_unittest.cc", 1371 "../extensions/api/log_private/syslog_parser_unittest.cc",
1372 "../extensions/updater/local_extension_cache_unittest.cc", 1372 "../extensions/updater/local_extension_cache_unittest.cc",
1373 "../memory/memory_kills_monitor_unittest.cc",
1373 "../metrics/chromeos_metrics_provider_unittest.cc", 1374 "../metrics/chromeos_metrics_provider_unittest.cc",
1374 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1375 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1375 "../metrics/perf/cpu_identity_unittest.cc", 1376 "../metrics/perf/cpu_identity_unittest.cc",
1376 "../metrics/perf/random_selector_unittest.cc", 1377 "../metrics/perf/random_selector_unittest.cc",
1377 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1378 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1378 "../policy/default_geolocation_policy_handler_unittest.cc", 1379 "../policy/default_geolocation_policy_handler_unittest.cc",
1379 "../ui/browser_finder_chromeos_unittest.cc", 1380 "../ui/browser_finder_chromeos_unittest.cc",
1380 "accessibility/magnification_manager_unittest.cc", 1381 "accessibility/magnification_manager_unittest.cc",
1381 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1382 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1382 "arc/arc_auth_service_unittest.cc", 1383 "arc/arc_auth_service_unittest.cc",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 "policy/proto/chrome_device_policy.proto", 1644 "policy/proto/chrome_device_policy.proto",
1644 "policy/proto/install_attributes.proto", 1645 "policy/proto/install_attributes.proto",
1645 ] 1646 ]
1646 } 1647 }
1647 1648
1648 proto_library("attestation_proto") { 1649 proto_library("attestation_proto") {
1649 sources = [ 1650 sources = [
1650 "attestation/attestation_key_payload.proto", 1651 "attestation/attestation_key_payload.proto",
1651 ] 1652 ]
1652 } 1653 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698