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

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

Issue 25447002: Move JSONValues.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after
2602 'platform/CrossThreadCopier.cpp', 2602 'platform/CrossThreadCopier.cpp',
2603 'platform/CrossThreadCopier.h', 2603 'platform/CrossThreadCopier.h',
2604 'platform/Cursor.cpp', 2604 'platform/Cursor.cpp',
2605 'platform/DragData.cpp', 2605 'platform/DragData.cpp',
2606 'platform/DragImage.cpp', 2606 'platform/DragImage.cpp',
2607 'platform/EventTracer.cpp', 2607 'platform/EventTracer.cpp',
2608 'platform/FileChooser.cpp', 2608 'platform/FileChooser.cpp',
2609 'platform/FileMetadata.h', 2609 'platform/FileMetadata.h',
2610 'platform/FloatConversion.h', 2610 'platform/FloatConversion.h',
2611 'platform/HashTools.h', 2611 'platform/HashTools.h',
2612 'platform/JSONValues.cpp',
2613 'platform/JSONValues.h',
2614 'platform/KillRing.h', 2612 'platform/KillRing.h',
2615 'platform/KillRingNone.cpp', 2613 'platform/KillRingNone.cpp',
2616 'platform/LayoutTestSupport.cpp', 2614 'platform/LayoutTestSupport.cpp',
2617 'platform/LayoutTestSupport.h', 2615 'platform/LayoutTestSupport.h',
2618 'platform/Length.cpp', 2616 'platform/Length.cpp',
2619 'platform/LengthBox.cpp', 2617 'platform/LengthBox.cpp',
2620 'platform/LifecycleContext.cpp', 2618 'platform/LifecycleContext.cpp',
2621 'platform/LifecycleContext.h', 2619 'platform/LifecycleContext.h',
2622 'platform/LifecycleNotifier.cpp', 2620 'platform/LifecycleNotifier.cpp',
2623 'platform/LifecycleNotifier.h', 2621 'platform/LifecycleNotifier.h',
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3867 'bison_exe': 'bison', 3865 'bison_exe': 'bison',
3868 # We specify a preprocess so it happens locally and won't get 3866 # We specify a preprocess so it happens locally and won't get
3869 # distributed to goma. 3867 # distributed to goma.
3870 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3868 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3871 # use /usr/bin/clang once we require Xcode 4.x. 3869 # use /usr/bin/clang once we require Xcode 4.x.
3872 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3870 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3873 }], 3871 }],
3874 ], 3872 ],
3875 } 3873 }
3876 } 3874 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | Source/core/html/parser/XSSAuditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698