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

Side by Side Diff: components/arc/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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_host_impl.cc", 10 "arc_bridge_host_impl.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "intent_helper/link_handler_model_impl.cc", 49 "intent_helper/link_handler_model_impl.cc",
50 "intent_helper/link_handler_model_impl.h", 50 "intent_helper/link_handler_model_impl.h",
51 "intent_helper/local_activity_resolver.cc", 51 "intent_helper/local_activity_resolver.cc",
52 "intent_helper/local_activity_resolver.h", 52 "intent_helper/local_activity_resolver.h",
53 "intent_helper/page_transition_util.cc", 53 "intent_helper/page_transition_util.cc",
54 "intent_helper/page_transition_util.h", 54 "intent_helper/page_transition_util.h",
55 "kiosk/arc_kiosk_bridge.cc", 55 "kiosk/arc_kiosk_bridge.cc",
56 "kiosk/arc_kiosk_bridge.h", 56 "kiosk/arc_kiosk_bridge.h",
57 "metrics/arc_metrics_service.cc", 57 "metrics/arc_metrics_service.cc",
58 "metrics/arc_metrics_service.h", 58 "metrics/arc_metrics_service.h",
59 "metrics/oom_kills_histogram.h",
60 "metrics/oom_kills_monitor.cc",
61 "metrics/oom_kills_monitor.h",
62 "net/arc_net_host_impl.cc", 59 "net/arc_net_host_impl.cc",
63 "net/arc_net_host_impl.h", 60 "net/arc_net_host_impl.h",
64 "obb_mounter/arc_obb_mounter_bridge.cc", 61 "obb_mounter/arc_obb_mounter_bridge.cc",
65 "obb_mounter/arc_obb_mounter_bridge.h", 62 "obb_mounter/arc_obb_mounter_bridge.h",
66 "power/arc_power_bridge.cc", 63 "power/arc_power_bridge.cc",
67 "power/arc_power_bridge.h", 64 "power/arc_power_bridge.h",
68 "storage_manager/arc_storage_manager.cc", 65 "storage_manager/arc_storage_manager.cc",
69 "storage_manager/arc_storage_manager.h", 66 "storage_manager/arc_storage_manager.h",
70 "user_data/arc_user_data_service.cc", 67 "user_data/arc_user_data_service.cc",
71 "user_data/arc_user_data_service.h", 68 "user_data/arc_user_data_service.h",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//testing/gtest", 228 "//testing/gtest",
232 "//ui/aura", 229 "//ui/aura",
233 "//ui/aura:test_support", 230 "//ui/aura:test_support",
234 "//ui/base:test_support", 231 "//ui/base:test_support",
235 "//ui/base/ime", 232 "//ui/base/ime",
236 "//ui/events", 233 "//ui/events",
237 "//ui/events:dom_keycode_converter", 234 "//ui/events:dom_keycode_converter",
238 "//url:url", 235 "//url:url",
239 ] 236 ]
240 } 237 }
OLDNEW
« no previous file with comments | « chrome/browser/memory/tab_manager_delegate_chromeos.cc ('k') | components/arc/metrics/arc_metrics_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698