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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/translate/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/renderer_context_menu/BUILD.gn
diff --git a/components/renderer_context_menu/BUILD.gn b/components/renderer_context_menu/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..451c4ae3f0887206a709305aa60ce3fe5b243f5c
--- /dev/null
+++ b/components/renderer_context_menu/BUILD.gn
@@ -0,0 +1,33 @@
+# Copyright 2014 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.
+
+import("//build/config/ui.gni")
+
+static_library("renderer_context_menu") {
+ sources = [
+ "context_menu_content_type.cc",
+ "context_menu_content_type.h",
+ "context_menu_delegate.cc",
+ "context_menu_delegate.h",
+ "render_view_context_menu_base.cc",
+ "render_view_context_menu_base.h",
+ "render_view_context_menu_observer.cc",
+ "render_view_context_menu_observer.h",
+ "render_view_context_menu_proxy.h",
+ ]
+
+ if (toolkit_views) {
+ sources += [
+ "views/toolkit_delegate_views.cc",
+ "views/toolkit_delegate_views.h",
+ ]
+ }
+
+ deps = [
+ "//base",
+ "//content/public/browser",
+ "//components/search_engines",
+ "//components/metrics/proto",
+ ]
+}
« 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