| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 00630f845fd4effd6e5d990878ba59a3b805bd17..673844398bae0fe496bda2cc0d2a24398e9d7067 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',
|
| @@ -1613,9 +1612,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, ],
|
|
|