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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'api/public/WebWorkerClient.h', | 162 'api/public/WebWorkerClient.h', |
163 'api/public/win/WebInputEventFactory.h', | 163 'api/public/win/WebInputEventFactory.h', |
164 'api/public/win/WebSandboxSupport.h', | 164 'api/public/win/WebSandboxSupport.h', |
165 'api/public/win/WebScreenInfoFactory.h', | 165 'api/public/win/WebScreenInfoFactory.h', |
166 'api/public/win/WebScreenInfoFactory.h', | 166 'api/public/win/WebScreenInfoFactory.h', |
167 'api/src/ApplicationCacheHost.cpp', | 167 'api/src/ApplicationCacheHost.cpp', |
168 'api/src/AssertMatchingEnums.cpp', | 168 'api/src/AssertMatchingEnums.cpp', |
169 'api/src/ChromiumBridge.cpp', | 169 'api/src/ChromiumBridge.cpp', |
170 'api/src/ChromiumCurrentTime.cpp', | 170 'api/src/ChromiumCurrentTime.cpp', |
171 'api/src/ChromiumThreading.cpp', | 171 'api/src/ChromiumThreading.cpp', |
| 172 'api/src/ContextMenuClientImpl.cpp', |
| 173 'api/src/ContextMenuClientImpl.h', |
172 'api/src/DOMUtilitiesPrivate.cpp', | 174 'api/src/DOMUtilitiesPrivate.cpp', |
173 'api/src/DOMUtilitiesPrivate.h', | 175 'api/src/DOMUtilitiesPrivate.h', |
174 'api/src/gtk/WebFontInfo.cpp', | 176 'api/src/gtk/WebFontInfo.cpp', |
175 'api/src/gtk/WebFontInfo.h', | 177 'api/src/gtk/WebFontInfo.h', |
176 'api/src/gtk/WebInputEventFactory.cpp', | 178 'api/src/gtk/WebInputEventFactory.cpp', |
177 'api/src/linux/WebFontRendering.cpp', | 179 'api/src/linux/WebFontRendering.cpp', |
178 'api/src/x11/WebScreenInfoFactory.cpp', | 180 'api/src/x11/WebScreenInfoFactory.cpp', |
179 'api/src/mac/WebInputEventFactory.mm', | 181 'api/src/mac/WebInputEventFactory.mm', |
180 'api/src/mac/WebScreenInfoFactory.mm', | 182 'api/src/mac/WebScreenInfoFactory.mm', |
181 'api/src/LocalizedStrings.cpp', | 183 'api/src/LocalizedStrings.cpp', |
(...skipping 10 matching lines...) Expand all Loading... |
192 'api/src/StorageEventDispatcherChromium.cpp', | 194 'api/src/StorageEventDispatcherChromium.cpp', |
193 'api/src/StorageEventDispatcherImpl.cpp', | 195 'api/src/StorageEventDispatcherImpl.cpp', |
194 'api/src/StorageEventDispatcherImpl.h', | 196 'api/src/StorageEventDispatcherImpl.h', |
195 'api/src/StorageNamespaceProxy.cpp', | 197 'api/src/StorageNamespaceProxy.cpp', |
196 'api/src/StorageNamespaceProxy.h', | 198 'api/src/StorageNamespaceProxy.h', |
197 'api/src/TemporaryGlue.h', | 199 'api/src/TemporaryGlue.h', |
198 'api/src/WebAccessibilityObject.cpp', | 200 'api/src/WebAccessibilityObject.cpp', |
199 'api/src/WebBindings.cpp', | 201 'api/src/WebBindings.cpp', |
200 'api/src/WebCache.cpp', | 202 'api/src/WebCache.cpp', |
201 'api/src/WebColor.cpp', | 203 'api/src/WebColor.cpp', |
202 'api/src/WebContextMenuClientImpl.cpp', | |
203 'api/src/WebContextMenuClientImpl.h', | |
204 'api/src/WebCrossOriginPreflightResultCache.cpp', | 204 'api/src/WebCrossOriginPreflightResultCache.cpp', |
205 'api/src/WebCString.cpp', | 205 'api/src/WebCString.cpp', |
206 'api/src/WebCursorInfo.cpp', | 206 'api/src/WebCursorInfo.cpp', |
207 'api/src/WebData.cpp', | 207 'api/src/WebData.cpp', |
208 'api/src/WebDataSourceImpl.cpp', | 208 'api/src/WebDataSourceImpl.cpp', |
209 'api/src/WebDataSourceImpl.h', | 209 'api/src/WebDataSourceImpl.h', |
210 'api/src/WebDragData.cpp', | 210 'api/src/WebDragData.cpp', |
211 'api/src/WebFileChooserCompletionImpl.cpp', | 211 'api/src/WebFileChooserCompletionImpl.cpp', |
212 'api/src/WebFileChooserCompletionImpl.h', | 212 'api/src/WebFileChooserCompletionImpl.h', |
213 'api/src/WebFontCache.cpp', | 213 'api/src/WebFontCache.cpp', |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 ], | 802 ], |
803 } | 803 } |
804 ], # targets | 804 ], # targets |
805 } | 805 } |
806 | 806 |
807 # Local Variables: | 807 # Local Variables: |
808 # tab-width:2 | 808 # tab-width:2 |
809 # indent-tabs-mode:nil | 809 # indent-tabs-mode:nil |
810 # End: | 810 # End: |
811 # vim: set expandtab tabstop=2 shiftwidth=2: | 811 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |