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

Side by Side Diff: webkit/webkit.gyp

Issue 343060: Remove WebCore dependencies from accessibility_ui_element. (Closed)
Patch Set: Actually added WebAccessibilityRole. Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'defines': [ 70 'defines': [
71 'WEBKIT_IMPLEMENTATION', 71 'WEBKIT_IMPLEMENTATION',
72 ], 72 ],
73 'sources': [ 73 'sources': [
74 'api/public/gtk/WebInputEventFactory.h', 74 'api/public/gtk/WebInputEventFactory.h',
75 'api/public/linux/WebFontRendering.h', 75 'api/public/linux/WebFontRendering.h',
76 'api/public/x11/WebScreenInfoFactory.h', 76 'api/public/x11/WebScreenInfoFactory.h',
77 'api/public/mac/WebInputEventFactory.h', 77 'api/public/mac/WebInputEventFactory.h',
78 'api/public/mac/WebScreenInfoFactory.h', 78 'api/public/mac/WebScreenInfoFactory.h',
79 'api/public/WebAccessibilityObject.h', 79 'api/public/WebAccessibilityObject.h',
80 'api/public/WebAccessibilityRole.h',
80 'api/public/WebApplicationCacheHost.h', 81 'api/public/WebApplicationCacheHost.h',
81 'api/public/WebApplicationCacheHostClient.h', 82 'api/public/WebApplicationCacheHostClient.h',
82 'api/public/WebBindings.h', 83 'api/public/WebBindings.h',
83 'api/public/WebCache.h', 84 'api/public/WebCache.h',
84 'api/public/WebCanvas.h', 85 'api/public/WebCanvas.h',
85 'api/public/WebClipboard.h', 86 'api/public/WebClipboard.h',
86 'api/public/WebColor.h', 87 'api/public/WebColor.h',
87 'api/public/WebColorName.h', 88 'api/public/WebColorName.h',
88 'api/public/WebCommon.h', 89 'api/public/WebCommon.h',
89 'api/public/WebCompositionCommand.h', 90 'api/public/WebCompositionCommand.h',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 ], 812 ],
812 } 813 }
813 ], # targets 814 ], # targets
814 } 815 }
815 816
816 # Local Variables: 817 # Local Variables:
817 # tab-width:2 818 # tab-width:2
818 # indent-tabs-mode:nil 819 # indent-tabs-mode:nil
819 # End: 820 # End:
820 # vim: set expandtab tabstop=2 shiftwidth=2: 821 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698