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

Unified Diff: chrome/chrome.gyp

Issue 7248076: DevTools: add initial support for shared workers debugging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some debug printing Created 9 years, 5 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6dd46d91dce6ffcee831868eaf5c809a133a5a0c..4045a72f24cbbc5b54430a17cc0820bb7f2ab50e 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -477,6 +477,10 @@
'../content/browser/debugger/extension_ports_remote_service.h',
'../content/browser/debugger/inspectable_tab_proxy.cc',
'../content/browser/debugger/inspectable_tab_proxy.h',
+ '../content/browser/debugger/worker_devtools_manager.cc',
+ '../content/browser/debugger/worker_devtools_manager.h',
+ '../content/browser/debugger/worker_devtools_message_filter.cc',
+ '../content/browser/debugger/worker_devtools_message_filter.h',
],
'conditions': [
['toolkit_uses_gtk == 1', {

Powered by Google App Engine
This is Rietveld 408576698