| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'api/public/WebNotificationPermissionCallback.h', | 123 'api/public/WebNotificationPermissionCallback.h', |
| 124 'api/public/WebPlugin.h', | 124 'api/public/WebPlugin.h', |
| 125 'api/public/WebPluginContainer.h', | 125 'api/public/WebPluginContainer.h', |
| 126 'api/public/WebPluginListBuilder.h', | 126 'api/public/WebPluginListBuilder.h', |
| 127 'api/public/WebPoint.h', | 127 'api/public/WebPoint.h', |
| 128 'api/public/WebPopupMenu.h', | 128 'api/public/WebPopupMenu.h', |
| 129 'api/public/WebPopupMenuInfo.h', | 129 'api/public/WebPopupMenuInfo.h', |
| 130 'api/public/WebRange.h', | 130 'api/public/WebRange.h', |
| 131 'api/public/WebRect.h', | 131 'api/public/WebRect.h', |
| 132 'api/public/WebScreenInfo.h', | 132 'api/public/WebScreenInfo.h', |
| 133 'api/public/WebScriptController.h', |
| 133 'api/public/WebScriptSource.h', | 134 'api/public/WebScriptSource.h', |
| 134 'api/public/WebSecurityOrigin.h', | 135 'api/public/WebSecurityOrigin.h', |
| 135 'api/public/WebSettings.h', | 136 'api/public/WebSettings.h', |
| 136 'api/public/WebSize.h', | 137 'api/public/WebSize.h', |
| 137 'api/public/WebStorageArea.h', | 138 'api/public/WebStorageArea.h', |
| 138 'api/public/WebStorageEventDispatcher.h', | 139 'api/public/WebStorageEventDispatcher.h', |
| 139 'api/public/WebStorageNamespace.h', | 140 'api/public/WebStorageNamespace.h', |
| 140 'api/public/WebString.h', | 141 'api/public/WebString.h', |
| 141 'api/public/WebTextAffinity.h', | 142 'api/public/WebTextAffinity.h', |
| 142 'api/public/WebTextDirection.h', | 143 'api/public/WebTextDirection.h', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'api/src/WebMediaPlayerClientImpl.h', | 214 'api/src/WebMediaPlayerClientImpl.h', |
| 214 'api/src/WebNode.cpp', | 215 'api/src/WebNode.cpp', |
| 215 'api/src/WebNotification.cpp', | 216 'api/src/WebNotification.cpp', |
| 216 'api/src/WebPluginContainerImpl.h', | 217 'api/src/WebPluginContainerImpl.h', |
| 217 'api/src/WebPluginContainerImpl.cpp', | 218 'api/src/WebPluginContainerImpl.cpp', |
| 218 'api/src/WebPluginListBuilderImpl.cpp', | 219 'api/src/WebPluginListBuilderImpl.cpp', |
| 219 'api/src/WebPluginListBuilderImpl.h', | 220 'api/src/WebPluginListBuilderImpl.h', |
| 220 'api/src/WebPluginLoadObserver.cpp', | 221 'api/src/WebPluginLoadObserver.cpp', |
| 221 'api/src/WebPluginLoadObserver.h', | 222 'api/src/WebPluginLoadObserver.h', |
| 222 'api/src/WebRange.cpp', | 223 'api/src/WebRange.cpp', |
| 224 'api/src/WebScriptController.cpp', |
| 223 'api/src/WebSecurityOrigin.cpp', | 225 'api/src/WebSecurityOrigin.cpp', |
| 224 'api/src/WebSettingsImpl.cpp', | 226 'api/src/WebSettingsImpl.cpp', |
| 225 'api/src/WebSettingsImpl.h', | 227 'api/src/WebSettingsImpl.h', |
| 226 'api/src/WebStorageAreaImpl.cpp', | 228 'api/src/WebStorageAreaImpl.cpp', |
| 227 'api/src/WebStorageAreaImpl.h', | 229 'api/src/WebStorageAreaImpl.h', |
| 228 'api/src/WebStorageEventDispatcherImpl.cpp', | 230 'api/src/WebStorageEventDispatcherImpl.cpp', |
| 229 'api/src/WebStorageEventDispatcherImpl.h', | 231 'api/src/WebStorageEventDispatcherImpl.h', |
| 230 'api/src/WebStorageNamespaceImpl.cpp', | 232 'api/src/WebStorageNamespaceImpl.cpp', |
| 231 'api/src/WebStorageNamespaceImpl.h', | 233 'api/src/WebStorageNamespaceImpl.h', |
| 232 'api/src/WebString.cpp', | 234 'api/src/WebString.cpp', |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 ], | 793 ], |
| 792 } | 794 } |
| 793 ], # targets | 795 ], # targets |
| 794 } | 796 } |
| 795 | 797 |
| 796 # Local Variables: | 798 # Local Variables: |
| 797 # tab-width:2 | 799 # tab-width:2 |
| 798 # indent-tabs-mode:nil | 800 # indent-tabs-mode:nil |
| 799 # End: | 801 # End: |
| 800 # vim: set expandtab tabstop=2 shiftwidth=2: | 802 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |