OLD | NEW |
1 | 1 |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'css/CSS.idl', | 5 'css/CSS.idl', |
6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
9 'css/CSSHostRule.idl', | 9 'css/CSSHostRule.idl', |
10 'css/CSSImportRule.idl', | 10 'css/CSSImportRule.idl', |
(...skipping 3569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3580 'testing/InternalSettings.cpp', | 3580 'testing/InternalSettings.cpp', |
3581 'testing/InternalSettings.h', | 3581 'testing/InternalSettings.h', |
3582 'testing/MallocStatistics.h', | 3582 'testing/MallocStatistics.h', |
3583 'testing/MockPagePopupDriver.cpp', | 3583 'testing/MockPagePopupDriver.cpp', |
3584 'testing/MockPagePopupDriver.h', | 3584 'testing/MockPagePopupDriver.h', |
3585 'testing/TypeConversions.h', | 3585 'testing/TypeConversions.h', |
3586 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', | 3586 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', |
3587 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', | 3587 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', |
3588 ], | 3588 ], |
3589 'webcore_platform_support_files': [ | 3589 'webcore_platform_support_files': [ |
3590 'platform/chromium/support/GraphicsContext3DPrivate.cpp', | |
3591 'platform/chromium/support/GraphicsContext3DPrivate.h', | |
3592 'platform/chromium/support/Platform.cpp', | 3590 'platform/chromium/support/Platform.cpp', |
3593 'platform/chromium/support/WebActiveGestureAnimation.cpp', | 3591 'platform/chromium/support/WebActiveGestureAnimation.cpp', |
3594 'platform/chromium/support/WebActiveGestureAnimation.h', | 3592 'platform/chromium/support/WebActiveGestureAnimation.h', |
3595 'platform/chromium/support/WebAudioBus.cpp', | 3593 'platform/chromium/support/WebAudioBus.cpp', |
3596 'platform/chromium/support/WebCString.cpp', | 3594 'platform/chromium/support/WebCString.cpp', |
3597 'platform/chromium/support/WebCursorInfo.cpp', | 3595 'platform/chromium/support/WebCursorInfo.cpp', |
3598 'platform/chromium/support/WebData.cpp', | 3596 'platform/chromium/support/WebData.cpp', |
3599 'platform/chromium/support/WebFilterOperation.cpp', | 3597 'platform/chromium/support/WebFilterOperation.cpp', |
3600 'platform/chromium/support/WebFilterOperations.cpp', | 3598 'platform/chromium/support/WebFilterOperations.cpp', |
3601 'platform/chromium/support/WebFloatQuad.cpp', | 3599 'platform/chromium/support/WebFloatQuad.cpp', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3674 'bison_exe': 'bison', | 3672 'bison_exe': 'bison', |
3675 # We specify a preprocess so it happens locally and won't get | 3673 # We specify a preprocess so it happens locally and won't get |
3676 # distributed to goma. | 3674 # distributed to goma. |
3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3675 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3678 # use /usr/bin/clang once we require Xcode 4.x. | 3676 # use /usr/bin/clang once we require Xcode 4.x. |
3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3677 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3680 }], | 3678 }], |
3681 ], | 3679 ], |
3682 } | 3680 } |
3683 } | 3681 } |
OLD | NEW |