# Copyright 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. source_set("application_delegate") { sources = [ "memory_warning_helper.h", "memory_warning_helper.mm", ] deps = [ "//base", "//ios/chrome/browser/crash_report", "//ios/chrome/browser/metrics", ] libs = [ "Foundation.framework" ] configs += [ "//build/config/compiler:enable_arc" ] } source_set("unit_tests") { testonly = true sources = [ "memory_warning_helper_unittest.mm", ] deps = [ ":application_delegate", "//base", "//ios/chrome/browser/metrics", "//testing/gtest", ] }