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

Side by Side Diff: base/base.gypi

Issue 369703003: Reduce usage of MessageLoopProxy in base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Explicit Created 6 years, 5 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'memory/discardable_memory_manager.cc', 326 'memory/discardable_memory_manager.cc',
327 'memory/discardable_memory_manager.h', 327 'memory/discardable_memory_manager.h',
328 'memory/discardable_memory_win.cc', 328 'memory/discardable_memory_win.cc',
329 'memory/linked_ptr.h', 329 'memory/linked_ptr.h',
330 'memory/manual_constructor.h', 330 'memory/manual_constructor.h',
331 'memory/memory_pressure_listener.cc', 331 'memory/memory_pressure_listener.cc',
332 'memory/memory_pressure_listener.h', 332 'memory/memory_pressure_listener.h',
333 'memory/raw_scoped_refptr_mismatch_checker.h', 333 'memory/raw_scoped_refptr_mismatch_checker.h',
334 'memory/ref_counted.cc', 334 'memory/ref_counted.cc',
335 'memory/ref_counted.h', 335 'memory/ref_counted.h',
336 'memory/ref_counted_delete_on_message_loop.h', 336 'memory/ref_counted_delete_on_task_runner.h',
337 'memory/ref_counted_memory.cc', 337 'memory/ref_counted_memory.cc',
338 'memory/ref_counted_memory.h', 338 'memory/ref_counted_memory.h',
339 'memory/scoped_open_process.h', 339 'memory/scoped_open_process.h',
340 'memory/scoped_policy.h', 340 'memory/scoped_policy.h',
341 'memory/scoped_ptr.h', 341 'memory/scoped_ptr.h',
342 'memory/scoped_vector.h', 342 'memory/scoped_vector.h',
343 'memory/shared_memory.h', 343 'memory/shared_memory.h',
344 'memory/shared_memory_android.cc', 344 'memory/shared_memory_android.cc',
345 'memory/shared_memory_nacl.cc', 345 'memory/shared_memory_nacl.cc',
346 'memory/shared_memory_posix.cc', 346 'memory/shared_memory_posix.cc',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'i18n/time_formatting.h', 990 'i18n/time_formatting.h',
991 'i18n/timezone.cc', 991 'i18n/timezone.cc',
992 'i18n/timezone.h', 992 'i18n/timezone.h',
993 'i18n/utf8_validator_tables.cc', 993 'i18n/utf8_validator_tables.cc',
994 'i18n/utf8_validator_tables.h', 994 'i18n/utf8_validator_tables.h',
995 ], 995 ],
996 }] 996 }]
997 ], 997 ],
998 }, 998 },
999 } 999 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bind_helpers.h » ('j') | base/prefs/pref_member.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698