| 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 3643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3654 'platform/graphics/UnitBezierTest.cpp', | 3654 'platform/graphics/UnitBezierTest.cpp', |
| 3655 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', | 3655 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', |
| 3656 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', | 3656 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', |
| 3657 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', | 3657 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', |
| 3658 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', | 3658 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', |
| 3659 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', | 3659 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', |
| 3660 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', | 3660 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', |
| 3661 'platform/graphics/chromium/test/MockImageDecoder.h', | 3661 'platform/graphics/chromium/test/MockImageDecoder.h', |
| 3662 'platform/image-decoders/ImageDecoderTest.cpp', | 3662 'platform/image-decoders/ImageDecoderTest.cpp', |
| 3663 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', | 3663 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', |
| 3664 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 3664 'platform/text/DateTimeFormatTest.cpp', | 3665 'platform/text/DateTimeFormatTest.cpp', |
| 3665 'tests/HeapGraphSerializerTest.cpp', | 3666 'tests/HeapGraphSerializerTest.cpp', |
| 3666 'tests/LayoutUnit.cpp', | 3667 'tests/LayoutUnit.cpp', |
| 3667 'tests/LinkRelAttribute.cpp', | 3668 'tests/LinkRelAttribute.cpp', |
| 3668 ], | 3669 ], |
| 3669 'scripts_for_in_files': [ | 3670 'scripts_for_in_files': [ |
| 3670 'scripts/in_file.py', | 3671 'scripts/in_file.py', |
| 3671 'scripts/in_generator.py', | 3672 'scripts/in_generator.py', |
| 3672 'scripts/license.py', | 3673 'scripts/license.py', |
| 3673 'scripts/name_macros.py', | 3674 'scripts/name_macros.py', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3690 'bison_exe': 'bison', | 3691 'bison_exe': 'bison', |
| 3691 # We specify a preprocess so it happens locally and won't get | 3692 # We specify a preprocess so it happens locally and won't get |
| 3692 # distributed to goma. | 3693 # distributed to goma. |
| 3693 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3694 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3694 # use /usr/bin/clang once we require Xcode 4.x. | 3695 # use /usr/bin/clang once we require Xcode 4.x. |
| 3695 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3696 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3696 }], | 3697 }], |
| 3697 ], | 3698 ], |
| 3698 } | 3699 } |
| 3699 } | 3700 } |
| OLD | NEW |