OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |