Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: Source/core/core.gypi

Issue 15301006: Merged GraphicsContext3DPrivate into GraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed ExtractWebGraphicsContext3D Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/DrawingBufferTest.cpp ('k') | Source/core/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698