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

Unified Diff: chrome/browser/ntp_snippets/BUILD.gn

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: rebase + Marc's comments. Created 4 years, 2 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: chrome/browser/ntp_snippets/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/chrome/browser/ntp_snippets/BUILD.gn
similarity index 61%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to chrome/browser/ntp_snippets/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..474a6f8fb15fd6ee5acdf9737bf2577ee4037588 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/chrome/browser/ntp_snippets/BUILD.gn
@@ -2,10 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
-
-proto_library("proto") {
+source_set("test_support") {
+ testonly = true
sources = [
- "server.proto",
+ "fake_download_item.cc",
+ "fake_download_item.h",
]
+
+ deps = []
}

Powered by Google App Engine
This is Rietveld 408576698