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

Unified Diff: chrome/chrome.gyp

Issue 7309011: Remove dependencies on extensions from content/browser/debugger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. 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
« no previous file with comments | « chrome/browser/debugger/extension_ports_remote_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c77d222735fdacf564e0651a615161378714d206..ea7c7db10be90daa7179e2e9266f85a0bf69838c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -445,6 +445,8 @@
'..',
],
'sources': [
+ 'browser/debugger/extension_ports_remote_service.cc',
+ 'browser/debugger/extension_ports_remote_service.h',
'../content/browser/debugger/browser_list_tabcontents_provider.cc',
'../content/browser/debugger/browser_list_tabcontents_provider.h',
'../content/browser/debugger/debugger_remote_service.cc',
@@ -473,8 +475,6 @@
'../content/browser/debugger/devtools_toggle_action.h',
'../content/browser/debugger/devtools_window.cc',
'../content/browser/debugger/devtools_window.h',
- '../content/browser/debugger/extension_ports_remote_service.cc',
- '../content/browser/debugger/extension_ports_remote_service.h',
'../content/browser/debugger/inspectable_tab_proxy.cc',
'../content/browser/debugger/inspectable_tab_proxy.h',
],
« no previous file with comments | « chrome/browser/debugger/extension_ports_remote_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698