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

Unified Diff: content/content_tests.gypi

Issue 902143002: Clean up V4L2 codec-related flags and defines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index d56a372f40ea324637349c0d7c1373bd0979e514..4e74cb3d5db7360df021b40e7f62d1d749aa2d36 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',
@@ -1622,9 +1621,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, ],
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698