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

Unified Diff: chrome/chrome.gyp

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 years, 4 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/profile.cc ('k') | chrome/common/chrome_switches.h » ('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 69d534c55e09f65a6254a486086e0d438751909a..6f42aa21b20bcd07e7d927f2cd5e1c6b22375a05 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -45,6 +45,9 @@
'browser/extensions/extension_apitest.cc',
'browser/extensions/extension_apitest.h',
'browser/extensions/extension_bookmarks_apitest.cc',
+ 'browser/extensions/extension_devtools_browsertest.cc',
+ 'browser/extensions/extension_devtools_browsertest.h',
+ 'browser/extensions/extension_devtools_browsertests.cc',
'browser/extensions/extension_browsertest.cc',
'browser/extensions/extension_browsertest.h',
'browser/extensions/extension_browsertests_misc.cc',
@@ -1049,6 +1052,12 @@
'browser/extensions/extension_creator.h',
'browser/extensions/extension_disabled_infobar_delegate.cc',
'browser/extensions/extension_disabled_infobar_delegate.h',
+ 'browser/extensions/extension_devtools_bridge.cc',
+ 'browser/extensions/extension_devtools_bridge.h',
+ 'browser/extensions/extension_devtools_events.cc',
+ 'browser/extensions/extension_devtools_events.h',
+ 'browser/extensions/extension_devtools_manager.cc',
+ 'browser/extensions/extension_devtools_manager.h',
'browser/extensions/extension_dom_ui.cc',
'browser/extensions/extension_dom_ui.h',
'browser/extensions/extension_event_names.cc',
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698