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

Side by Side Diff: base/base.gyp

Issue 9024015: Provide windows notification of thread termination (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Use CRT symbols to bracket array of callbacks Created 9 years 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/win/dllmain.cc » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'sources': [ 120 'sources': [
121 # Infrastructure files. 121 # Infrastructure files.
122 'test/run_all_unittests.cc', 122 'test/run_all_unittests.cc',
123 123
124 # Tests. 124 # Tests.
125 'android/jni_android_unittest.cc', 125 'android/jni_android_unittest.cc',
126 'android/scoped_java_ref_unittest.cc', 126 'android/scoped_java_ref_unittest.cc',
127 'at_exit_unittest.cc', 127 'at_exit_unittest.cc',
128 'atomicops_unittest.cc', 128 'atomicops_unittest.cc',
129 'base64_unittest.cc', 129 'base64_unittest.cc',
130 'win/dllmain.cc',
Sigurður Ásgeirsson 2011/12/22 20:04:51 nit: this file is out of order here. Is it your in
jar (doing other things) 2011/12/22 22:04:42 It was in the wrong place.... and I don't know how
130 'bind_unittest.cc', 131 'bind_unittest.cc',
131 'bind_unittest.nc', 132 'bind_unittest.nc',
132 'bits_unittest.cc', 133 'bits_unittest.cc',
133 'build_time_unittest.cc', 134 'build_time_unittest.cc',
134 'callback_unittest.cc', 135 'callback_unittest.cc',
135 'callback_unittest.nc', 136 'callback_unittest.nc',
136 'cancelable_callback_unittest.cc', 137 'cancelable_callback_unittest.cc',
137 'command_line_unittest.cc', 138 'command_line_unittest.cc',
138 'cpu_unittest.cc', 139 'cpu_unittest.cc',
139 'debug/leak_tracker_unittest.cc', 140 'debug/leak_tracker_unittest.cc',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'msvs_settings': { 469 'msvs_settings': {
469 'VCLinkerTool': { 470 'VCLinkerTool': {
470 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 471 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
471 }, 472 },
472 }, 473 },
473 }, 474 },
474 ], 475 ],
475 }], 476 }],
476 ], 477 ],
477 } 478 }
OLDNEW
« no previous file with comments | « no previous file | base/win/dllmain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698