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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 617703002: Disable tabs/windows API on athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_api_athena.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 4dfe6b271c0e00ccfb5c5ddd199c04524580dbdd..747e282cae73ff19607edc2b07c4ee6e9889cb48 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -976,6 +976,11 @@
'../ui/keyboard/keyboard.gyp:keyboard_resources',
],
}],
+ ['use_athena==1', {
+ 'defines': ['USE_ATHENA=1'],
+ 'sources': ['browser/extensions/api/tabs/tabs_api_athena.cc' ],
+ 'sources!': ['browser/extensions/api/tabs/tabs_api.cc' ],
+ }],
['OS=="linux"', {
'conditions': [
['use_aura==1', {
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_api_athena.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698