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

Unified Diff: examples/authentication_demo/BUILD.gn

Issue 1466733002: Google OAuth Device Flow support for FNL (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removed data_unittest.py Created 4 years, 9 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 | « examples/BUILD.gn ('k') | examples/authentication_demo/google_authentication_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/authentication_demo/BUILD.gn
diff --git a/examples/content_handler_demo/BUILD.gn b/examples/authentication_demo/BUILD.gn
similarity index 64%
copy from examples/content_handler_demo/BUILD.gn
copy to examples/authentication_demo/BUILD.gn
index 2a529d4021647a729d4c3e881366f6728af7ca11..4b534dcd5ad10b2096d4ebe6c90cdc74de7b0106 100644
--- a/examples/content_handler_demo/BUILD.gn
+++ b/examples/authentication_demo/BUILD.gn
@@ -4,15 +4,18 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("content_handler_demo") {
+mojo_native_application("authentication_demo") {
sources = [
- "content_handler_demo.cc",
+ "google_authentication_demo.cc",
]
deps = [
+ "//base",
+ "//mojo/common",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
- "//mojo/services/content_handler/interfaces",
+ "//mojo/services/authentication/interfaces",
]
}
« no previous file with comments | « examples/BUILD.gn ('k') | examples/authentication_demo/google_authentication_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698