blob: 4e516d20be4f217d04f77ebe225107e70f4ee4a3 [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',
[email protected]0a83f142014-07-29 09:43:1213 ],
14 'include_dirs': [
15 '..',
16 ],
17 'sources': [
[email protected]9dabe1d2014-07-31 20:52:5418 'renderer_context_menu/context_menu_content_type.cc',
19 'renderer_context_menu/context_menu_content_type.h',
[email protected]0a83f142014-07-29 09:43:1220 'renderer_context_menu/context_menu_delegate.cc',
21 'renderer_context_menu/context_menu_delegate.h',
[email protected]cf8c490892014-08-07 06:57:5422 'renderer_context_menu/render_view_context_menu_base.cc',
23 'renderer_context_menu/render_view_context_menu_base.h',
[email protected]0a83f142014-07-29 09:43:1224 'renderer_context_menu/render_view_context_menu_observer.cc',
25 'renderer_context_menu/render_view_context_menu_observer.h',
26 'renderer_context_menu/render_view_context_menu_proxy.h',
[email protected]f5661512014-08-08 09:34:0027 'renderer_context_menu/views/toolkit_delegate_views.cc',
28 'renderer_context_menu/views/toolkit_delegate_views.h',
[email protected]0a83f142014-07-29 09:43:1229 ],
30 },
31 ],
32}