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

Side by Side Diff: webrtc/base/base_tests.gyp

Issue 1935483002: Revert of New task queueing primitive for async tasks: TaskQueue. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/base/task_queue.h » ('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) 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 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'signalthread_unittest.cc', 101 'signalthread_unittest.cc',
102 'sigslot_unittest.cc', 102 'sigslot_unittest.cc',
103 'sigslottester.h', 103 'sigslottester.h',
104 'sigslottester.h.pump', 104 'sigslottester.h.pump',
105 'stream_unittest.cc', 105 'stream_unittest.cc',
106 'stringencode_unittest.cc', 106 'stringencode_unittest.cc',
107 'stringutils_unittest.cc', 107 'stringutils_unittest.cc',
108 'swap_queue_unittest.cc', 108 'swap_queue_unittest.cc',
109 # TODO(ronghuawu): Reenable this test. 109 # TODO(ronghuawu): Reenable this test.
110 # 'systeminfo_unittest.cc', 110 # 'systeminfo_unittest.cc',
111 'task_queue_unittest.cc',
112 'task_unittest.cc', 111 'task_unittest.cc',
113 'testclient_unittest.cc', 112 'testclient_unittest.cc',
114 'thread_checker_unittest.cc', 113 'thread_checker_unittest.cc',
115 'thread_unittest.cc', 114 'thread_unittest.cc',
116 'timeutils_unittest.cc', 115 'timeutils_unittest.cc',
117 'urlencode_unittest.cc', 116 'urlencode_unittest.cc',
118 'versionparsing_unittest.cc', 117 'versionparsing_unittest.cc',
119 # TODO(ronghuawu): Reenable this test. 118 # TODO(ronghuawu): Reenable this test.
120 # 'windowpicker_unittest.cc', 119 # 'windowpicker_unittest.cc',
121 ], 120 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 168 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
170 'defines': [ 169 'defines': [
171 'CARBON_DEPRECATED=YES', 170 'CARBON_DEPRECATED=YES',
172 ], 171 ],
173 }], 172 }],
174 ], # conditions 173 ], # conditions
175 }, 174 },
176 }, 175 },
177 ], 176 ],
178 } 177 }
OLDNEW
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/base/task_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698