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

Unified Diff: services/authenticating_url_loader_interceptor/BUILD.gn

Issue 1995573002: Build authenticating_url_loader_interceptor library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/authenticating_url_loader_interceptor/BUILD.gn
diff --git a/services/authenticating_url_loader_interceptor/BUILD.gn b/services/authenticating_url_loader_interceptor/BUILD.gn
index b90bb14acf4bcdc6d0c357e5f29014e3f0e73917..4306c705bb74f646f5fa07010700e24d47e9c75b 100644
--- a/services/authenticating_url_loader_interceptor/BUILD.gn
+++ b/services/authenticating_url_loader_interceptor/BUILD.gn
@@ -8,6 +8,17 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojo_native_application("authenticating_url_loader_interceptor") {
sources = [
+ "main.cc",
+ ]
+
+ deps = [
+ ":lib",
+ "//mojo/application",
+ ]
+}
+
+source_set("lib") {
+ sources = [
"authenticating_url_loader_interceptor.cc",
"authenticating_url_loader_interceptor.h",
"authenticating_url_loader_interceptor_app.cc",
« no previous file with comments | « no previous file | services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698