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

Side by Side Diff: webrtc/system_wrappers/system_wrappers_tests.gyp

Issue 1421463008: Remove old system_wrappers event_tracer.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « webrtc/system_wrappers/system_wrappers.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': ['../build/common.gypi',], 10 'includes': ['../build/common.gypi',],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'system_wrappers_unittests', 13 'target_name': 'system_wrappers_unittests',
14 'type': '<(gtest_target_type)', 14 'type': '<(gtest_target_type)',
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/testing/gtest.gyp:gtest', 16 '<(DEPTH)/testing/gtest.gyp:gtest',
17 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 17 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
18 '<(webrtc_root)/test/test.gyp:test_support_main', 18 '<(webrtc_root)/test/test.gyp:test_support_main',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'source/aligned_array_unittest.cc', 21 'source/aligned_array_unittest.cc',
22 'source/aligned_malloc_unittest.cc', 22 'source/aligned_malloc_unittest.cc',
23 'source/clock_unittest.cc', 23 'source/clock_unittest.cc',
24 'source/condition_variable_unittest.cc', 24 'source/condition_variable_unittest.cc',
25 'source/critical_section_unittest.cc', 25 'source/critical_section_unittest.cc',
26 'source/event_tracer_unittest.cc',
27 'source/logging_unittest.cc', 26 'source/logging_unittest.cc',
28 'source/data_log_unittest.cc', 27 'source/data_log_unittest.cc',
29 'source/data_log_unittest_disabled.cc', 28 'source/data_log_unittest_disabled.cc',
30 'source/data_log_helpers_unittest.cc', 29 'source/data_log_helpers_unittest.cc',
31 'source/data_log_c_helpers_unittest.c', 30 'source/data_log_c_helpers_unittest.c',
32 'source/data_log_c_helpers_unittest.h', 31 'source/data_log_c_helpers_unittest.h',
33 'source/rtp_to_ntp_unittest.cc', 32 'source/rtp_to_ntp_unittest.cc',
34 'source/scoped_vector_unittest.cc', 33 'source/scoped_vector_unittest.cc',
35 'source/stringize_macros_unittest.cc', 34 'source/stringize_macros_unittest.cc',
36 'source/stl_util_unittest.cc', 35 'source/stl_util_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ], 82 ],
84 'sources': [ 83 'sources': [
85 'system_wrappers_unittests.isolate', 84 'system_wrappers_unittests.isolate',
86 ], 85 ],
87 }, 86 },
88 ], 87 ],
89 }], 88 }],
90 ], 89 ],
91 } 90 }
92 91
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/system_wrappers.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698