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

Unified Diff: libyuv_test.gyp

Issue 1612123002: Remove svn version build and unittest (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 11 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 | « include/libyuv/version.h ('k') | unit_test/version_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv_test.gyp
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index 201c96bee9942f7aaa26f697618eac4dc1ff05d2..0037106679e1b093c3efe27a0544d8db0e9ee248 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -9,7 +9,6 @@
{
'variables': {
'libyuv_disable_jpeg%': 0,
- 'libyuv_enable_svn%': 0,
},
'targets': [
{
@@ -54,14 +53,8 @@
'unit_test/scale_test.cc',
'unit_test/unit_test.cc',
'unit_test/video_common_test.cc',
- 'unit_test/version_test.cc',
],
'conditions': [
- [ 'libyuv_enable_svn == 1', {
- 'defines': [
- 'LIBYUV_SVNREVISION="<!(svnversion -n)"',
- ],
- }],
['OS=="linux"', {
'cflags': [
'-fexceptions',
« no previous file with comments | « include/libyuv/version.h ('k') | unit_test/version_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698