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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 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 static_library("renderer") {
6 sources = [
7 "copyless_paste_agent.cc",
8 "copyless_paste_agent.h",
9 ]
10
11 deps = [
12 "//base",
13 "//content/public/renderer",
14 "//third_party/WebKit/public:blink_headers",
15 ]
16 }
OLDNEW
« 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