| 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/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
| (...skipping 3655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3666 'platform/graphics/UnitBezierTest.cpp', | 3666 'platform/graphics/UnitBezierTest.cpp', |
| 3667 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', | 3667 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', |
| 3668 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', | 3668 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', |
| 3669 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', | 3669 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', |
| 3670 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', | 3670 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', |
| 3671 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', | 3671 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', |
| 3672 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', | 3672 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', |
| 3673 'platform/graphics/chromium/test/MockImageDecoder.h', | 3673 'platform/graphics/chromium/test/MockImageDecoder.h', |
| 3674 'platform/image-decoders/ImageDecoderTest.cpp', | 3674 'platform/image-decoders/ImageDecoderTest.cpp', |
| 3675 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', | 3675 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', |
| 3676 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 3676 'platform/text/DateTimeFormatTest.cpp', | 3677 'platform/text/DateTimeFormatTest.cpp', |
| 3677 'tests/HeapGraphSerializerTest.cpp', | 3678 'tests/HeapGraphSerializerTest.cpp', |
| 3678 'tests/LayoutUnit.cpp', | 3679 'tests/LayoutUnit.cpp', |
| 3679 'tests/LinkRelAttribute.cpp', | 3680 'tests/LinkRelAttribute.cpp', |
| 3680 ], | 3681 ], |
| 3681 'scripts_for_in_files': [ | 3682 'scripts_for_in_files': [ |
| 3682 'scripts/in_file.py', | 3683 'scripts/in_file.py', |
| 3683 'scripts/in_generator.py', | 3684 'scripts/in_generator.py', |
| 3684 'scripts/license.py', | 3685 'scripts/license.py', |
| 3685 'scripts/name_macros.py', | 3686 'scripts/name_macros.py', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3702 'bison_exe': 'bison', | 3703 'bison_exe': 'bison', |
| 3703 # We specify a preprocess so it happens locally and won't get | 3704 # We specify a preprocess so it happens locally and won't get |
| 3704 # distributed to goma. | 3705 # distributed to goma. |
| 3705 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3706 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3706 # use /usr/bin/clang once we require Xcode 4.x. | 3707 # use /usr/bin/clang once we require Xcode 4.x. |
| 3707 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3708 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3708 }], | 3709 }], |
| 3709 ], | 3710 ], |
| 3710 } | 3711 } |
| 3711 } | 3712 } |
| OLD | NEW |