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

Unified Diff: libyuv_test.gyp

Issue 1414483002: add gflags support files from webrtc (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: add libyuv_flags option Created 5 years, 2 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/unit_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 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.
« no previous file with comments | « include/libyuv/version.h ('k') | unit_test/unit_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698