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

Unified Diff: content/content_browser.gypi

Issue 658163003: [DevTools] Added browser protocol to handler generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@singleUse
Patch Set: GN fix 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 | « content/browser/devtools/tethering_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 9a7f4203c1cefff9a55c67bd94bb737d060e27b6..5645a74408d68192acb3bfabf28a9ffed028cc26 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -459,6 +459,10 @@
'browser/devtools/protocol/page_handler.h',
'browser/devtools/protocol/power_handler.cc',
'browser/devtools/protocol/power_handler.h',
+ 'browser/devtools/protocol/system_info_handler.cc',
+ 'browser/devtools/protocol/system_info_handler.h',
+ 'browser/devtools/protocol/tethering_handler.cc',
+ 'browser/devtools/protocol/tethering_handler.h',
'browser/devtools/protocol/tracing_handler.cc',
'browser/devtools/protocol/tracing_handler.h',
'browser/devtools/protocol/usage_and_quota_query.cc',
@@ -467,8 +471,6 @@
'browser/devtools/protocol/worker_handler.h',
'browser/devtools/render_view_devtools_agent_host.cc',
'browser/devtools/render_view_devtools_agent_host.h',
- 'browser/devtools/tethering_handler.h',
- 'browser/devtools/tethering_handler.cc',
'browser/device_monitor_mac.h',
'browser/device_monitor_mac.mm',
'browser/device_monitor_udev.cc',
« no previous file with comments | « content/browser/devtools/tethering_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698