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

Side by Side Diff: base/base.gyp

Issue 8934006: Revert 113748 - Provide windows notifictaion of thread termination (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'sources': [ 114 'sources': [
115 # Infrastructure files. 115 # Infrastructure files.
116 'test/run_all_unittests.cc', 116 'test/run_all_unittests.cc',
117 117
118 # Tests. 118 # Tests.
119 'android/jni_android_unittest.cc', 119 'android/jni_android_unittest.cc',
120 'android/scoped_java_ref_unittest.cc', 120 'android/scoped_java_ref_unittest.cc',
121 'at_exit_unittest.cc', 121 'at_exit_unittest.cc',
122 'atomicops_unittest.cc', 122 'atomicops_unittest.cc',
123 'base64_unittest.cc', 123 'base64_unittest.cc',
124 'win/dllmain.cc',
125 'bind_unittest.cc', 124 'bind_unittest.cc',
126 'bind_unittest.nc', 125 'bind_unittest.nc',
127 'bits_unittest.cc', 126 'bits_unittest.cc',
128 'build_time_unittest.cc', 127 'build_time_unittest.cc',
129 'callback_unittest.cc', 128 'callback_unittest.cc',
130 'callback_unittest.nc', 129 'callback_unittest.nc',
131 'cancelable_callback_unittest.cc', 130 'cancelable_callback_unittest.cc',
132 'command_line_unittest.cc', 131 'command_line_unittest.cc',
133 'cpu_unittest.cc', 132 'cpu_unittest.cc',
134 'debug/leak_tracker_unittest.cc', 133 'debug/leak_tracker_unittest.cc',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'msvs_settings': { 462 'msvs_settings': {
464 'VCLinkerTool': { 463 'VCLinkerTool': {
465 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 464 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
466 }, 465 },
467 }, 466 },
468 }, 467 },
469 ], 468 ],
470 }], 469 }],
471 ], 470 ],
472 } 471 }
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