Enable chromoting in the build by default
Set chromoting to be built by default. Also defines a ENABLE_CHROMOTING flag if chromoting is enabled in the build system so we can exclude chromoting if we don't want chromoting code to be linked in. Review URL: http://codereview.chromium.org/2788003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@49482 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
be67d83abb
Коммит
d9b19402d4
|
@ -110,8 +110,8 @@
|
|||
# On Linux, we build with sse2 for Chromium builds.
|
||||
'disable_sse2%': 0,
|
||||
|
||||
# Chromoting compilation is disabled by default. Set to 1 to enable.
|
||||
'chromoting%': 0,
|
||||
# Chromoting compilation is enabled by default. Set to 0 to disable.
|
||||
'chromoting%': 1,
|
||||
},
|
||||
|
||||
# Define branding and buildtype on the basis of their settings within the
|
||||
|
@ -408,6 +408,9 @@
|
|||
['chromeos==1', {
|
||||
'defines': ['OS_CHROMEOS=1'],
|
||||
}],
|
||||
['chromoting==1', {
|
||||
'defines': ['ENABLE_CHROMOTING=1'],
|
||||
}],
|
||||
['proprietary_codecs==1', {
|
||||
'defines': ['USE_PROPRIETARY_CODECS'],
|
||||
}],
|
||||
|
|
Загрузка…
Ссылка в новой задаче