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

Unified Diff: components/visitedlink/browser/BUILD.gn

Issue 340953004: Add user_prefs and visitedlink components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/user_prefs/BUILD.gn ('k') | components/visitedlink/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/visitedlink/browser/BUILD.gn
diff --git a/components/visitedlink/browser/BUILD.gn b/components/visitedlink/browser/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..4fce197308a3efe8cc7a70b1aeda032bdf220f61
--- /dev/null
+++ b/components/visitedlink/browser/BUILD.gn
@@ -0,0 +1,21 @@
+# 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.
+
+static_library("browser") {
+ output_name = "visitedlink_browser"
+ sources = [
+ "visitedlink_delegate.h",
+ "visitedlink_event_listener.cc",
+ "visitedlink_event_listener.h",
+ "visitedlink_master.cc",
+ "visitedlink_master.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/visitedlink/common",
+ "//content/public/browser",
+ "//content/public/common",
+ ]
+}
« no previous file with comments | « components/user_prefs/BUILD.gn ('k') | components/visitedlink/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698