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

Side by Side Diff: base/base.gyp

Issue 7780016: Make Callback.Equals() only work when comparing against the same type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing file. Created 9 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
« no previous file with comments | « no previous file | base/bind_unittest.nc » ('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) 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 112
113 # Tests. 113 # Tests.
114 'android/scoped_java_ref_unittest.cc', 114 'android/scoped_java_ref_unittest.cc',
115 'at_exit_unittest.cc', 115 'at_exit_unittest.cc',
116 'atomicops_unittest.cc', 116 'atomicops_unittest.cc',
117 'base64_unittest.cc', 117 'base64_unittest.cc',
118 'bind_unittest.cc', 118 'bind_unittest.cc',
119 'bind_unittest.nc', 119 'bind_unittest.nc',
120 'bits_unittest.cc', 120 'bits_unittest.cc',
121 'callback_unittest.cc', 121 'callback_unittest.cc',
122 'callback_unittest.nc',
122 'command_line_unittest.cc', 123 'command_line_unittest.cc',
123 'cpu_unittest.cc', 124 'cpu_unittest.cc',
124 'debug/leak_tracker_unittest.cc', 125 'debug/leak_tracker_unittest.cc',
125 'debug/stack_trace_unittest.cc', 126 'debug/stack_trace_unittest.cc',
126 'debug/trace_event_unittest.cc', 127 'debug/trace_event_unittest.cc',
127 'debug/trace_event_win_unittest.cc', 128 'debug/trace_event_win_unittest.cc',
128 'dir_reader_posix_unittest.cc', 129 'dir_reader_posix_unittest.cc',
129 'environment_unittest.cc', 130 'environment_unittest.cc',
130 'file_descriptor_shuffle_unittest.cc', 131 'file_descriptor_shuffle_unittest.cc',
131 'file_path_unittest.cc', 132 'file_path_unittest.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'msvs_settings': { 409 'msvs_settings': {
409 'VCLinkerTool': { 410 'VCLinkerTool': {
410 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 411 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
411 }, 412 },
412 }, 413 },
413 }, 414 },
414 ], 415 ],
415 }], 416 }],
416 ], 417 ],
417 } 418 }
OLDNEW
« no previous file with comments | « no previous file | base/bind_unittest.nc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698