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

Side by Side Diff: webrtc/test/test.gyp

Issue 1547343002: Remove DISABLED_ON_ macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: MAYBE_ yo 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 unified diff | Download patch
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/testsupport/fileutils_unittest.cc » ('j') | 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 '<(webrtc_root)/common.gyp:gtest_prod', 133 '<(webrtc_root)/common.gyp:gtest_prod',
134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
135 ], 135 ],
136 'sources': [ 136 'sources': [
137 'testsupport/fileutils.cc', 137 'testsupport/fileutils.cc',
138 'testsupport/fileutils.h', 138 'testsupport/fileutils.h',
139 'testsupport/frame_reader.cc', 139 'testsupport/frame_reader.cc',
140 'testsupport/frame_reader.h', 140 'testsupport/frame_reader.h',
141 'testsupport/frame_writer.cc', 141 'testsupport/frame_writer.cc',
142 'testsupport/frame_writer.h', 142 'testsupport/frame_writer.h',
143 'testsupport/gtest_disable.h',
144 'testsupport/iosfileutils.mm', 143 'testsupport/iosfileutils.mm',
145 'testsupport/mock/mock_frame_reader.h', 144 'testsupport/mock/mock_frame_reader.h',
146 'testsupport/mock/mock_frame_writer.h', 145 'testsupport/mock/mock_frame_writer.h',
147 'testsupport/packet_reader.cc', 146 'testsupport/packet_reader.cc',
148 'testsupport/packet_reader.h', 147 'testsupport/packet_reader.h',
149 'testsupport/perf_test.cc', 148 'testsupport/perf_test.cc',
150 'testsupport/perf_test.h', 149 'testsupport/perf_test.h',
151 'testsupport/trace_to_stderr.cc', 150 'testsupport/trace_to_stderr.cc',
152 'testsupport/trace_to_stderr.h', 151 'testsupport/trace_to_stderr.h',
153 ], 152 ],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../build/isolate.gypi', 257 '../build/isolate.gypi',
259 ], 258 ],
260 'sources': [ 259 'sources': [
261 'test_support_unittests.isolate', 260 'test_support_unittests.isolate',
262 ], 261 ],
263 }, 262 },
264 ], 263 ],
265 }], 264 }],
266 ], 265 ],
267 } 266 }
OLDNEW
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/testsupport/fileutils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698