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 'variables': { | 6 'variables': { |
7 # TODO: remove this helper when we have loops in GYP | 7 # TODO: remove this helper when we have loops in GYP |
8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], |
9 'feature_defines': [ | 9 'feature_defines': [ |
10 'ENABLE_CHANNEL_MESSAGING=1', | 10 'ENABLE_CHANNEL_MESSAGING=1', |
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'api/public/WebPlugin.h', | 1002 'api/public/WebPlugin.h', |
1003 'api/public/WebPluginContainer.h', | 1003 'api/public/WebPluginContainer.h', |
1004 'api/public/WebPluginListBuilder.h', | 1004 'api/public/WebPluginListBuilder.h', |
1005 'api/public/WebPoint.h', | 1005 'api/public/WebPoint.h', |
1006 'api/public/WebPopupMenu.h', | 1006 'api/public/WebPopupMenu.h', |
1007 'api/public/WebPopupMenuInfo.h', | 1007 'api/public/WebPopupMenuInfo.h', |
1008 'api/public/WebRange.h', | 1008 'api/public/WebRange.h', |
1009 'api/public/WebRect.h', | 1009 'api/public/WebRect.h', |
1010 'api/public/WebScreenInfo.h', | 1010 'api/public/WebScreenInfo.h', |
1011 'api/public/WebScriptSource.h', | 1011 'api/public/WebScriptSource.h', |
| 1012 'api/public/WebSecurityOrigin.h', |
1012 'api/public/WebSettings.h', | 1013 'api/public/WebSettings.h', |
1013 'api/public/WebSize.h', | 1014 'api/public/WebSize.h', |
1014 'api/public/WebStorageArea.h', | 1015 'api/public/WebStorageArea.h', |
1015 'api/public/WebStorageNamespace.h', | 1016 'api/public/WebStorageNamespace.h', |
1016 'api/public/WebString.h', | 1017 'api/public/WebString.h', |
1017 'api/public/WebTextAffinity.h', | 1018 'api/public/WebTextAffinity.h', |
1018 'api/public/WebTextDirection.h', | 1019 'api/public/WebTextDirection.h', |
1019 'api/public/WebURL.h', | 1020 'api/public/WebURL.h', |
1020 'api/public/WebURLError.h', | 1021 'api/public/WebURLError.h', |
1021 'api/public/WebURLLoader.h', | 1022 'api/public/WebURLLoader.h', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 'api/src/WebMediaPlayerClientImpl.h', | 1079 'api/src/WebMediaPlayerClientImpl.h', |
1079 'api/src/WebNode.cpp', | 1080 'api/src/WebNode.cpp', |
1080 'api/src/WebNotification.cpp', | 1081 'api/src/WebNotification.cpp', |
1081 'api/src/WebPluginContainerImpl.h', | 1082 'api/src/WebPluginContainerImpl.h', |
1082 'api/src/WebPluginContainerImpl.cpp', | 1083 'api/src/WebPluginContainerImpl.cpp', |
1083 'api/src/WebPluginListBuilderImpl.cpp', | 1084 'api/src/WebPluginListBuilderImpl.cpp', |
1084 'api/src/WebPluginListBuilderImpl.h', | 1085 'api/src/WebPluginListBuilderImpl.h', |
1085 'api/src/WebPluginLoadObserver.cpp', | 1086 'api/src/WebPluginLoadObserver.cpp', |
1086 'api/src/WebPluginLoadObserver.h', | 1087 'api/src/WebPluginLoadObserver.h', |
1087 'api/src/WebRange.cpp', | 1088 'api/src/WebRange.cpp', |
| 1089 'api/src/WebSecurityOrigin.cpp', |
1088 'api/src/WebSettingsImpl.cpp', | 1090 'api/src/WebSettingsImpl.cpp', |
1089 'api/src/WebSettingsImpl.h', | 1091 'api/src/WebSettingsImpl.h', |
1090 'api/src/WebStorageAreaImpl.cpp', | 1092 'api/src/WebStorageAreaImpl.cpp', |
1091 'api/src/WebStorageAreaImpl.h', | 1093 'api/src/WebStorageAreaImpl.h', |
1092 'api/src/WebStorageNamespaceImpl.cpp', | 1094 'api/src/WebStorageNamespaceImpl.cpp', |
1093 'api/src/WebStorageNamespaceImpl.h', | 1095 'api/src/WebStorageNamespaceImpl.h', |
1094 'api/src/WebString.cpp', | 1096 'api/src/WebString.cpp', |
1095 'api/src/WebURL.cpp', | 1097 'api/src/WebURL.cpp', |
1096 'api/src/WebURLRequest.cpp', | 1098 'api/src/WebURLRequest.cpp', |
1097 'api/src/WebURLRequestPrivate.h', | 1099 'api/src/WebURLRequestPrivate.h', |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 'files': [ | 1566 'files': [ |
1565 | 1567 |
1566 '<@(webinspector_image_files)', | 1568 '<@(webinspector_image_files)', |
1567 | 1569 |
1568 ], | 1570 ], |
1569 }, | 1571 }, |
1570 ], | 1572 ], |
1571 }, | 1573 }, |
1572 ], # targets | 1574 ], # targets |
1573 } | 1575 } |
OLD | NEW |