OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'core_idl_files': [ | 3 'core_idl_files': [ |
4 'css/CSS.idl', | 4 'css/CSS.idl', |
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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2069 'events/PopStateEvent.h', | 2069 'events/PopStateEvent.h', |
2070 'events/ProgressEvent.cpp', | 2070 'events/ProgressEvent.cpp', |
2071 'events/ProgressEvent.h', | 2071 'events/ProgressEvent.h', |
2072 'events/ResourceProgressEvent.cpp', | 2072 'events/ResourceProgressEvent.cpp', |
2073 'events/ResourceProgressEvent.h', | 2073 'events/ResourceProgressEvent.h', |
2074 'events/ScopedEventQueue.cpp', | 2074 'events/ScopedEventQueue.cpp', |
2075 'events/ScopedEventQueue.h', | 2075 'events/ScopedEventQueue.h', |
2076 'events/SecurityPolicyViolationEvent.h', | 2076 'events/SecurityPolicyViolationEvent.h', |
2077 'events/TextEvent.cpp', | 2077 'events/TextEvent.cpp', |
2078 'events/TextEvent.h', | 2078 'events/TextEvent.h', |
2079 'events/ThreadLocalEventNames.cpp', | |
2080 'events/ThreadLocalEventNames.h', | 2079 'events/ThreadLocalEventNames.h', |
2081 'events/TouchEvent.cpp', | 2080 'events/TouchEvent.cpp', |
2082 'events/TouchEvent.h', | 2081 'events/TouchEvent.h', |
2083 'events/TransitionEvent.cpp', | 2082 'events/TransitionEvent.cpp', |
2084 'events/TransitionEvent.h', | 2083 'events/TransitionEvent.h', |
2085 'events/UIEvent.cpp', | 2084 'events/UIEvent.cpp', |
2086 'events/UIEventWithKeyState.cpp', | 2085 'events/UIEventWithKeyState.cpp', |
2087 'events/WebKitAnimationEvent.cpp', | 2086 'events/WebKitAnimationEvent.cpp', |
2088 'events/WebKitAnimationEvent.h', | 2087 'events/WebKitAnimationEvent.h', |
2089 'events/WheelEvent.cpp', | 2088 'events/WheelEvent.cpp', |
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3675 'bison_exe': 'bison', | 3674 'bison_exe': 'bison', |
3676 # We specify a preprocess so it happens locally and won't get | 3675 # We specify a preprocess so it happens locally and won't get |
3677 # distributed to goma. | 3676 # distributed to goma. |
3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3679 # use /usr/bin/clang once we require Xcode 4.x. | 3678 # use /usr/bin/clang once we require Xcode 4.x. |
3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3681 }], | 3680 }], |
3682 ], | 3681 ], |
3683 } | 3682 } |
3684 } | 3683 } |
OLD | NEW |