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

Side by Side Diff: base/base.gyp

Issue 15682017: Move message_loop to the message_loop directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'memory/scoped_nsobject_unittest.mm', 518 'memory/scoped_nsobject_unittest.mm',
519 'memory/scoped_ptr_unittest.cc', 519 'memory/scoped_ptr_unittest.cc',
520 'memory/scoped_ptr_unittest.nc', 520 'memory/scoped_ptr_unittest.nc',
521 'memory/scoped_vector_unittest.cc', 521 'memory/scoped_vector_unittest.cc',
522 'memory/shared_memory_unittest.cc', 522 'memory/shared_memory_unittest.cc',
523 'memory/singleton_unittest.cc', 523 'memory/singleton_unittest.cc',
524 'memory/weak_ptr_unittest.cc', 524 'memory/weak_ptr_unittest.cc',
525 'memory/weak_ptr_unittest.nc', 525 'memory/weak_ptr_unittest.nc',
526 'message_loop/message_loop_proxy_impl_unittest.cc', 526 'message_loop/message_loop_proxy_impl_unittest.cc',
527 'message_loop/message_loop_proxy_unittest.cc', 527 'message_loop/message_loop_proxy_unittest.cc',
528 'message_loop_unittest.cc', 528 'message_loop/message_loop_unittest.cc',
529 'message_pump_glib_unittest.cc', 529 'message_pump_glib_unittest.cc',
530 'message_pump_io_ios_unittest.cc', 530 'message_pump_io_ios_unittest.cc',
531 'message_pump_libevent_unittest.cc', 531 'message_pump_libevent_unittest.cc',
532 'metrics/sample_map_unittest.cc', 532 'metrics/sample_map_unittest.cc',
533 'metrics/sample_vector_unittest.cc', 533 'metrics/sample_vector_unittest.cc',
534 'metrics/bucket_ranges_unittest.cc', 534 'metrics/bucket_ranges_unittest.cc',
535 'metrics/field_trial_unittest.cc', 535 'metrics/field_trial_unittest.cc',
536 'metrics/histogram_base_unittest.cc', 536 'metrics/histogram_base_unittest.cc',
537 'metrics/histogram_unittest.cc', 537 'metrics/histogram_unittest.cc',
538 'metrics/sparse_histogram_unittest.cc', 538 'metrics/sparse_histogram_unittest.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 'base_unittests.isolate', 1288 'base_unittests.isolate',
1289 ], 1289 ],
1290 'sources': [ 1290 'sources': [
1291 'base_unittests.isolate', 1291 'base_unittests.isolate',
1292 ], 1292 ],
1293 }, 1293 },
1294 ], 1294 ],
1295 }], 1295 }],
1296 ], 1296 ],
1297 } 1297 }
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