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

Side by Side Diff: base/base.gyp

Issue 13333003: Create a new base/message_loop directory and move the message_loop_proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'memory/linked_ptr_unittest.cc', 505 'memory/linked_ptr_unittest.cc',
506 'memory/ref_counted_memory_unittest.cc', 506 'memory/ref_counted_memory_unittest.cc',
507 'memory/ref_counted_unittest.cc', 507 'memory/ref_counted_unittest.cc',
508 'memory/scoped_nsobject_unittest.mm', 508 'memory/scoped_nsobject_unittest.mm',
509 'memory/scoped_ptr_unittest.cc', 509 'memory/scoped_ptr_unittest.cc',
510 'memory/scoped_ptr_unittest.nc', 510 'memory/scoped_ptr_unittest.nc',
511 'memory/scoped_vector_unittest.cc', 511 'memory/scoped_vector_unittest.cc',
512 'memory/singleton_unittest.cc', 512 'memory/singleton_unittest.cc',
513 'memory/weak_ptr_unittest.cc', 513 'memory/weak_ptr_unittest.cc',
514 'memory/weak_ptr_unittest.nc', 514 'memory/weak_ptr_unittest.nc',
515 'message_loop_proxy_impl_unittest.cc', 515 'message_loop/message_loop_proxy_impl_unittest.cc',
516 'message_loop_proxy_unittest.cc', 516 'message_loop/message_loop_proxy_unittest.cc',
517 'message_loop_unittest.cc', 517 'message_loop_unittest.cc',
518 'message_pump_glib_unittest.cc', 518 'message_pump_glib_unittest.cc',
519 'message_pump_io_ios_unittest.cc', 519 'message_pump_io_ios_unittest.cc',
520 'message_pump_libevent_unittest.cc', 520 'message_pump_libevent_unittest.cc',
521 'metrics/sample_map_unittest.cc', 521 'metrics/sample_map_unittest.cc',
522 'metrics/sample_vector_unittest.cc', 522 'metrics/sample_vector_unittest.cc',
523 'metrics/bucket_ranges_unittest.cc', 523 'metrics/bucket_ranges_unittest.cc',
524 'metrics/field_trial_unittest.cc', 524 'metrics/field_trial_unittest.cc',
525 'metrics/histogram_base_unittest.cc', 525 'metrics/histogram_base_unittest.cc',
526 'metrics/histogram_unittest.cc', 526 'metrics/histogram_unittest.cc',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 'base_unittests.isolate', 1220 'base_unittests.isolate',
1221 ], 1221 ],
1222 'sources': [ 1222 'sources': [
1223 'base_unittests.isolate', 1223 'base_unittests.isolate',
1224 ], 1224 ],
1225 }, 1225 },
1226 ], 1226 ],
1227 }], 1227 }],
1228 ], 1228 ],
1229 } 1229 }
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