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

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

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase to apply to trunk 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 | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('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 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after
2685 'platform/chromium/ChromiumDataObject.cpp', 2685 'platform/chromium/ChromiumDataObject.cpp',
2686 'platform/chromium/ChromiumDataObject.h', 2686 'platform/chromium/ChromiumDataObject.h',
2687 'platform/chromium/ChromiumDataObjectItem.cpp', 2687 'platform/chromium/ChromiumDataObjectItem.cpp',
2688 'platform/chromium/ChromiumDataObjectItem.h', 2688 'platform/chromium/ChromiumDataObjectItem.h',
2689 'platform/chromium/FramelessScrollView.cpp', 2689 'platform/chromium/FramelessScrollView.cpp',
2690 'platform/chromium/FramelessScrollView.h', 2690 'platform/chromium/FramelessScrollView.h',
2691 'platform/chromium/FramelessScrollViewClient.h', 2691 'platform/chromium/FramelessScrollViewClient.h',
2692 'platform/chromium/HistogramSupportChromium.cpp', 2692 'platform/chromium/HistogramSupportChromium.cpp',
2693 'platform/chromium/MemoryUsageSupportChromium.cpp', 2693 'platform/chromium/MemoryUsageSupportChromium.cpp',
2694 'platform/chromium/MIMETypeRegistryChromium.cpp', 2694 'platform/chromium/MIMETypeRegistryChromium.cpp',
2695 'platform/chromium/PlatformScreenChromium.cpp',
2696 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2695 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2697 'platform/chromium/PlatformThemeChromiumDefault.h', 2696 'platform/chromium/PlatformThemeChromiumDefault.h',
2698 'platform/graphics/BitmapImage.cpp', 2697 'platform/graphics/BitmapImage.cpp',
2699 'platform/graphics/ContentDecryptionModule.cpp', 2698 'platform/graphics/ContentDecryptionModule.cpp',
2700 'platform/graphics/ContentDecryptionModule.h', 2699 'platform/graphics/ContentDecryptionModule.h',
2701 'platform/graphics/ContentDecryptionModuleSession.cpp', 2700 'platform/graphics/ContentDecryptionModuleSession.cpp',
2702 'platform/graphics/ContentDecryptionModuleSession.h', 2701 'platform/graphics/ContentDecryptionModuleSession.h',
2703 'platform/graphics/Color.cpp', 2702 'platform/graphics/Color.cpp',
2704 'platform/graphics/CrossfadeGeneratedImage.cpp', 2703 'platform/graphics/CrossfadeGeneratedImage.cpp',
2705 'platform/graphics/CrossfadeGeneratedImage.h', 2704 'platform/graphics/CrossfadeGeneratedImage.h',
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
3658 'bison_exe': 'bison', 3657 'bison_exe': 'bison',
3659 # We specify a preprocess so it happens locally and won't get 3658 # We specify a preprocess so it happens locally and won't get
3660 # distributed to goma. 3659 # distributed to goma.
3661 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3660 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3662 # use /usr/bin/clang once we require Xcode 4.x. 3661 # use /usr/bin/clang once we require Xcode 4.x.
3663 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3662 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3664 }], 3663 }],
3665 ], 3664 ],
3666 } 3665 }
3667 } 3666 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698