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

Unified Diff: chrome/chrome_browser.gypi

Issue 7720002: Chrome Extensions chrome.experimental.offscreenTabs.* API implementation, docs, and test. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 3 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_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 101324)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1036,6 +1036,10 @@
'browser/extensions/extension_module.h',
'browser/extensions/extension_navigation_observer.cc',
'browser/extensions/extension_navigation_observer.h',
+ 'browser/extensions/extension_offscreen_tabs_module.cc',
+ 'browser/extensions/extension_offscreen_tabs_module.h',
+ 'browser/extensions/extension_offscreen_tabs_module_constants.cc',
+ 'browser/extensions/extension_offscreen_tabs_module_constants.h',
'browser/extensions/extension_omnibox_api.cc',
'browser/extensions/extension_omnibox_api.h',
'browser/extensions/extension_page_actions_module.cc',

Powered by Google App Engine
This is Rietveld 408576698