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

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, 1 month 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/enum_variant.h » ('j') | base/win/enum_variant.h » ('J')
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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'value_conversions.h', 356 'value_conversions.h',
357 'version.cc', 357 'version.cc',
358 'version.h', 358 'version.h',
359 'vlog.cc', 359 'vlog.cc',
360 'vlog.h', 360 'vlog.h',
361 'nix/mime_util_xdg.cc', 361 'nix/mime_util_xdg.cc',
362 'nix/mime_util_xdg.h', 362 'nix/mime_util_xdg.h',
363 'nix/xdg_util.cc', 363 'nix/xdg_util.cc',
364 'nix/xdg_util.h', 364 'nix/xdg_util.h',
365 'wayland/wayland_event.h', 365 'wayland/wayland_event.h',
366 'win/enum_variant.h',
367 'win/enum_variant.cc',
366 'win/event_trace_consumer.h', 368 'win/event_trace_consumer.h',
367 'win/event_trace_controller.cc', 369 'win/event_trace_controller.cc',
368 'win/event_trace_controller.h', 370 'win/event_trace_controller.h',
369 'win/event_trace_provider.cc', 371 'win/event_trace_provider.cc',
370 'win/event_trace_provider.h', 372 'win/event_trace_provider.h',
371 'win/i18n.cc', 373 'win/i18n.cc',
372 'win/i18n.h', 374 'win/i18n.h',
373 'win/iat_patch_function.cc', 375 'win/iat_patch_function.cc',
374 'win/iat_patch_function.h', 376 'win/iat_patch_function.h',
375 'win/object_watcher.cc', 377 'win/object_watcher.cc',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'third_party/xdg_mime/xdgmimemagic.c', 838 'third_party/xdg_mime/xdgmimemagic.c',
837 'third_party/xdg_mime/xdgmimemagic.h', 839 'third_party/xdg_mime/xdgmimemagic.h',
838 'third_party/xdg_mime/xdgmimeparent.c', 840 'third_party/xdg_mime/xdgmimeparent.c',
839 'third_party/xdg_mime/xdgmimeparent.h', 841 'third_party/xdg_mime/xdgmimeparent.h',
840 ], 842 ],
841 }, 843 },
842 ], 844 ],
843 }], 845 }],
844 ], 846 ],
845 } 847 }
OLDNEW
« no previous file with comments | « no previous file | base/win/enum_variant.h » ('j') | base/win/enum_variant.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698