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

Unified Diff: extensions/shell/BUILD.gn

Issue 690093002: app_shell: Initial skeleton of a GCD target device setup API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gcd) fix gn Created 6 years, 1 month 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 | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index b667ba1c7682c98b3beb0830f3334b5634d67286..9694492a09b1cb431fe9d44ce257870919636b5b 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -53,6 +53,8 @@ source_set("app_shell_lib") {
"app/shell_main_delegate.h",
"browser/api/identity/identity_api.cc",
"browser/api/identity/identity_api.h",
+ "browser/api/shell_gcd/shell_gcd_api.cc",
+ "browser/api/shell_gcd/shell_gcd_api.h",
"browser/api/shell_window/shell_window_api.cc",
"browser/api/shell_window/shell_window_api.h",
"browser/default_shell_browser_main_delegate.cc",
« no previous file with comments | « no previous file | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698