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

Unified Diff: extensions/browser/BUILD.gn

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/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 465945751d430d27f58ebef9cedd050bc19ec678..b27f773e7311b897f03943a7f024f656cfcdf3ed 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -82,12 +82,6 @@ source_set("browser") {
"//extensions")
sources += linux_sources
} else {
- nonlinux_sources = rebase_path(
- extensions_gypi_values.extensions_browser_sources_nonlinux,
- ".",
- "//extensions")
- sources += nonlinux_sources
-
if (is_win || is_mac) {
deps += [ "//components/wifi" ]

Powered by Google App Engine
This is Rietveld 408576698