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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/win/enum_variant.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'value_conversions.h', 360 'value_conversions.h',
361 'version.cc', 361 'version.cc',
362 'version.h', 362 'version.h',
363 'vlog.cc', 363 'vlog.cc',
364 'vlog.h', 364 'vlog.h',
365 'nix/mime_util_xdg.cc', 365 'nix/mime_util_xdg.cc',
366 'nix/mime_util_xdg.h', 366 'nix/mime_util_xdg.h',
367 'nix/xdg_util.cc', 367 'nix/xdg_util.cc',
368 'nix/xdg_util.h', 368 'nix/xdg_util.h',
369 'wayland/wayland_event.h', 369 'wayland/wayland_event.h',
370 'win/enum_variant.h',
371 'win/enum_variant.cc',
370 'win/event_trace_consumer.h', 372 'win/event_trace_consumer.h',
371 'win/event_trace_controller.cc', 373 'win/event_trace_controller.cc',
372 'win/event_trace_controller.h', 374 'win/event_trace_controller.h',
373 'win/event_trace_provider.cc', 375 'win/event_trace_provider.cc',
374 'win/event_trace_provider.h', 376 'win/event_trace_provider.h',
375 'win/i18n.cc', 377 'win/i18n.cc',
376 'win/i18n.h', 378 'win/i18n.h',
377 'win/iat_patch_function.cc', 379 'win/iat_patch_function.cc',
378 'win/iat_patch_function.h', 380 'win/iat_patch_function.h',
381 'win/iunknown_impl.h',
382 'win/iunknown_impl.cc',
379 'win/object_watcher.cc', 383 'win/object_watcher.cc',
380 'win/object_watcher.h', 384 'win/object_watcher.h',
381 'win/registry.cc', 385 'win/registry.cc',
382 'win/registry.h', 386 'win/registry.h',
383 'win/resource_util.cc', 387 'win/resource_util.cc',
384 'win/resource_util.h', 388 'win/resource_util.h',
385 'win/scoped_bstr.cc', 389 'win/scoped_bstr.cc',
386 'win/scoped_bstr.h', 390 'win/scoped_bstr.h',
387 'win/scoped_co_mem.h', 391 'win/scoped_co_mem.h',
388 'win/scoped_com_initializer.h', 392 'win/scoped_com_initializer.h',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'third_party/xdg_mime/xdgmimemagic.c', 877 'third_party/xdg_mime/xdgmimemagic.c',
874 'third_party/xdg_mime/xdgmimemagic.h', 878 'third_party/xdg_mime/xdgmimemagic.h',
875 'third_party/xdg_mime/xdgmimeparent.c', 879 'third_party/xdg_mime/xdgmimeparent.c',
876 'third_party/xdg_mime/xdgmimeparent.h', 880 'third_party/xdg_mime/xdgmimeparent.h',
877 ], 881 ],
878 }, 882 },
879 ], 883 ],
880 }], 884 }],
881 ], 885 ],
882 } 886 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/enum_variant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698