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

Side by Side Diff: base/base.gypi

Issue 1837003: Created a stock implementation of the MessageLoopProxy interface than can be ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Rearranged header files 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 | « base/base.gyp ('k') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_loop_proxy.h',
121 'message_loop_proxy_impl.cc',
122 'message_loop_proxy_impl.h',
121 'message_pump.h', 123 'message_pump.h',
122 'message_pump_default.cc', 124 'message_pump_default.cc',
123 'message_pump_default.h', 125 'message_pump_default.h',
124 'message_pump_win.cc', 126 'message_pump_win.cc',
125 'message_pump_win.h', 127 'message_pump_win.h',
126 'mime_util.h', 128 'mime_util.h',
127 'mime_util_xdg.cc', 129 'mime_util_xdg.cc',
128 'move.h', 130 'move.h',
129 'native_library.h', 131 'native_library.h',
130 'native_library_linux.cc', 132 'native_library_linux.cc',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'third_party/xdg_mime/xdgmimemagic.c', 655 'third_party/xdg_mime/xdgmimemagic.c',
654 'third_party/xdg_mime/xdgmimemagic.h', 656 'third_party/xdg_mime/xdgmimemagic.h',
655 'third_party/xdg_mime/xdgmimeparent.c', 657 'third_party/xdg_mime/xdgmimeparent.c',
656 'third_party/xdg_mime/xdgmimeparent.h', 658 'third_party/xdg_mime/xdgmimeparent.h',
657 ], 659 ],
658 }, 660 },
659 ], 661 ],
660 }], 662 }],
661 ], 663 ],
662 } 664 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698