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

Unified Diff: components/copyless_paste/renderer/BUILD.gn

Issue 2709893002: Add render frame observer for CopylessPaste (Closed)
Patch Set: Created 3 years, 10 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
Index: components/copyless_paste/renderer/BUILD.gn
diff --git a/components/copyless_paste/renderer/BUILD.gn b/components/copyless_paste/renderer/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..8fafaed2cd690347025c25dc185ae7d63901f7ee
--- /dev/null
+++ b/components/copyless_paste/renderer/BUILD.gn
@@ -0,0 +1,16 @@
+# Copyright 2017 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("renderer") {
+ sources = [
+ "copyless_paste_agent.cc",
+ "copyless_paste_agent.h",
+ ]
+
+ deps = [
+ "//base",
+ "//content/public/renderer",
+ "//third_party/WebKit/public:blink_headers",
+ ]
+}
« no previous file with comments | « no previous file | components/copyless_paste/renderer/DEPS » ('j') | components/copyless_paste/renderer/copyless_paste_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698