| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'deprecated_perl_core_idl_files': [ | 3 'deprecated_perl_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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1992 'dom/ShadowTreeStyleSheetCollection.cpp', | 1992 'dom/ShadowTreeStyleSheetCollection.cpp', |
| 1993 'dom/ShadowTreeStyleSheetCollection.h', | 1993 'dom/ShadowTreeStyleSheetCollection.h', |
| 1994 'dom/SimulatedClickOptions.h', | 1994 'dom/SimulatedClickOptions.h', |
| 1995 'dom/SpaceSplitString.cpp', | 1995 'dom/SpaceSplitString.cpp', |
| 1996 'dom/StaticNodeList.cpp', | 1996 'dom/StaticNodeList.cpp', |
| 1997 'dom/StaticNodeList.h', | 1997 'dom/StaticNodeList.h', |
| 1998 'dom/StringCallback.cpp', | 1998 'dom/StringCallback.cpp', |
| 1999 'dom/StringCallback.h', | 1999 'dom/StringCallback.h', |
| 2000 'dom/StyleElement.cpp', | 2000 'dom/StyleElement.cpp', |
| 2001 'dom/StyleElement.h', | 2001 'dom/StyleElement.h', |
| 2002 'dom/StyleEngine.cpp', |
| 2003 'dom/StyleEngine.h', |
| 2002 'dom/StyleSheetCollection.cpp', | 2004 'dom/StyleSheetCollection.cpp', |
| 2003 'dom/StyleSheetCollection.h', | 2005 'dom/StyleSheetCollection.h', |
| 2004 'dom/StyleSheetCollections.cpp', | |
| 2005 'dom/StyleSheetCollections.h', | |
| 2006 'dom/StyleSheetScopingNodeList.cpp', | 2006 'dom/StyleSheetScopingNodeList.cpp', |
| 2007 'dom/StyleSheetScopingNodeList.h', | 2007 'dom/StyleSheetScopingNodeList.h', |
| 2008 'dom/TagNodeList.cpp', | 2008 'dom/TagNodeList.cpp', |
| 2009 'dom/TagNodeList.h', | 2009 'dom/TagNodeList.h', |
| 2010 'dom/Text.cpp', | 2010 'dom/Text.cpp', |
| 2011 'dom/TextEvent.cpp', | 2011 'dom/TextEvent.cpp', |
| 2012 'dom/TextEvent.h', | 2012 'dom/TextEvent.h', |
| 2013 'dom/TextLinkColors.cpp', | 2013 'dom/TextLinkColors.cpp', |
| 2014 'dom/TextLinkColors.h', | 2014 'dom/TextLinkColors.h', |
| 2015 'dom/Touch.cpp', | 2015 'dom/Touch.cpp', |
| (...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3887 'bison_exe': 'bison', | 3887 'bison_exe': 'bison', |
| 3888 # We specify a preprocess so it happens locally and won't get | 3888 # We specify a preprocess so it happens locally and won't get |
| 3889 # distributed to goma. | 3889 # distributed to goma. |
| 3890 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3890 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3891 # use /usr/bin/clang once we require Xcode 4.x. | 3891 # use /usr/bin/clang once we require Xcode 4.x. |
| 3892 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3892 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3893 }], | 3893 }], |
| 3894 ], | 3894 ], |
| 3895 } | 3895 } |
| 3896 } | 3896 } |
| OLD | NEW |