OLD | NEW |
1 | 1 |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'css/CSSCharsetRule.idl', | 5 'css/CSSCharsetRule.idl', |
6 'css/CSSFontFaceLoadEvent.idl', | 6 'css/CSSFontFaceLoadEvent.idl', |
7 'css/CSSFontFaceRule.idl', | 7 'css/CSSFontFaceRule.idl', |
8 'css/CSSHostRule.idl', | 8 'css/CSSHostRule.idl', |
9 'css/CSSImportRule.idl', | 9 'css/CSSImportRule.idl', |
10 'css/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1895 'dom/TreeScopeAdopter.h', | 1895 'dom/TreeScopeAdopter.h', |
1896 'dom/TreeWalker.cpp', | 1896 'dom/TreeWalker.cpp', |
1897 'dom/TreeWalker.h', | 1897 'dom/TreeWalker.h', |
1898 'dom/UIEvent.cpp', | 1898 'dom/UIEvent.cpp', |
1899 'dom/UIEventWithKeyState.cpp', | 1899 'dom/UIEventWithKeyState.cpp', |
1900 'dom/UserActionElementSet.h', | 1900 'dom/UserActionElementSet.h', |
1901 'dom/UserActionElementSet.cpp', | 1901 'dom/UserActionElementSet.cpp', |
1902 'dom/UserGestureIndicator.cpp', | 1902 'dom/UserGestureIndicator.cpp', |
1903 'dom/UserTypingGestureIndicator.cpp', | 1903 'dom/UserTypingGestureIndicator.cpp', |
1904 'dom/ViewportArguments.cpp', | 1904 'dom/ViewportArguments.cpp', |
| 1905 'dom/ViewportAttributes.cpp', |
1905 'dom/VisitedLinkState.cpp', | 1906 'dom/VisitedLinkState.cpp', |
1906 'dom/VisitedLinkState.h', | 1907 'dom/VisitedLinkState.h', |
1907 'dom/WebCoreMemoryInstrumentation.cpp', | 1908 'dom/WebCoreMemoryInstrumentation.cpp', |
1908 'dom/WebCoreMemoryInstrumentation.h', | 1909 'dom/WebCoreMemoryInstrumentation.h', |
1909 'dom/WheelEvent.cpp', | 1910 'dom/WheelEvent.cpp', |
1910 'dom/WheelEvent.h', | 1911 'dom/WheelEvent.h', |
1911 'dom/WindowEventContext.cpp', | 1912 'dom/WindowEventContext.cpp', |
1912 'dom/WindowEventContext.h', | 1913 'dom/WindowEventContext.h', |
1913 'dom/default/PlatformMessagePortChannel.cpp', | 1914 'dom/default/PlatformMessagePortChannel.cpp', |
1914 'dom/default/PlatformMessagePortChannel.h', | 1915 'dom/default/PlatformMessagePortChannel.h', |
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3680 'bison_exe': 'bison', | 3681 'bison_exe': 'bison', |
3681 # We specify a preprocess so it happens locally and won't get | 3682 # We specify a preprocess so it happens locally and won't get |
3682 # distributed to goma. | 3683 # distributed to goma. |
3683 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3684 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3684 # use /usr/bin/clang once we require Xcode 4.x. | 3685 # use /usr/bin/clang once we require Xcode 4.x. |
3685 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3686 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3686 }], | 3687 }], |
3687 ], | 3688 ], |
3688 } | 3689 } |
3689 } | 3690 } |
OLD | NEW |