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

Unified Diff: extensions/browser/BUILD.gn

Issue 623153004: app_shell: Add experimental shellPrivate extension API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-private) fix gn Created 6 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
« no previous file with comments | « no previous file | extensions/browser/api/shell_private/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 42497047cc4e923f76f76e3da5a31dcfe07aa862..a981b3ca0b613295ab9f6f4d846ec17e18205778 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -152,6 +152,8 @@ source_set("browser") {
"api/serial/serial_connection.h",
"api/serial/serial_event_dispatcher.cc",
"api/serial/serial_event_dispatcher.h",
+ "api/shell_private/shell_private_api.cc",
+ "api/shell_private/shell_private_api.h",
"api/socket/socket.cc",
"api/socket/socket.h",
"api/socket/socket_api.cc",
« no previous file with comments | « no previous file | extensions/browser/api/shell_private/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698