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

Side by Side Diff: base/base.gypi

Issue 1800008: Created a MessageLoopProxy interface. This provides a thread-safe refcounted ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/message_loop_proxy.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'logging.h', 110 'logging.h',
111 'logging_win.cc', 111 'logging_win.cc',
112 'mac_util.h', 112 'mac_util.h',
113 'mac_util.mm', 113 'mac_util.mm',
114 'mach_ipc_mac.h', 114 'mach_ipc_mac.h',
115 'mach_ipc_mac.mm', 115 'mach_ipc_mac.mm',
116 'memory_debug.cc', 116 'memory_debug.cc',
117 'memory_debug.h', 117 'memory_debug.h',
118 'message_loop.cc', 118 'message_loop.cc',
119 'message_loop.h', 119 'message_loop.h',
120 'message_loop_proxy.h',
120 'message_pump.h', 121 'message_pump.h',
121 'message_pump_default.cc', 122 'message_pump_default.cc',
122 'message_pump_default.h', 123 'message_pump_default.h',
123 'message_pump_win.cc', 124 'message_pump_win.cc',
124 'message_pump_win.h', 125 'message_pump_win.h',
125 'mime_util.h', 126 'mime_util.h',
126 'mime_util_xdg.cc', 127 'mime_util_xdg.cc',
127 'move.h', 128 'move.h',
128 'native_library.h', 129 'native_library.h',
129 'native_library_linux.cc', 130 'native_library_linux.cc',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'third_party/xdg_mime/xdgmimemagic.c', 652 'third_party/xdg_mime/xdgmimemagic.c',
652 'third_party/xdg_mime/xdgmimemagic.h', 653 'third_party/xdg_mime/xdgmimemagic.h',
653 'third_party/xdg_mime/xdgmimeparent.c', 654 'third_party/xdg_mime/xdgmimeparent.c',
654 'third_party/xdg_mime/xdgmimeparent.h', 655 'third_party/xdg_mime/xdgmimeparent.h',
655 ], 656 ],
656 }, 657 },
657 ], 658 ],
658 }], 659 }],
659 ], 660 ],
660 } 661 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698