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

Unified Diff: webrtc/system_wrappers/system_wrappers_tests.gyp

Issue 2025343002: GN: Add system_wrappers_unittests, tools and tools_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 7 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 | « webrtc/system_wrappers/BUILD.gn ('k') | webrtc/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/system_wrappers_tests.gyp
diff --git a/webrtc/system_wrappers/system_wrappers_tests.gyp b/webrtc/system_wrappers/system_wrappers_tests.gyp
index ebccba51e5c7e61fbadfdb680715fc8b59d9c7f6..c4453c3e2aafb22a8df22d39e70bcac6405c7fbc 100644
--- a/webrtc/system_wrappers/system_wrappers_tests.gyp
+++ b/webrtc/system_wrappers/system_wrappers_tests.gyp
@@ -25,8 +25,6 @@
'source/condition_variable_unittest.cc',
'source/critical_section_unittest.cc',
'source/logging_unittest.cc',
- 'source/data_log_unittest.cc',
- 'source/data_log_unittest_disabled.cc',
'source/data_log_helpers_unittest.cc',
'source/data_log_c_helpers_unittest.c',
'source/data_log_c_helpers_unittest.h',
@@ -40,9 +38,9 @@
],
'conditions': [
['enable_data_logging==1', {
- 'sources!': [ 'source/data_log_unittest_disabled.cc', ],
+ 'sources': [ 'source/data_log_unittest.cc', ],
}, {
- 'sources!': [ 'source/data_log_unittest.cc', ],
+ 'sources': [ 'source/data_log_unittest_disabled.cc', ],
}],
['OS=="android"', {
'dependencies': [
« no previous file with comments | « webrtc/system_wrappers/BUILD.gn ('k') | webrtc/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698