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

Side by Side Diff: base/base.gypi

Issue 17567007: Made MessagePump a non-thread safe class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'memory/scoped_vector.h', 293 'memory/scoped_vector.h',
294 'memory/shared_memory.h', 294 'memory/shared_memory.h',
295 'memory/shared_memory_android.cc', 295 'memory/shared_memory_android.cc',
296 'memory/shared_memory_nacl.cc', 296 'memory/shared_memory_nacl.cc',
297 'memory/shared_memory_posix.cc', 297 'memory/shared_memory_posix.cc',
298 'memory/shared_memory_win.cc', 298 'memory/shared_memory_win.cc',
299 'memory/singleton.cc', 299 'memory/singleton.cc',
300 'memory/singleton.h', 300 'memory/singleton.h',
301 'memory/weak_ptr.cc', 301 'memory/weak_ptr.cc',
302 'memory/weak_ptr.h', 302 'memory/weak_ptr.h',
303 'message_loop/incoming_task_queue.cc',
304 'message_loop/incoming_task_queue.h',
303 'message_loop/message_loop.cc', 305 'message_loop/message_loop.cc',
304 'message_loop/message_loop.h', 306 'message_loop/message_loop.h',
305 'message_loop/message_loop_proxy.cc', 307 'message_loop/message_loop_proxy.cc',
306 'message_loop/message_loop_proxy.h', 308 'message_loop/message_loop_proxy.h',
307 'message_loop/message_loop_proxy_impl.cc', 309 'message_loop/message_loop_proxy_impl.cc',
308 'message_loop/message_loop_proxy_impl.h', 310 'message_loop/message_loop_proxy_impl.h',
309 'message_loop/message_pump.cc', 311 'message_loop/message_pump.cc',
310 'message_loop/message_pump.h', 312 'message_loop/message_pump.h',
311 'message_loop/message_pump_android.cc', 313 'message_loop/message_pump_android.cc',
312 'message_loop/message_pump_android.h', 314 'message_loop/message_pump_android.h',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 873 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
872 'sources/': [ 874 'sources/': [
873 ['exclude', '^third_party/nspr/'], 875 ['exclude', '^third_party/nspr/'],
874 ], 876 ],
875 }], 877 }],
876 ], 878 ],
877 }], 879 }],
878 ], 880 ],
879 }, 881 },
880 } 882 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop/incoming_task_queue.h » ('j') | base/message_loop/incoming_task_queue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698