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

Unified Diff: content/content_tests.gypi

Issue 9814001: Add VAVDA, the VAAPI Video Decode Accelerator for Intel CPUs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 893294d4ed2fd6d89b96aca75ca37ccc34b7e2f4..a5899dbd1133c9891f54d6779561dbc3bf4c065b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -494,7 +494,23 @@
],
}
],
- },
- ],
+ }],
+ ['chromeos == 1', {
Ami GONE FROM CHROMIUM 2012/03/21 13:16:24 Not part of this CL
+ 'targets': [
+ {
+ 'target_name': 'h264_parser_unittest',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'common/gpu/media/h264_parser.cc',
+ 'common/gpu/media/h264_parser.h',
+ 'common/gpu/media/h264_parser_unittest.cc',
+ ],
+ }
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698