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

Unified Diff: extensions/extensions.gyp

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 | « extensions/common/api/shell_private.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 92a3d30688029a3b1510aaef7ac5854cfd96c09f..05eaaee889152e848aaac146e55e7f509b6fc223 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -420,6 +420,8 @@
'browser/api/serial/serial_connection.h',
'browser/api/serial/serial_event_dispatcher.cc',
'browser/api/serial/serial_event_dispatcher.h',
+ 'browser/api/shell_private/shell_private_api.cc',
+ 'browser/api/shell_private/shell_private_api.h',
'browser/api/socket/socket.cc',
'browser/api/socket/socket.h',
'browser/api/socket/socket_api.cc',
@@ -1077,6 +1079,7 @@
'browser/api/declarative_webrequest/webrequest_condition_unittest.cc',
'browser/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc',
'browser/api/power/power_api_unittest.cc',
+ 'browser/api/shell_private/shell_private_api_unittest.cc',
'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc',
'browser/api/storage/settings_quota_unittest.cc',
'browser/api/storage/storage_api_unittest.cc',
« no previous file with comments | « extensions/common/api/shell_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698