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

Side by Side Diff: base/base.gyp

Issue 8588036: Improve support for multiselect list box accessibility on Windows. (Closed) Base URL: svn://chrome-svn/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/base.gypi » ('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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'time_win_unittest.cc', 229 'time_win_unittest.cc',
230 'timer_unittest.cc', 230 'timer_unittest.cc',
231 'tools_sanity_unittest.cc', 231 'tools_sanity_unittest.cc',
232 'tracked_objects_unittest.cc', 232 'tracked_objects_unittest.cc',
233 'tuple_unittest.cc', 233 'tuple_unittest.cc',
234 'utf_offset_string_conversions_unittest.cc', 234 'utf_offset_string_conversions_unittest.cc',
235 'utf_string_conversions_unittest.cc', 235 'utf_string_conversions_unittest.cc',
236 'values_unittest.cc', 236 'values_unittest.cc',
237 'version_unittest.cc', 237 'version_unittest.cc',
238 'vlog_unittest.cc', 238 'vlog_unittest.cc',
239 'win/enum_variant_unittest.cc',
239 'win/event_trace_consumer_unittest.cc', 240 'win/event_trace_consumer_unittest.cc',
240 'win/event_trace_controller_unittest.cc', 241 'win/event_trace_controller_unittest.cc',
241 'win/event_trace_provider_unittest.cc', 242 'win/event_trace_provider_unittest.cc',
242 'win/i18n_unittest.cc', 243 'win/i18n_unittest.cc',
244 'win/iunknown_impl_unittest.cc',
243 'win/object_watcher_unittest.cc', 245 'win/object_watcher_unittest.cc',
244 'win/pe_image_unittest.cc', 246 'win/pe_image_unittest.cc',
245 'win/registry_unittest.cc', 247 'win/registry_unittest.cc',
246 'win/scoped_bstr_unittest.cc', 248 'win/scoped_bstr_unittest.cc',
247 'win/scoped_comptr_unittest.cc', 249 'win/scoped_comptr_unittest.cc',
248 'win/scoped_variant_unittest.cc', 250 'win/scoped_variant_unittest.cc',
249 'win/win_util_unittest.cc', 251 'win/win_util_unittest.cc',
250 'win/wrapped_window_proc_unittest.cc', 252 'win/wrapped_window_proc_unittest.cc',
251 ], 253 ],
252 'dependencies': [ 254 'dependencies': [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'msvs_settings': { 459 'msvs_settings': {
458 'VCLinkerTool': { 460 'VCLinkerTool': {
459 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 461 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
460 }, 462 },
461 }, 463 },
462 }, 464 },
463 ], 465 ],
464 }], 466 }],
465 ], 467 ],
466 } 468 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698