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

Side by Side Diff: base/base.gyp

Issue 7210053: Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 9 years, 4 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.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'md5_unittest.cc', 144 'md5_unittest.cc',
145 'memory/linked_ptr_unittest.cc', 145 'memory/linked_ptr_unittest.cc',
146 'memory/mru_cache_unittest.cc', 146 'memory/mru_cache_unittest.cc',
147 'memory/ref_counted_memory_unittest.cc', 147 'memory/ref_counted_memory_unittest.cc',
148 'memory/ref_counted_unittest.cc', 148 'memory/ref_counted_unittest.cc',
149 'memory/scoped_ptr_unittest.cc', 149 'memory/scoped_ptr_unittest.cc',
150 'memory/scoped_vector_unittest.cc', 150 'memory/scoped_vector_unittest.cc',
151 'memory/singleton_unittest.cc', 151 'memory/singleton_unittest.cc',
152 'memory/weak_ptr_unittest.cc', 152 'memory/weak_ptr_unittest.cc',
153 'message_loop_proxy_impl_unittest.cc', 153 'message_loop_proxy_impl_unittest.cc',
154 'message_loop_proxy_unittest.cc',
154 'message_loop_unittest.cc', 155 'message_loop_unittest.cc',
155 'message_pump_glib_unittest.cc', 156 'message_pump_glib_unittest.cc',
156 'message_pump_libevent_unittest.cc', 157 'message_pump_libevent_unittest.cc',
157 'metrics/field_trial_unittest.cc', 158 'metrics/field_trial_unittest.cc',
158 'metrics/histogram_unittest.cc', 159 'metrics/histogram_unittest.cc',
159 'metrics/stats_table_unittest.cc', 160 'metrics/stats_table_unittest.cc',
160 'observer_list_unittest.cc', 161 'observer_list_unittest.cc',
161 'path_service_unittest.cc', 162 'path_service_unittest.cc',
162 'pickle_unittest.cc', 163 'pickle_unittest.cc',
163 'platform_file_unittest.cc', 164 'platform_file_unittest.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'msvs_settings': { 393 'msvs_settings': {
393 'VCLinkerTool': { 394 'VCLinkerTool': {
394 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 395 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
395 }, 396 },
396 }, 397 },
397 }, 398 },
398 ], 399 ],
399 }], 400 }],
400 ], 401 ],
401 } 402 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698