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

Side by Side Diff: ui/ui.gyp

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODOs Created 7 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 | « ui/accessibility/ax_tree_update.cc ('k') | ui/ui_unittests.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 28 matching lines...) Expand all
39 'resources/ui_resources.gyp:ui_resources', 39 'resources/ui_resources.gyp:ui_resources',
40 ], 40 ],
41 'defines': [ 41 'defines': [
42 'UI_IMPLEMENTATION', 42 'UI_IMPLEMENTATION',
43 ], 43 ],
44 'export_dependent_settings': [ 44 'export_dependent_settings': [
45 '../net/net.gyp:net', 45 '../net/net.gyp:net',
46 'gfx/gfx.gyp:gfx', 46 'gfx/gfx.gyp:gfx',
47 ], 47 ],
48 'sources' : [ 48 'sources' : [
49 'accessibility/ax_enums.h',
Ben Goodger (Google) 2013/11/21 23:15:42 since this has a subdir in src/ui, it should also
dmazzoni 2013/11/22 00:07:15 Got it. Done.
50 'accessibility/ax_node.cc',
51 'accessibility/ax_node_data.cc',
52 'accessibility/ax_node_data.h',
53 'accessibility/ax_node.h',
54 'accessibility/ax_serializable_tree.cc',
55 'accessibility/ax_serializable_tree.h',
56 'accessibility/ax_tree.cc',
57 'accessibility/ax_tree.h',
58 'accessibility/ax_tree_serializer.cc',
59 'accessibility/ax_tree_serializer.h',
60 'accessibility/ax_tree_source.h',
61 'accessibility/ax_tree_update.cc',
62 'accessibility/ax_tree_update.h',
49 'base/accelerators/accelerator.cc', 63 'base/accelerators/accelerator.cc',
50 'base/accelerators/accelerator.h', 64 'base/accelerators/accelerator.h',
51 'base/accelerators/accelerator_manager.cc', 65 'base/accelerators/accelerator_manager.cc',
52 'base/accelerators/accelerator_manager.h', 66 'base/accelerators/accelerator_manager.h',
53 'base/accelerators/menu_label_accelerator_util_linux.cc', 67 'base/accelerators/menu_label_accelerator_util_linux.cc',
54 'base/accelerators/menu_label_accelerator_util_linux.h', 68 'base/accelerators/menu_label_accelerator_util_linux.h',
55 'base/accelerators/platform_accelerator.h', 69 'base/accelerators/platform_accelerator.h',
56 'base/accelerators/platform_accelerator_cocoa.h', 70 'base/accelerators/platform_accelerator_cocoa.h',
57 'base/accelerators/platform_accelerator_cocoa.mm', 71 'base/accelerators/platform_accelerator_cocoa.mm',
58 'base/accelerators/platform_accelerator_gtk.cc', 72 'base/accelerators/platform_accelerator_gtk.cc',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'xcode_settings': { 717 'xcode_settings': {
704 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 718 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
705 }, 719 },
706 }], 720 }],
707 ], 721 ],
708 }, 722 },
709 ], 723 ],
710 }], 724 }],
711 ], 725 ],
712 } 726 }
OLDNEW
« no previous file with comments | « ui/accessibility/ax_tree_update.cc ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698