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

Unified Diff: extensions/extensions.gypi

Issue 1471243002: chrome.displaySource custom bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing nits Created 5 years 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/display_source.idl ('k') | extensions/renderer/api/display_source/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 57480eebe79b694157bd40eaa3c3c4ef13d4a44d..e18e6822b79d67639c86909d202a6e9d872e356a 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -850,6 +850,8 @@
'renderer/activity_log_converter_strategy.h',
'renderer/api/automation/automation_api_helper.cc',
'renderer/api/automation/automation_api_helper.h',
+ 'renderer/api/display_source/display_source_session.cc',
+ 'renderer/api/display_source/display_source_session.h',
'renderer/api_activity_logger.cc',
'renderer/api_activity_logger.h',
'renderer/api_definitions_natives.cc',
@@ -871,6 +873,8 @@
'renderer/dispatcher.cc',
'renderer/dispatcher.h',
'renderer/dispatcher_delegate.h',
+ 'renderer/display_source_custom_bindings.cc',
+ 'renderer/display_source_custom_bindings.h',
'renderer/document_custom_bindings.cc',
'renderer/document_custom_bindings.h',
'renderer/dom_activity_logger.cc',
« no previous file with comments | « extensions/common/api/display_source.idl ('k') | extensions/renderer/api/display_source/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698