Index: libyuv_test.gyp |
diff --git a/libyuv_test.gyp b/libyuv_test.gyp |
index 403f3cd3fcc8756273b822b10db52c5e63e8022f..5358ffd7653a996e9378176b78dafa7620c3c169 100644 |
--- a/libyuv_test.gyp |
+++ b/libyuv_test.gyp |
@@ -18,6 +18,15 @@ |
'dependencies': [ |
'libyuv.gyp:libyuv', |
'testing/gtest.gyp:gtest', |
+ 'third_party/gflags/gflags.gyp:gflags', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'defines': [ |
+ 'GTEST_RELATIVE_PATH', |
+ ], |
+ }, |
+ 'export_dependent_settings': [ |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
], |
'defines': [ |
# Enable the following 3 macros to turn off assembly for specified CPU. |