| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/WebSettings.h', | 138 'api/public/WebSettings.h', |
| 139 'api/public/WebSize.h', | 139 'api/public/WebSize.h', |
| 140 'api/public/WebSocketStreamError.h', |
| 141 'api/public/WebSocketStreamHandle.h', |
| 142 'api/public/WebSocketStreamHandleClient.h', |
| 140 'api/public/WebStorageArea.h', | 143 'api/public/WebStorageArea.h', |
| 141 'api/public/WebStorageEventDispatcher.h', | 144 'api/public/WebStorageEventDispatcher.h', |
| 142 'api/public/WebStorageNamespace.h', | 145 'api/public/WebStorageNamespace.h', |
| 143 'api/public/WebString.h', | 146 'api/public/WebString.h', |
| 144 'api/public/WebTextAffinity.h', | 147 'api/public/WebTextAffinity.h', |
| 145 'api/public/WebTextDirection.h', | 148 'api/public/WebTextDirection.h', |
| 146 'api/public/WebURL.h', | 149 'api/public/WebURL.h', |
| 147 'api/public/WebURLError.h', | 150 'api/public/WebURLError.h', |
| 148 'api/public/WebURLLoader.h', | 151 'api/public/WebURLLoader.h', |
| 149 'api/public/WebURLLoaderClient.h', | 152 'api/public/WebURLLoaderClient.h', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 'glue/webmenurunner_mac.mm', | 641 'glue/webmenurunner_mac.mm', |
| 639 'glue/webplugin.h', | 642 'glue/webplugin.h', |
| 640 'glue/webplugin_delegate.h', | 643 'glue/webplugin_delegate.h', |
| 641 'glue/webplugin_impl.cc', | 644 'glue/webplugin_impl.cc', |
| 642 'glue/webplugin_impl.h', | 645 'glue/webplugin_impl.h', |
| 643 'glue/webplugininfo.h', | 646 'glue/webplugininfo.h', |
| 644 'glue/webpopupmenu_impl.cc', | 647 'glue/webpopupmenu_impl.cc', |
| 645 'glue/webpopupmenu_impl.h', | 648 'glue/webpopupmenu_impl.h', |
| 646 'glue/webpreferences.cc', | 649 'glue/webpreferences.cc', |
| 647 'glue/webpreferences.h', | 650 'glue/webpreferences.h', |
| 651 'glue/websocketstreamhandle_bridge.h', |
| 652 'glue/websocketstreamhandle_delegate.h', |
| 653 'glue/websocketstreamhandle_impl.cc', |
| 654 'glue/websocketstreamhandle_impl.h', |
| 648 'glue/webthemeengine_impl_win.cc', | 655 'glue/webthemeengine_impl_win.cc', |
| 649 'glue/weburlloader_impl.cc', | 656 'glue/weburlloader_impl.cc', |
| 650 'glue/weburlloader_impl.h', | 657 'glue/weburlloader_impl.h', |
| 651 'glue/webview_impl.cc', | 658 'glue/webview_impl.cc', |
| 652 'glue/webview_impl.h', | 659 'glue/webview_impl.h', |
| 653 'glue/webworker_impl.cc', | 660 'glue/webworker_impl.cc', |
| 654 'glue/webworker_impl.h', | 661 'glue/webworker_impl.h', |
| 655 'glue/webworkerclient_impl.cc', | 662 'glue/webworkerclient_impl.cc', |
| 656 'glue/webworkerclient_impl.h', | 663 'glue/webworkerclient_impl.h', |
| 657 'glue/window_open_disposition.h', | 664 'glue/window_open_disposition.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 ], | 798 ], |
| 792 } | 799 } |
| 793 ], # targets | 800 ], # targets |
| 794 } | 801 } |
| 795 | 802 |
| 796 # Local Variables: | 803 # Local Variables: |
| 797 # tab-width:2 | 804 # tab-width:2 |
| 798 # indent-tabs-mode:nil | 805 # indent-tabs-mode:nil |
| 799 # End: | 806 # End: |
| 800 # vim: set expandtab tabstop=2 shiftwidth=2: | 807 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |