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

Side by Side Diff: base/base.gypi

Issue 22877038: Add a CallbackRegistry class to base/ to manage callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Much clean up and removal of unneeded bits Created 7 years, 3 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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'bind_internal.h', 101 'bind_internal.h',
102 'bind_internal_win.h', 102 'bind_internal_win.h',
103 'bits.h', 103 'bits.h',
104 'build_time.cc', 104 'build_time.cc',
105 'build_time.h', 105 'build_time.h',
106 'callback.h', 106 'callback.h',
107 'callback_helpers.cc', 107 'callback_helpers.cc',
108 'callback_helpers.h', 108 'callback_helpers.h',
109 'callback_internal.cc', 109 'callback_internal.cc',
110 'callback_internal.h', 110 'callback_internal.h',
111 'callback_list.h',
112 'callback_list_internal.cc',
113 'callback_list_internal.h',
111 'cancelable_callback.h', 114 'cancelable_callback.h',
112 'chromeos/chromeos_version.cc', 115 'chromeos/chromeos_version.cc',
113 'chromeos/chromeos_version.h', 116 'chromeos/chromeos_version.h',
114 'command_line.cc', 117 'command_line.cc',
115 'command_line.h', 118 'command_line.h',
116 'compiler_specific.h', 119 'compiler_specific.h',
117 'containers/hash_tables.h', 120 'containers/hash_tables.h',
118 'containers/linked_list.h', 121 'containers/linked_list.h',
119 'containers/mru_cache.h', 122 'containers/mru_cache.h',
120 'containers/scoped_ptr_hash_map.h', 123 'containers/scoped_ptr_hash_map.h',
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 900 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
898 'sources/': [ 901 'sources/': [
899 ['exclude', '^third_party/nspr/'], 902 ['exclude', '^third_party/nspr/'],
900 ], 903 ],
901 }], 904 }],
902 ], 905 ],
903 }], 906 }],
904 ], 907 ],
905 }, 908 },
906 } 909 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/callback_internal.h » ('j') | base/callback_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698