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

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: Created 7 years, 4 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'bind_helpers.h', 98 'bind_helpers.h',
99 'bind_internal.h', 99 'bind_internal.h',
100 'bind_internal_win.h', 100 'bind_internal_win.h',
101 'bits.h', 101 'bits.h',
102 'build_time.cc', 102 'build_time.cc',
103 'build_time.h', 103 'build_time.h',
104 'callback.h', 104 'callback.h',
105 'callback_helpers.h', 105 'callback_helpers.h',
106 'callback_internal.cc', 106 'callback_internal.cc',
107 'callback_internal.h', 107 'callback_internal.h',
108 'callback_list.h',
108 'cancelable_callback.h', 109 'cancelable_callback.h',
109 'chromeos/chromeos_version.cc', 110 'chromeos/chromeos_version.cc',
110 'chromeos/chromeos_version.h', 111 'chromeos/chromeos_version.h',
111 'command_line.cc', 112 'command_line.cc',
112 'command_line.h', 113 'command_line.h',
113 'compiler_specific.h', 114 'compiler_specific.h',
114 'containers/hash_tables.h', 115 'containers/hash_tables.h',
115 'containers/linked_list.h', 116 'containers/linked_list.h',
116 'containers/mru_cache.h', 117 'containers/mru_cache.h',
117 'containers/small_map.h', 118 'containers/small_map.h',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
886 'sources/': [ 887 'sources/': [
887 ['exclude', '^third_party/nspr/'], 888 ['exclude', '^third_party/nspr/'],
888 ], 889 ],
889 }], 890 }],
890 ], 891 ],
891 }], 892 }],
892 ], 893 ],
893 }, 894 },
894 } 895 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/callback_list.h » ('j') | base/callback_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698