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

Unified Diff: chrome/chrome_browser.gypi

Issue 9234042: Re-land alexbost's experimental offscreenTabs API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: more cleanups Created 8 years, 11 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
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 23d6b3dd7c9a69e7f13e55a89c335f913f17baa4..9e2d94a3230fd74b9a0190dfb74c2ffaed8220f4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -955,6 +955,10 @@
'browser/extensions/api/app/app_api.h',
'browser/extensions/api/dns/dns_api.cc',
'browser/extensions/api/dns/dns_api.h',
+ 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc',
+ 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h',
+ 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc',
+ 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.h',
'browser/extensions/api/permissions/permissions_api.cc',
'browser/extensions/api/permissions/permissions_api.h',
'browser/extensions/api/permissions/permissions_api_helpers.cc',

Powered by Google App Engine
This is Rietveld 408576698