| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index e8c752846dbc1528534cfd24316d6defce5bea54..44d6cec175c47e116de71ffb771cc1f592adc731 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -4,7 +4,6 @@
|
|
|
| {
|
| 'variables': {
|
| - 'use_v4lplugin%': 0,
|
| 'layouttest_support_content_sources': [
|
| 'public/test/layouttest_support.h',
|
| 'public/test/nested_message_pump_android.cc',
|
| @@ -1611,9 +1610,6 @@
|
| '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc
|
| ],
|
| }],
|
| - ['use_v4lplugin==1', {
|
| - 'defines': ['USE_LIBV4L2'],
|
| - }],
|
| ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
|
|