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

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

Issue 1469013002: Move ThreadWrapper to ProcessThread in base. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: removed comment Created 5 years 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
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',],
(...skipping 15 matching lines...) Expand all
26 'source/logging_unittest.cc', 26 'source/logging_unittest.cc',
27 'source/data_log_unittest.cc', 27 'source/data_log_unittest.cc',
28 'source/data_log_unittest_disabled.cc', 28 'source/data_log_unittest_disabled.cc',
29 'source/data_log_helpers_unittest.cc', 29 'source/data_log_helpers_unittest.cc',
30 'source/data_log_c_helpers_unittest.c', 30 'source/data_log_c_helpers_unittest.c',
31 'source/data_log_c_helpers_unittest.h', 31 'source/data_log_c_helpers_unittest.h',
32 'source/rtp_to_ntp_unittest.cc', 32 'source/rtp_to_ntp_unittest.cc',
33 'source/scoped_vector_unittest.cc', 33 'source/scoped_vector_unittest.cc',
34 'source/stringize_macros_unittest.cc', 34 'source/stringize_macros_unittest.cc',
35 'source/stl_util_unittest.cc', 35 'source/stl_util_unittest.cc',
36 'source/thread_unittest.cc',
37 'source/thread_posix_unittest.cc',
38 ], 36 ],
39 'conditions': [ 37 'conditions': [
40 ['enable_data_logging==1', { 38 ['enable_data_logging==1', {
41 'sources!': [ 'source/data_log_unittest_disabled.cc', ], 39 'sources!': [ 'source/data_log_unittest_disabled.cc', ],
42 }, { 40 }, {
43 'sources!': [ 'source/data_log_unittest.cc', ], 41 'sources!': [ 'source/data_log_unittest.cc', ],
44 }], 42 }],
45 ['os_posix==0', {
46 'sources!': [ 'source/thread_posix_unittest.cc', ],
47 }],
48 ['OS=="android"', { 43 ['OS=="android"', {
49 'dependencies': [ 44 'dependencies': [
50 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 45 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
51 ], 46 ],
52 }], 47 }],
53 ], 48 ],
54 # Disable warnings to enable Win64 build, issue 1323. 49 # Disable warnings to enable Win64 build, issue 1323.
55 'msvs_disabled_warnings': [ 50 'msvs_disabled_warnings': [
56 4267, # size_t to int truncation. 51 4267, # size_t to int truncation.
57 ], 52 ],
(...skipping 24 matching lines...) Expand all
82 ], 77 ],
83 'sources': [ 78 'sources': [
84 'system_wrappers_unittests.isolate', 79 'system_wrappers_unittests.isolate',
85 ], 80 ],
86 }, 81 },
87 ], 82 ],
88 }], 83 }],
89 ], 84 ],
90 } 85 }
91 86
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/system_wrappers.gyp ('k') | webrtc/test/channel_transport/udp_socket2_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698