OLD | NEW |
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2008 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 Import('env') | 5 Import('env') |
6 | 6 |
7 env = env.Clone() | 7 env = env.Clone() |
8 | 8 |
9 env.SConscript([ | 9 env.SConscript([ |
10 '$BASE_DIR/gfx/using_base_gfx.scons', | 10 '$BASE_DIR/gfx/using_base_gfx.scons', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 ]), | 200 ]), |
201 MSVSFilter('common', [ | 201 MSVSFilter('common', [ |
202 '$CHROME_DIR/common/animation_unittest.cc', | 202 '$CHROME_DIR/common/animation_unittest.cc', |
203 '$CHROME_DIR/common/bzip2_unittest.cc', | 203 '$CHROME_DIR/common/bzip2_unittest.cc', |
204 '$CHROME_DIR/common/chrome_plugin_unittest.cc', | 204 '$CHROME_DIR/common/chrome_plugin_unittest.cc', |
205 '$CHROME_DIR/common/extensions/url_pattern_unittest.cc', | 205 '$CHROME_DIR/common/extensions/url_pattern_unittest.cc', |
206 '$CHROME_DIR/common/gfx/emf_unittest.cc', | 206 '$CHROME_DIR/common/gfx/emf_unittest.cc', |
207 '$CHROME_DIR/common/gfx/icon_util_unittest.cc', | 207 '$CHROME_DIR/common/gfx/icon_util_unittest.cc', |
208 '$CHROME_DIR/common/ipc_message_unittest.cc', | 208 '$CHROME_DIR/common/ipc_message_unittest.cc', |
209 '$CHROME_DIR/common/ipc_sync_channel_unittest.cc', | 209 '$CHROME_DIR/common/ipc_sync_channel_unittest.cc', |
210 '$CHROME_DIR/common/ipc_sync_channel_unittest.h', | |
211 '$CHROME_DIR/common/ipc_sync_message_unittest.cc', | 210 '$CHROME_DIR/common/ipc_sync_message_unittest.cc', |
212 '$CHROME_DIR/common/ipc_sync_message_unittest.h', | 211 '$CHROME_DIR/common/ipc_sync_message_unittest.h', |
213 '$CHROME_DIR/common/json_value_serializer_unittest.cc', | 212 '$CHROME_DIR/common/json_value_serializer_unittest.cc', |
214 '$CHROME_DIR/common/l10n_util_unittest.cc', | 213 '$CHROME_DIR/common/l10n_util_unittest.cc', |
215 '$CHROME_DIR/common/mru_cache_unittest.cc', | 214 '$CHROME_DIR/common/mru_cache_unittest.cc', |
216 '$CHROME_DIR/common/notification_service_unittest.cc', | 215 '$CHROME_DIR/common/notification_service_unittest.cc', |
217 '$CHROME_DIR/common/os_exchange_data_unittest.cc', | 216 '$CHROME_DIR/common/os_exchange_data_unittest.cc', |
218 '$CHROME_DIR/common/pref_member_unittest.cc', | 217 '$CHROME_DIR/common/pref_member_unittest.cc', |
219 '$CHROME_DIR/common/pref_service_unittest.cc', | 218 '$CHROME_DIR/common/pref_service_unittest.cc', |
220 '$CHROME_DIR/common/property_bag_unittest.cc', | 219 '$CHROME_DIR/common/property_bag_unittest.cc', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '../../third_party/hunspell/using_hunspell.vsprops', | 582 '../../third_party/hunspell/using_hunspell.vsprops', |
584 '../../../third_party/npapi/using_npapi.vsprops', | 583 '../../../third_party/npapi/using_npapi.vsprops', |
585 ]) | 584 ]) |
586 | 585 |
587 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', | 586 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', |
588 'Debug|Win32', | 587 'Debug|Win32', |
589 tools=[ | 588 tools=[ |
590 MSVSTool('VCCLCompilerTool', | 589 MSVSTool('VCCLCompilerTool', |
591 UsePrecompiledHeader='1'), | 590 UsePrecompiledHeader='1'), |
592 ]) | 591 ]) |
OLD | NEW |