| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'api/public/WebPluginListBuilder.h', | 128 'api/public/WebPluginListBuilder.h', |
| 129 'api/public/WebPoint.h', | 129 'api/public/WebPoint.h', |
| 130 'api/public/WebPopupMenu.h', | 130 'api/public/WebPopupMenu.h', |
| 131 'api/public/WebPopupMenuInfo.h', | 131 'api/public/WebPopupMenuInfo.h', |
| 132 'api/public/WebRange.h', | 132 'api/public/WebRange.h', |
| 133 'api/public/WebRect.h', | 133 'api/public/WebRect.h', |
| 134 'api/public/WebScreenInfo.h', | 134 'api/public/WebScreenInfo.h', |
| 135 'api/public/WebScriptController.h', | 135 'api/public/WebScriptController.h', |
| 136 'api/public/WebScriptSource.h', | 136 'api/public/WebScriptSource.h', |
| 137 'api/public/WebSecurityOrigin.h', | 137 'api/public/WebSecurityOrigin.h', |
| 138 'api/public/WebSecurityPolicy.h', |
| 138 'api/public/WebSettings.h', | 139 'api/public/WebSettings.h', |
| 139 'api/public/WebSize.h', | 140 'api/public/WebSize.h', |
| 140 'api/public/WebSocketStreamError.h', | 141 'api/public/WebSocketStreamError.h', |
| 141 'api/public/WebSocketStreamHandle.h', | 142 'api/public/WebSocketStreamHandle.h', |
| 142 'api/public/WebSocketStreamHandleClient.h', | 143 'api/public/WebSocketStreamHandleClient.h', |
| 143 'api/public/WebStorageArea.h', | 144 'api/public/WebStorageArea.h', |
| 144 'api/public/WebStorageEventDispatcher.h', | 145 'api/public/WebStorageEventDispatcher.h', |
| 145 'api/public/WebStorageNamespace.h', | 146 'api/public/WebStorageNamespace.h', |
| 146 'api/public/WebString.h', | 147 'api/public/WebString.h', |
| 147 'api/public/WebTextAffinity.h', | 148 'api/public/WebTextAffinity.h', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 'api/src/WebNotification.cpp', | 224 'api/src/WebNotification.cpp', |
| 224 'api/src/WebPluginContainerImpl.h', | 225 'api/src/WebPluginContainerImpl.h', |
| 225 'api/src/WebPluginContainerImpl.cpp', | 226 'api/src/WebPluginContainerImpl.cpp', |
| 226 'api/src/WebPluginListBuilderImpl.cpp', | 227 'api/src/WebPluginListBuilderImpl.cpp', |
| 227 'api/src/WebPluginListBuilderImpl.h', | 228 'api/src/WebPluginListBuilderImpl.h', |
| 228 'api/src/WebPluginLoadObserver.cpp', | 229 'api/src/WebPluginLoadObserver.cpp', |
| 229 'api/src/WebPluginLoadObserver.h', | 230 'api/src/WebPluginLoadObserver.h', |
| 230 'api/src/WebRange.cpp', | 231 'api/src/WebRange.cpp', |
| 231 'api/src/WebScriptController.cpp', | 232 'api/src/WebScriptController.cpp', |
| 232 'api/src/WebSecurityOrigin.cpp', | 233 'api/src/WebSecurityOrigin.cpp', |
| 234 'api/src/WebSecurityPolicy.cpp', |
| 233 'api/src/WebSettingsImpl.cpp', | 235 'api/src/WebSettingsImpl.cpp', |
| 234 'api/src/WebSettingsImpl.h', | 236 'api/src/WebSettingsImpl.h', |
| 235 'api/src/WebStorageAreaImpl.cpp', | 237 'api/src/WebStorageAreaImpl.cpp', |
| 236 'api/src/WebStorageAreaImpl.h', | 238 'api/src/WebStorageAreaImpl.h', |
| 237 'api/src/WebStorageEventDispatcherImpl.cpp', | 239 'api/src/WebStorageEventDispatcherImpl.cpp', |
| 238 'api/src/WebStorageEventDispatcherImpl.h', | 240 'api/src/WebStorageEventDispatcherImpl.h', |
| 239 'api/src/WebStorageNamespaceImpl.cpp', | 241 'api/src/WebStorageNamespaceImpl.cpp', |
| 240 'api/src/WebStorageNamespaceImpl.h', | 242 'api/src/WebStorageNamespaceImpl.h', |
| 241 'api/src/WebString.cpp', | 243 'api/src/WebString.cpp', |
| 242 'api/src/WebURL.cpp', | 244 'api/src/WebURL.cpp', |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 ], | 802 ], |
| 801 } | 803 } |
| 802 ], # targets | 804 ], # targets |
| 803 } | 805 } |
| 804 | 806 |
| 805 # Local Variables: | 807 # Local Variables: |
| 806 # tab-width:2 | 808 # tab-width:2 |
| 807 # indent-tabs-mode:nil | 809 # indent-tabs-mode:nil |
| 808 # End: | 810 # End: |
| 809 # vim: set expandtab tabstop=2 shiftwidth=2: | 811 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |