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

Side by Side Diff: base/base.gyp

Issue 1180153002: base: Remove MessageLoopProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 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
« no previous file with comments | « base/BUILD.gn ('k') | 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'memory/memory_pressure_monitor_win_unittest.cc', 531 'memory/memory_pressure_monitor_win_unittest.cc',
532 'memory/ref_counted_memory_unittest.cc', 532 'memory/ref_counted_memory_unittest.cc',
533 'memory/ref_counted_unittest.cc', 533 'memory/ref_counted_unittest.cc',
534 'memory/scoped_ptr_unittest.cc', 534 'memory/scoped_ptr_unittest.cc',
535 'memory/scoped_ptr_unittest.nc', 535 'memory/scoped_ptr_unittest.nc',
536 'memory/scoped_vector_unittest.cc', 536 'memory/scoped_vector_unittest.cc',
537 'memory/shared_memory_unittest.cc', 537 'memory/shared_memory_unittest.cc',
538 'memory/singleton_unittest.cc', 538 'memory/singleton_unittest.cc',
539 'memory/weak_ptr_unittest.cc', 539 'memory/weak_ptr_unittest.cc',
540 'memory/weak_ptr_unittest.nc', 540 'memory/weak_ptr_unittest.nc',
541 'message_loop/message_loop_proxy_impl_unittest.cc', 541 'message_loop/message_loop_task_runner_unittest.cc',
542 'message_loop/message_loop_proxy_unittest.cc',
543 'message_loop/message_loop_unittest.cc', 542 'message_loop/message_loop_unittest.cc',
544 'message_loop/message_pump_glib_unittest.cc', 543 'message_loop/message_pump_glib_unittest.cc',
545 'message_loop/message_pump_io_ios_unittest.cc', 544 'message_loop/message_pump_io_ios_unittest.cc',
546 'message_loop/message_pump_libevent_unittest.cc', 545 'message_loop/message_pump_libevent_unittest.cc',
547 'metrics/bucket_ranges_unittest.cc', 546 'metrics/bucket_ranges_unittest.cc',
548 'metrics/field_trial_unittest.cc', 547 'metrics/field_trial_unittest.cc',
549 'metrics/histogram_base_unittest.cc', 548 'metrics/histogram_base_unittest.cc',
550 'metrics/histogram_delta_serialization_unittest.cc', 549 'metrics/histogram_delta_serialization_unittest.cc',
551 'metrics/histogram_macros_unittest.cc', 550 'metrics/histogram_macros_unittest.cc',
552 'metrics/histogram_snapshot_manager_unittest.cc', 551 'metrics/histogram_snapshot_manager_unittest.cc',
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 '../build/isolate.gypi', 1636 '../build/isolate.gypi',
1638 ], 1637 ],
1639 'sources': [ 1638 'sources': [
1640 'base_unittests.isolate', 1639 'base_unittests.isolate',
1641 ], 1640 ],
1642 }, 1641 },
1643 ], 1642 ],
1644 }], 1643 }],
1645 ], 1644 ],
1646 } 1645 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698