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

Side by Side Diff: base/base.gyp

Issue 10278009: Merge MessageLoopProxy and MessageLoopProxyImpl Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/base.gypi » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'memory/linked_ptr_unittest.cc', 187 'memory/linked_ptr_unittest.cc',
188 'memory/mru_cache_unittest.cc', 188 'memory/mru_cache_unittest.cc',
189 'memory/ref_counted_memory_unittest.cc', 189 'memory/ref_counted_memory_unittest.cc',
190 'memory/ref_counted_unittest.cc', 190 'memory/ref_counted_unittest.cc',
191 'memory/scoped_nsobject_unittest.mm', 191 'memory/scoped_nsobject_unittest.mm',
192 'memory/scoped_ptr_unittest.cc', 192 'memory/scoped_ptr_unittest.cc',
193 'memory/scoped_ptr_unittest.nc', 193 'memory/scoped_ptr_unittest.nc',
194 'memory/scoped_vector_unittest.cc', 194 'memory/scoped_vector_unittest.cc',
195 'memory/singleton_unittest.cc', 195 'memory/singleton_unittest.cc',
196 'memory/weak_ptr_unittest.cc', 196 'memory/weak_ptr_unittest.cc',
197 'message_loop_proxy_impl_unittest.cc',
198 'message_loop_proxy_unittest.cc', 197 'message_loop_proxy_unittest.cc',
199 'message_loop_unittest.cc', 198 'message_loop_unittest.cc',
200 'message_pump_glib_unittest.cc', 199 'message_pump_glib_unittest.cc',
201 'message_pump_libevent_unittest.cc', 200 'message_pump_libevent_unittest.cc',
202 'metrics/field_trial_unittest.cc', 201 'metrics/field_trial_unittest.cc',
203 'metrics/histogram_unittest.cc', 202 'metrics/histogram_unittest.cc',
204 'metrics/stats_table_unittest.cc', 203 'metrics/stats_table_unittest.cc',
205 'observer_list_unittest.cc', 204 'observer_list_unittest.cc',
206 'path_service_unittest.cc', 205 'path_service_unittest.cc',
207 'pickle_unittest.cc', 206 'pickle_unittest.cc',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 '--ant-args', 682 '--ant-args',
684 '-DPRODUCT_DIR=<(PRODUCT_DIR)', 683 '-DPRODUCT_DIR=<(PRODUCT_DIR)',
685 '--ant-compile' 684 '--ant-compile'
686 ], 685 ],
687 }, 686 },
688 ] 687 ]
689 }], 688 }],
690 }], 689 }],
691 ], 690 ],
692 } 691 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698