blob: eb5a01d6c3a5deb78a6a63067856118edeb76c25 [file] [log] [blame]
# Copyright 2017 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("tools_menu") {
sources = [
"tools_menu_configuration.h",
"tools_menu_configuration.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//ios/web:user_agent",
]
}