blob: 64efd855483f4ba5302933b2aee0fae99830cfe9 [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',
12 ],
13 'include_dirs': [
14 '..',
15 ],
16 'sources': [
17 'renderer_context_menu/context_menu_delegate.cc',
18 'renderer_context_menu/context_menu_delegate.h',
19 'renderer_context_menu/render_view_context_menu_observer.cc',
20 'renderer_context_menu/render_view_context_menu_observer.h',
21 'renderer_context_menu/render_view_context_menu_proxy.h',
22 ],
23 },
24 ],
25}