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

Side by Side Diff: ui/accessibility/accessibility.gyp

Issue 1780473002: Workaround for navigating by word in the omnibox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed base from deps and fixed build.gn file (hopefully). Created 4 years, 9 months 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
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_text_utils.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'accessibility', 12 'target_name': 'accessibility',
13 'type': '<(component)', 13 'type': '<(component)',
14 'export_dependent_settings': [ 14 'export_dependent_settings': [
15 'ax_gen', 15 'ax_gen',
16 ], 16 ],
17 'hard_dependency': 1, 17 'hard_dependency': 1,
18 'dependencies': [ 18 'dependencies': [
19 '../../base/base.gyp:base', 19 '../../base/base.gyp:base',
20 '../../base/base.gyp:base_i18n',
20 '../gfx/gfx.gyp:gfx', 21 '../gfx/gfx.gyp:gfx',
21 '../gfx/gfx.gyp:gfx_geometry', 22 '../gfx/gfx.gyp:gfx_geometry',
22 'ax_gen', 23 'ax_gen',
23 ], 24 ],
24 'defines': [ 25 'defines': [
25 'ACCESSIBILITY_IMPLEMENTATION', 26 'ACCESSIBILITY_IMPLEMENTATION',
26 ], 27 ],
27 'sources': [ 28 'sources': [
28 # All .cc, .h under accessibility, except unittests 29 # All .cc, .h under accessibility, except unittests
29 'ax_node.cc', 30 'ax_node.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'type': 'none', 212 'type': 'none',
212 'variables': { 213 'variables': {
213 'source_file': 'ax_enums.idl', 214 'source_file': 'ax_enums.idl',
214 }, 215 },
215 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 216 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
216 }, 217 },
217 ], 218 ],
218 }], 219 }],
219 ], 220 ],
220 } 221 }
OLDNEW
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_text_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698