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

Side by Side Diff: views/views.gyp

Issue 8391010: Improve omnibox 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 | « views/view.h ('k') | no next file » | 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 ], 522 ],
523 }, { # else: use_ibus != 1 523 }, { # else: use_ibus != 1
524 'sources/': [ 524 'sources/': [
525 ['exclude', 'ime/character_composer.cc'], 525 ['exclude', 'ime/character_composer.cc'],
526 ['exclude', 'ime/character_composer.h'], 526 ['exclude', 'ime/character_composer.h'],
527 ['exclude', 'ime/input_method_ibus.cc'], 527 ['exclude', 'ime/input_method_ibus.cc'],
528 ['exclude', 'ime/input_method_ibus.h'], 528 ['exclude', 'ime/input_method_ibus.h'],
529 ], 529 ],
530 }], 530 }],
531 ['OS=="win"', { 531 ['OS=="win"', {
532 'dependencies': [
533 # For accessibility
534 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
535 ],
532 'include_dirs': [ 536 'include_dirs': [
533 '../third_party/wtl/include', 537 '../third_party/wtl/include',
534 ], 538 ],
535 }], 539 }],
536 ['use_x11==0', { 540 ['use_x11==0', {
537 'sources!': [ 541 'sources!': [
538 'events/event_x.cc', 542 'events/event_x.cc',
539 ], 543 ],
540 }], 544 }],
541 ], 545 ],
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'dependencies': [ 954 'dependencies': [
951 '../chrome/chrome.gyp:packed_resources', 955 '../chrome/chrome.gyp:packed_resources',
952 ], 956 ],
953 }], 957 }],
954 ], 958 ],
955 }, 959 },
956 ], 960 ],
957 }], 961 }],
958 ], 962 ],
959 } 963 }
OLDNEW
« no previous file with comments | « views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698