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

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

Issue 26498003: Move ScrollbarThemeClient to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase 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
« no previous file with comments | « no previous file | Source/core/platform/Scrollbar.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 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2640 'platform/ScrollAnimatorNone.h', 2640 'platform/ScrollAnimatorNone.h',
2641 'platform/ScrollView.cpp', 2641 'platform/ScrollView.cpp',
2642 'platform/ScrollableArea.cpp', 2642 'platform/ScrollableArea.cpp',
2643 'platform/Scrollbar.cpp', 2643 'platform/Scrollbar.cpp',
2644 'platform/Scrollbar.h', 2644 'platform/Scrollbar.h',
2645 'platform/ScrollbarTheme.cpp', 2645 'platform/ScrollbarTheme.cpp',
2646 'platform/ScrollbarTheme.h', 2646 'platform/ScrollbarTheme.h',
2647 'platform/ScrollbarThemeAndroid.cpp', 2647 'platform/ScrollbarThemeAndroid.cpp',
2648 'platform/ScrollbarThemeAuraOrGtk.cpp', 2648 'platform/ScrollbarThemeAuraOrGtk.cpp',
2649 'platform/ScrollbarThemeAuraOrGtk.h', 2649 'platform/ScrollbarThemeAuraOrGtk.h',
2650 'platform/ScrollbarThemeClient.h',
2651 'platform/ScrollbarThemeMacCommon.h', 2650 'platform/ScrollbarThemeMacCommon.h',
2652 'platform/ScrollbarThemeMacCommon.mm', 2651 'platform/ScrollbarThemeMacCommon.mm',
2653 'platform/ScrollbarThemeMacNonOverlayAPI.h', 2652 'platform/ScrollbarThemeMacNonOverlayAPI.h',
2654 'platform/ScrollbarThemeMacNonOverlayAPI.mm', 2653 'platform/ScrollbarThemeMacNonOverlayAPI.mm',
2655 'platform/ScrollbarThemeMacOverlayAPI.h', 2654 'platform/ScrollbarThemeMacOverlayAPI.h',
2656 'platform/ScrollbarThemeMacOverlayAPI.mm', 2655 'platform/ScrollbarThemeMacOverlayAPI.mm',
2657 'platform/ScrollbarThemeNonMacCommon.cpp', 2656 'platform/ScrollbarThemeNonMacCommon.cpp',
2658 'platform/ScrollbarThemeNonMacCommon.h', 2657 'platform/ScrollbarThemeNonMacCommon.h',
2659 'platform/ScrollbarThemeOverlay.cpp', 2658 'platform/ScrollbarThemeOverlay.cpp',
2660 'platform/ScrollbarThemeOverlay.h', 2659 'platform/ScrollbarThemeOverlay.h',
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
3653 'bison_exe': 'bison', 3652 'bison_exe': 'bison',
3654 # We specify a preprocess so it happens locally and won't get 3653 # We specify a preprocess so it happens locally and won't get
3655 # distributed to goma. 3654 # distributed to goma.
3656 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3655 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3657 # use /usr/bin/clang once we require Xcode 4.x. 3656 # use /usr/bin/clang once we require Xcode 4.x.
3658 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3657 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3659 }], 3658 }],
3660 ], 3659 ],
3661 } 3660 }
3662 } 3661 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/Scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698