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

Unified Diff: extensions/extensions.gyp

Issue 945103002: Add a new audio extension event OnLevelChanged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update audio.idl comment Created 5 years, 9 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 9bf7e08f211866c9f45af5077b3ab52e6b805143..797d4ccfcd32276a622885e89b34341d925d7148 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -195,11 +195,6 @@
'<@(extensions_browser_sources_linux_nonchromeos)',
],
}],
- ['OS != "linux"', {
- 'sources': [
- '<@(extensions_browser_sources_nonlinux)',
- ]
- }],
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],

Powered by Google App Engine
This is Rietveld 408576698