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

Unified Diff: chrome/chrome_browser.gypi

Issue 22408006: Properly set loopback device ID for system audio capture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 df4f7ae9fde2dbc26239227e81aa893356175ad5..3ff6c588421665f566f05361fca5656ab16c0888 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -7,7 +7,10 @@
{
'target_name': 'browser',
'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'variables': {
+ 'enable_wexit_time_destructors': 1,
+ 'use_cras%': 0,
DaleCurtis 2013/08/07 18:43:11 Should this be in build/common.gypi instead?
hshi1 2013/08/07 18:50:24 Great suggestion! Yes I agree this should just go
+ },
'dependencies': [
# NOTE: New dependencies should generally be added in the OS!="ios"
# dependencies block below, rather than here.
@@ -2829,6 +2832,11 @@
}],
],
}],
+ ['use_cras==1', {
+ 'defines': [
+ 'USE_CRAS',
+ ],
+ }],
['ui_compositor_image_transport==1', {
'dependencies': [
'../ui/gl/gl.gyp:gl',

Powered by Google App Engine
This is Rietveld 408576698