blob: dadcba3ba7a0fb9f7e379dc7db8b8eaa8b4d444a [file] [log] [blame]
[email protected]0a83f142014-07-29 09:43:121# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'targets': [
6 {
7 'target_name': 'renderer_context_menu',
8 'type': 'static_library',
9 'dependencies': [
10 '../base/base.gyp:base',
11 '../content/content.gyp:content_browser',
[email protected]cf8c490892014-08-07 06:57:5412 '../components/components.gyp:search_engines',
13 '../components/components.gyp:component_metrics_proto',
[email protected]0a83f142014-07-29 09:43:1214 ],
15 'include_dirs': [
16 '..',
17 ],
18 'sources': [
[email protected]9dabe1d2014-07-31 20:52:5419 'renderer_context_menu/context_menu_content_type.cc',
20 'renderer_context_menu/context_menu_content_type.h',
[email protected]0a83f142014-07-29 09:43:1221 'renderer_context_menu/context_menu_delegate.cc',
22 'renderer_context_menu/context_menu_delegate.h',
[email protected]cf8c490892014-08-07 06:57:5423 'renderer_context_menu/render_view_context_menu_base.cc',
24 'renderer_context_menu/render_view_context_menu_base.h',
[email protected]0a83f142014-07-29 09:43:1225 'renderer_context_menu/render_view_context_menu_observer.cc',
26 'renderer_context_menu/render_view_context_menu_observer.h',
27 'renderer_context_menu/render_view_context_menu_proxy.h',
[email protected]f5661512014-08-08 09:34:0028 'renderer_context_menu/views/toolkit_delegate_views.cc',
29 'renderer_context_menu/views/toolkit_delegate_views.h',
[email protected]0a83f142014-07-29 09:43:1230 ],
31 },
32 ],
33}