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

Side by Side Diff: base/base.gyp

Issue 6109007: Unified callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: more bits of cleanup Created 9 years, 10 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') | base/prebind.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'base.gypi', 10 'base.gypi',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'message_loop_unittest.cc', 104 'message_loop_unittest.cc',
105 'message_pump_glib_unittest.cc', 105 'message_pump_glib_unittest.cc',
106 'metrics/field_trial_unittest.cc', 106 'metrics/field_trial_unittest.cc',
107 'metrics/histogram_unittest.cc', 107 'metrics/histogram_unittest.cc',
108 'metrics/stats_table_unittest.cc', 108 'metrics/stats_table_unittest.cc',
109 'observer_list_unittest.cc', 109 'observer_list_unittest.cc',
110 'path_service_unittest.cc', 110 'path_service_unittest.cc',
111 'pickle_unittest.cc', 111 'pickle_unittest.cc',
112 'platform_file_unittest.cc', 112 'platform_file_unittest.cc',
113 'pr_time_unittest.cc', 113 'pr_time_unittest.cc',
114 'prebind_unittest.cc',
114 'process_util_unittest.cc', 115 'process_util_unittest.cc',
115 'process_util_unittest_mac.h', 116 'process_util_unittest_mac.h',
116 'process_util_unittest_mac.mm', 117 'process_util_unittest_mac.mm',
117 'rand_util_unittest.cc', 118 'rand_util_unittest.cc',
118 'ref_counted_unittest.cc', 119 'ref_counted_unittest.cc',
119 'scoped_native_library_unittest.cc', 120 'scoped_native_library_unittest.cc',
120 'scoped_ptr_unittest.cc', 121 'scoped_ptr_unittest.cc',
121 'scoped_temp_dir_unittest.cc', 122 'scoped_temp_dir_unittest.cc',
122 'sha1_unittest.cc', 123 'sha1_unittest.cc',
123 'sha2_unittest.cc', 124 'sha2_unittest.cc',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 326 ],
326 }], 327 }],
327 ], 328 ],
328 } 329 }
329 330
330 # Local Variables: 331 # Local Variables:
331 # tab-width:2 332 # tab-width:2
332 # indent-tabs-mode:nil 333 # indent-tabs-mode:nil
333 # End: 334 # End:
334 # vim: set expandtab tabstop=2 shiftwidth=2: 335 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/prebind.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698