| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'core_idl_files': [ | 3 'core_idl_files': [ |
| 4 'css/CSSCharsetRule.idl', | 4 'css/CSSCharsetRule.idl', |
| 5 'css/CSSFontFaceLoadEvent.idl', | 5 'css/CSSFontFaceLoadEvent.idl', |
| 6 'css/CSSFontFaceRule.idl', | 6 'css/CSSFontFaceRule.idl', |
| 7 'css/CSSHostRule.idl', | 7 'css/CSSHostRule.idl', |
| 8 'css/CSSImportRule.idl', | 8 'css/CSSImportRule.idl', |
| 9 'css/CSSMediaRule.idl', | 9 'css/CSSMediaRule.idl', |
| 10 'css/CSSPageRule.idl', | 10 'css/CSSPageRule.idl', |
| (...skipping 2518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2529 'platform/Sound.h', | 2529 'platform/Sound.h', |
| 2530 'platform/SuddenTermination.h', | 2530 'platform/SuddenTermination.h', |
| 2531 'platform/Theme.cpp', | 2531 'platform/Theme.cpp', |
| 2532 'platform/ThreadGlobalData.cpp', | 2532 'platform/ThreadGlobalData.cpp', |
| 2533 'platform/ThreadTimers.cpp', | 2533 'platform/ThreadTimers.cpp', |
| 2534 'platform/ThreadTimers.h', | 2534 'platform/ThreadTimers.h', |
| 2535 'platform/Timer.cpp', | 2535 'platform/Timer.cpp', |
| 2536 'platform/UUID.cpp', | 2536 'platform/UUID.cpp', |
| 2537 'platform/UUID.h', | 2537 'platform/UUID.h', |
| 2538 'platform/Widget.cpp', | 2538 'platform/Widget.cpp', |
| 2539 'platform/animation/Animation.cpp', | 2539 'platform/animation/PrimitiveAnimation.cpp', |
| 2540 'platform/animation/AnimationList.cpp', | 2540 'platform/animation/AnimationList.cpp', |
| 2541 'platform/audio/AudioArray.h', | 2541 'platform/audio/AudioArray.h', |
| 2542 'platform/audio/AudioBus.cpp', | 2542 'platform/audio/AudioBus.cpp', |
| 2543 'platform/audio/AudioBus.h', | 2543 'platform/audio/AudioBus.h', |
| 2544 'platform/audio/AudioChannel.cpp', | 2544 'platform/audio/AudioChannel.cpp', |
| 2545 'platform/audio/AudioChannel.h', | 2545 'platform/audio/AudioChannel.h', |
| 2546 'platform/audio/AudioDSPKernel.h', | 2546 'platform/audio/AudioDSPKernel.h', |
| 2547 'platform/audio/AudioDSPKernelProcessor.cpp', | 2547 'platform/audio/AudioDSPKernelProcessor.cpp', |
| 2548 'platform/audio/AudioDSPKernelProcessor.h', | 2548 'platform/audio/AudioDSPKernelProcessor.h', |
| 2549 'platform/audio/AudioDestination.h', | 2549 'platform/audio/AudioDestination.h', |
| (...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3729 'bison_exe': 'bison', | 3729 'bison_exe': 'bison', |
| 3730 # We specify a preprocess so it happens locally and won't get | 3730 # We specify a preprocess so it happens locally and won't get |
| 3731 # distributed to goma. | 3731 # distributed to goma. |
| 3732 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3732 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3733 # use /usr/bin/clang once we require Xcode 4.x. | 3733 # use /usr/bin/clang once we require Xcode 4.x. |
| 3734 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3734 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3735 }], | 3735 }], |
| 3736 ], | 3736 ], |
| 3737 } | 3737 } |
| 3738 } | 3738 } |
| OLD | NEW |