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

Unified Diff: storage/browser/BUILD.gn

Issue 2808293002: Repro attempt for GN build failure on Mac. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | storage/browser/gn_repro.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/BUILD.gn
diff --git a/storage/browser/BUILD.gn b/storage/browser/BUILD.gn
index e1880c7d29b13813814cea57f5de815f5001162e..e98bdc7ceab340c611712f4ed8c3d142ab74cfd2 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -222,6 +222,18 @@ executable("dump_file_system") {
]
}
+source_set("gn_repro_sources") {
+ sources = [
+ "gn_repro.cc",
+ ]
+}
+
+static_library("gn_repro") {
+ deps = [
+ ":gn_repro_sources",
+ ]
+}
+
test("storage_unittests") {
sources = [
# This target is in the process of being populated. See
@@ -252,6 +264,7 @@ test("storage_unittests") {
deps = [
":browser",
+ ":gn_repro",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//net:test_support",
« no previous file with comments | « no previous file | storage/browser/gn_repro.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698