blob: dd94dae33ba0c017fd93ca5020dcb335402b06f8 [file] [log] [blame]
# 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.
{
'targets': [
{
# GN version: //components/chooser_controller
'target_name': 'chooser_controller',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
],
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
'chooser_controller/chooser_controller.cc',
'chooser_controller/chooser_controller.h',
],
},
],
}