OLD | NEW |
1 | 1 |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'css/CSS.idl', | 5 'css/CSS.idl', |
6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
9 'css/CSSHostRule.idl', | 9 'css/CSSHostRule.idl', |
10 'css/CSSImportRule.idl', | 10 'css/CSSImportRule.idl', |
(...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1161 'page/NavigatorBase.h', | 1161 'page/NavigatorBase.h', |
1162 'page/Page.cpp', | 1162 'page/Page.cpp', |
1163 'page/PageConsole.cpp', | 1163 'page/PageConsole.cpp', |
1164 'page/PageGroup.cpp', | 1164 'page/PageGroup.cpp', |
1165 'page/PageGroupLoadDeferrer.cpp', | 1165 'page/PageGroupLoadDeferrer.cpp', |
1166 'page/PageGroupLoadDeferrer.h', | 1166 'page/PageGroupLoadDeferrer.h', |
1167 'page/PagePopupController.cpp', | 1167 'page/PagePopupController.cpp', |
1168 'page/PagePopupController.h', | 1168 'page/PagePopupController.h', |
1169 'page/PagePopupClient.cpp', | 1169 'page/PagePopupClient.cpp', |
1170 'page/PagePopupClient.h', | 1170 'page/PagePopupClient.h', |
| 1171 'page/PageScaleConstraints.cpp', |
| 1172 'page/PageScaleConstraints.h', |
| 1173 'page/PageScaleConstraintsSet.cpp', |
| 1174 'page/PageScaleConstraintsSet.h', |
1171 'page/PageSerializer.cpp', | 1175 'page/PageSerializer.cpp', |
1172 'page/PageVisibilityState.cpp', | 1176 'page/PageVisibilityState.cpp', |
1173 'page/Performance.cpp', | 1177 'page/Performance.cpp', |
1174 'page/Performance.h', | 1178 'page/Performance.h', |
1175 'page/PerformanceEntry.cpp', | 1179 'page/PerformanceEntry.cpp', |
1176 'page/PerformanceEntry.h', | 1180 'page/PerformanceEntry.h', |
1177 'page/PerformanceMark.h', | 1181 'page/PerformanceMark.h', |
1178 'page/PerformanceMeasure.h', | 1182 'page/PerformanceMeasure.h', |
1179 'page/PerformanceNavigation.cpp', | 1183 'page/PerformanceNavigation.cpp', |
1180 'page/PerformanceNavigation.h', | 1184 'page/PerformanceNavigation.h', |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1892 'dom/TreeScopeAdopter.h', | 1896 'dom/TreeScopeAdopter.h', |
1893 'dom/TreeWalker.cpp', | 1897 'dom/TreeWalker.cpp', |
1894 'dom/TreeWalker.h', | 1898 'dom/TreeWalker.h', |
1895 'dom/UIEvent.cpp', | 1899 'dom/UIEvent.cpp', |
1896 'dom/UIEventWithKeyState.cpp', | 1900 'dom/UIEventWithKeyState.cpp', |
1897 'dom/UserActionElementSet.h', | 1901 'dom/UserActionElementSet.h', |
1898 'dom/UserActionElementSet.cpp', | 1902 'dom/UserActionElementSet.cpp', |
1899 'dom/UserGestureIndicator.cpp', | 1903 'dom/UserGestureIndicator.cpp', |
1900 'dom/UserTypingGestureIndicator.cpp', | 1904 'dom/UserTypingGestureIndicator.cpp', |
1901 'dom/ViewportArguments.cpp', | 1905 'dom/ViewportArguments.cpp', |
| 1906 'dom/ViewportArguments.h', |
1902 'dom/VisitedLinkState.cpp', | 1907 'dom/VisitedLinkState.cpp', |
1903 'dom/VisitedLinkState.h', | 1908 'dom/VisitedLinkState.h', |
1904 'dom/WebCoreMemoryInstrumentation.cpp', | 1909 'dom/WebCoreMemoryInstrumentation.cpp', |
1905 'dom/WebCoreMemoryInstrumentation.h', | 1910 'dom/WebCoreMemoryInstrumentation.h', |
1906 'dom/WheelEvent.cpp', | 1911 'dom/WheelEvent.cpp', |
1907 'dom/WheelEvent.h', | 1912 'dom/WheelEvent.h', |
1908 'dom/WindowEventContext.cpp', | 1913 'dom/WindowEventContext.cpp', |
1909 'dom/WindowEventContext.h', | 1914 'dom/WindowEventContext.h', |
1910 'dom/default/PlatformMessagePortChannel.cpp', | 1915 'dom/default/PlatformMessagePortChannel.cpp', |
1911 'dom/default/PlatformMessagePortChannel.h', | 1916 'dom/default/PlatformMessagePortChannel.h', |
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3677 'bison_exe': 'bison', | 3682 'bison_exe': 'bison', |
3678 # We specify a preprocess so it happens locally and won't get | 3683 # We specify a preprocess so it happens locally and won't get |
3679 # distributed to goma. | 3684 # distributed to goma. |
3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3685 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3681 # use /usr/bin/clang once we require Xcode 4.x. | 3686 # use /usr/bin/clang once we require Xcode 4.x. |
3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3687 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3683 }], | 3688 }], |
3684 ], | 3689 ], |
3685 } | 3690 } |
3686 } | 3691 } |
OLD | NEW |