Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: components/renderer_context_menu/BUILD.gn

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/translate/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # 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 import("//build/config/ui.gni")
6
7 static_library("renderer_context_menu") {
8 sources = [
9 "context_menu_content_type.cc",
10 "context_menu_content_type.h",
11 "context_menu_delegate.cc",
12 "context_menu_delegate.h",
13 "render_view_context_menu_base.cc",
14 "render_view_context_menu_base.h",
15 "render_view_context_menu_observer.cc",
16 "render_view_context_menu_observer.h",
17 "render_view_context_menu_proxy.h",
18 ]
19
20 if (toolkit_views) {
21 sources += [
22 "views/toolkit_delegate_views.cc",
23 "views/toolkit_delegate_views.h",
24 ]
25 }
26
27 deps = [
28 "//base",
29 "//content/public/browser",
30 "//components/search_engines",
31 "//components/metrics/proto",
32 ]
33 }
OLDNEW
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/translate/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698