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

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

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed Adam's comments Created 7 years, 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 2671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2682 'platform/chromium/SearchPopupMenuChromium.cpp', 2682 'platform/chromium/SearchPopupMenuChromium.cpp',
2683 'platform/chromium/SearchPopupMenuChromium.h', 2683 'platform/chromium/SearchPopupMenuChromium.h',
2684 'platform/chromium/SharedTimerChromium.cpp', 2684 'platform/chromium/SharedTimerChromium.cpp',
2685 'platform/chromium/SoundChromiumPosix.cpp', 2685 'platform/chromium/SoundChromiumPosix.cpp',
2686 'platform/chromium/SoundChromiumWin.cpp', 2686 'platform/chromium/SoundChromiumWin.cpp',
2687 'platform/chromium/StatsCounterChromium.cpp', 2687 'platform/chromium/StatsCounterChromium.cpp',
2688 'platform/chromium/SuddenTerminationChromium.cpp', 2688 'platform/chromium/SuddenTerminationChromium.cpp',
2689 'platform/chromium/TraceEvent.h', 2689 'platform/chromium/TraceEvent.h',
2690 'platform/chromium/VisitedLinksChromium.cpp', 2690 'platform/chromium/VisitedLinksChromium.cpp',
2691 'platform/chromium/WidgetChromium.cpp', 2691 'platform/chromium/WidgetChromium.cpp',
2692 'platform/chromium/support/WebDeviceMotionData.cpp',
abarth-chromium 2013/05/07 16:43:47 Please put this in the webcore_platform_support_fi
timvolodine 2013/05/07 19:02:30 Done.
2692 'platform/cocoa/KeyEventCocoa.h', 2693 'platform/cocoa/KeyEventCocoa.h',
2693 'platform/cocoa/KeyEventCocoa.mm', 2694 'platform/cocoa/KeyEventCocoa.mm',
2694 'platform/graphics/ANGLEWebKitBridge.cpp', 2695 'platform/graphics/ANGLEWebKitBridge.cpp',
2695 'platform/graphics/ANGLEWebKitBridge.h', 2696 'platform/graphics/ANGLEWebKitBridge.h',
2696 'platform/graphics/BitmapImage.cpp', 2697 'platform/graphics/BitmapImage.cpp',
2697 'platform/graphics/Color.cpp', 2698 'platform/graphics/Color.cpp',
2698 'platform/graphics/CrossfadeGeneratedImage.cpp', 2699 'platform/graphics/CrossfadeGeneratedImage.cpp',
2699 'platform/graphics/CrossfadeGeneratedImage.h', 2700 'platform/graphics/CrossfadeGeneratedImage.h',
2700 'platform/graphics/Extensions3D.cpp', 2701 'platform/graphics/Extensions3D.cpp',
2701 'platform/graphics/Extensions3D.h', 2702 'platform/graphics/Extensions3D.h',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 'bison_exe': 'bison', 3699 'bison_exe': 'bison',
3699 # We specify a preprocess so it happens locally and won't get 3700 # We specify a preprocess so it happens locally and won't get
3700 # distributed to goma. 3701 # distributed to goma.
3701 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3702 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3702 # use /usr/bin/clang once we require Xcode 4.x. 3703 # use /usr/bin/clang once we require Xcode 4.x.
3703 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3704 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3704 }], 3705 }],
3705 ], 3706 ],
3706 } 3707 }
3707 } 3708 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698