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

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

Issue 31923005: Move Alternate Family Logic into separate header (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
« no previous file with comments | « no previous file | Source/core/platform/graphics/AlternateFontFamily.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after
2696 'platform/chromium/FramelessScrollView.cpp', 2696 'platform/chromium/FramelessScrollView.cpp',
2697 'platform/chromium/FramelessScrollView.h', 2697 'platform/chromium/FramelessScrollView.h',
2698 'platform/chromium/FramelessScrollViewClient.h', 2698 'platform/chromium/FramelessScrollViewClient.h',
2699 'platform/chromium/HistogramSupportChromium.cpp', 2699 'platform/chromium/HistogramSupportChromium.cpp',
2700 'platform/chromium/KeyCodeConversion.h', 2700 'platform/chromium/KeyCodeConversion.h',
2701 'platform/chromium/KeyCodeConversionAndroid.cpp', 2701 'platform/chromium/KeyCodeConversionAndroid.cpp',
2702 'platform/chromium/KeyCodeConversionGtk.cpp', 2702 'platform/chromium/KeyCodeConversionGtk.cpp',
2703 'platform/chromium/KeyboardCodes.h', 2703 'platform/chromium/KeyboardCodes.h',
2704 'platform/chromium/MemoryUsageSupportChromium.cpp', 2704 'platform/chromium/MemoryUsageSupportChromium.cpp',
2705 'platform/chromium/MIMETypeRegistryChromium.cpp', 2705 'platform/chromium/MIMETypeRegistryChromium.cpp',
2706 'platform/graphics/AlternateFontFamily.h',
2706 'platform/graphics/BitmapImage.cpp', 2707 'platform/graphics/BitmapImage.cpp',
2707 'platform/graphics/ContentDecryptionModule.cpp', 2708 'platform/graphics/ContentDecryptionModule.cpp',
2708 'platform/graphics/ContentDecryptionModule.h', 2709 'platform/graphics/ContentDecryptionModule.h',
2709 'platform/graphics/ContentDecryptionModuleSession.cpp', 2710 'platform/graphics/ContentDecryptionModuleSession.cpp',
2710 'platform/graphics/ContentDecryptionModuleSession.h', 2711 'platform/graphics/ContentDecryptionModuleSession.h',
2711 'platform/graphics/Color.cpp', 2712 'platform/graphics/Color.cpp',
2712 'platform/graphics/CrossfadeGeneratedImage.cpp', 2713 'platform/graphics/CrossfadeGeneratedImage.cpp',
2713 'platform/graphics/CrossfadeGeneratedImage.h', 2714 'platform/graphics/CrossfadeGeneratedImage.h',
2714 'platform/graphics/GradientGeneratedImage.cpp', 2715 'platform/graphics/GradientGeneratedImage.cpp',
2715 'platform/graphics/GradientGeneratedImage.h', 2716 'platform/graphics/GradientGeneratedImage.h',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 'bison_exe': 'bison', 3655 'bison_exe': 'bison',
3655 # We specify a preprocess so it happens locally and won't get 3656 # We specify a preprocess so it happens locally and won't get
3656 # distributed to goma. 3657 # distributed to goma.
3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3658 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3658 # use /usr/bin/clang once we require Xcode 4.x. 3659 # use /usr/bin/clang once we require Xcode 4.x.
3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3660 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3660 }], 3661 }],
3661 ], 3662 ],
3662 } 3663 }
3663 } 3664 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/AlternateFontFamily.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698