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

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

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 2 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 '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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 'platform/AsyncFileSystemCallbacks.h', 2589 'platform/AsyncFileSystemCallbacks.h',
2590 'platform/CalculationValue.cpp', 2590 'platform/CalculationValue.cpp',
2591 'platform/CalculationValue.h', 2591 'platform/CalculationValue.h',
2592 'platform/ContentType.cpp', 2592 'platform/ContentType.cpp',
2593 'platform/ContentType.h', 2593 'platform/ContentType.h',
2594 'platform/ContextMenu.cpp', 2594 'platform/ContextMenu.cpp',
2595 'platform/ContextMenuItem.cpp', 2595 'platform/ContextMenuItem.cpp',
2596 'platform/CrossThreadCopier.cpp', 2596 'platform/CrossThreadCopier.cpp',
2597 'platform/CrossThreadCopier.h', 2597 'platform/CrossThreadCopier.h',
2598 'platform/Cursor.cpp', 2598 'platform/Cursor.cpp',
2599 'platform/DateComponents.cpp',
2600 'platform/Decimal.cpp', 2599 'platform/Decimal.cpp',
2601 'platform/DragData.cpp', 2600 'platform/DragData.cpp',
2602 'platform/DragImage.cpp', 2601 'platform/DragImage.cpp',
2603 'platform/EventTracer.cpp', 2602 'platform/EventTracer.cpp',
2604 'platform/FileChooser.cpp', 2603 'platform/FileChooser.cpp',
2605 'platform/FileMetadata.h', 2604 'platform/FileMetadata.h',
2606 'platform/FloatConversion.h', 2605 'platform/FloatConversion.h',
2607 'platform/HashTools.h', 2606 'platform/HashTools.h',
2608 'platform/JSONValues.cpp', 2607 'platform/JSONValues.cpp',
2609 'platform/JSONValues.h', 2608 'platform/JSONValues.h',
2610 'platform/KillRing.h', 2609 'platform/KillRing.h',
2611 'platform/KillRingNone.cpp', 2610 'platform/KillRingNone.cpp',
2612 'platform/Language.cpp',
2613 'platform/LayoutTestSupport.cpp', 2611 'platform/LayoutTestSupport.cpp',
2614 'platform/LayoutTestSupport.h', 2612 'platform/LayoutTestSupport.h',
2615 'platform/Length.cpp', 2613 'platform/Length.cpp',
2616 'platform/LengthBox.cpp', 2614 'platform/LengthBox.cpp',
2617 'platform/LifecycleContext.cpp', 2615 'platform/LifecycleContext.cpp',
2618 'platform/LifecycleContext.h', 2616 'platform/LifecycleContext.h',
2619 'platform/LifecycleNotifier.cpp', 2617 'platform/LifecycleNotifier.cpp',
2620 'platform/LifecycleNotifier.h', 2618 'platform/LifecycleNotifier.h',
2621 'platform/LifecycleObserver.cpp', 2619 'platform/LifecycleObserver.cpp',
2622 'platform/LifecycleObserver.h', 2620 'platform/LifecycleObserver.h',
2623 'platform/LinkHash.cpp', 2621 'platform/LinkHash.cpp',
2624 'platform/LocalizedStrings.cpp', 2622 'platform/LocalizedStrings.cpp',
2625 'platform/LocalizedStrings.h', 2623 'platform/LocalizedStrings.h',
2626 'platform/Logging.cpp',
2627 'platform/MIMETypeFromURL.cpp', 2624 'platform/MIMETypeFromURL.cpp',
2628 'platform/MIMETypeFromURL.h', 2625 'platform/MIMETypeFromURL.h',
2629 'platform/NotImplemented.cpp',
2630 'platform/ParsingUtilities.h', 2626 'platform/ParsingUtilities.h',
2631 'platform/Partitions.cpp', 2627 'platform/Partitions.cpp',
2632 'platform/Partitions.h', 2628 'platform/Partitions.h',
2633 'platform/Pasteboard.cpp', 2629 'platform/Pasteboard.cpp',
2634 'platform/Pasteboard.h', 2630 'platform/Pasteboard.h',
2635 'platform/PlatformEvent.cpp', 2631 'platform/PlatformEvent.cpp',
2636 'platform/PlatformEvent.h', 2632 'platform/PlatformEvent.h',
2637 'platform/PlatformInstrumentation.cpp', 2633 'platform/PlatformInstrumentation.cpp',
2638 'platform/PlatformInstrumentation.h', 2634 'platform/PlatformInstrumentation.h',
2639 'platform/PlatformSpeechSynthesisUtterance.cpp', 2635 'platform/PlatformSpeechSynthesisUtterance.cpp',
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 'bison_exe': 'bison', 3870 'bison_exe': 'bison',
3875 # We specify a preprocess so it happens locally and won't get 3871 # We specify a preprocess so it happens locally and won't get
3876 # distributed to goma. 3872 # distributed to goma.
3877 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3873 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3878 # use /usr/bin/clang once we require Xcode 4.x. 3874 # use /usr/bin/clang once we require Xcode 4.x.
3879 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3875 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3880 }], 3876 }],
3881 ], 3877 ],
3882 } 3878 }
3883 } 3879 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | Source/core/css/CSSRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698