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

Side by Side Diff: Source/Platform/Platform.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: removed files incorrectly listed in WebKit.gyp Created 7 years, 6 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/Platform/chromium/public/WebDeviceMotionData.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 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'chromium/public/WebCommon.h', 46 'chromium/public/WebCommon.h',
47 'chromium/public/WebCompositingReasons.h', 47 'chromium/public/WebCompositingReasons.h',
48 'chromium/public/WebCompositorSupport.h', 48 'chromium/public/WebCompositorSupport.h',
49 'chromium/public/WebCompositorOutputSurface.h', 49 'chromium/public/WebCompositorOutputSurface.h',
50 'chromium/public/WebContentLayer.h', 50 'chromium/public/WebContentLayer.h',
51 'chromium/public/WebContentLayerClient.h', 51 'chromium/public/WebContentLayerClient.h',
52 'chromium/public/WebCookie.h', 52 'chromium/public/WebCookie.h',
53 'chromium/public/WebCookieJar.h', 53 'chromium/public/WebCookieJar.h',
54 'chromium/public/WebCursorInfo.h', 54 'chromium/public/WebCursorInfo.h',
55 'chromium/public/WebData.h', 55 'chromium/public/WebData.h',
56 'chromium/public/WebDeviceMotionData.h',
57 'chromium/public/WebDeviceMotionListener.h',
56 'chromium/public/WebDiscardableMemory.h', 58 'chromium/public/WebDiscardableMemory.h',
57 'chromium/public/WebDragData.h', 59 'chromium/public/WebDragData.h',
58 'chromium/public/WebExternalTextureLayer.h', 60 'chromium/public/WebExternalTextureLayer.h',
59 'chromium/public/WebExternalTextureLayerClient.h', 61 'chromium/public/WebExternalTextureLayerClient.h',
60 'chromium/public/WebExternalTextureMailbox.h', 62 'chromium/public/WebExternalTextureMailbox.h',
61 'chromium/public/WebFallbackThemeEngine.h', 63 'chromium/public/WebFallbackThemeEngine.h',
62 'chromium/public/WebFileError.h', 64 'chromium/public/WebFileError.h',
63 'chromium/public/WebFileInfo.h', 65 'chromium/public/WebFileInfo.h',
64 'chromium/public/WebFileSystem.h', 66 'chromium/public/WebFileSystem.h',
65 'chromium/public/WebFileSystemCallbacks.h', 67 'chromium/public/WebFileSystemCallbacks.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'chromium/public/linux/WebFontInfo.h', 177 'chromium/public/linux/WebFontInfo.h',
176 'chromium/public/linux/WebFontRenderStyle.h', 178 'chromium/public/linux/WebFontRenderStyle.h',
177 'chromium/public/linux/WebSandboxSupport.h', 179 'chromium/public/linux/WebSandboxSupport.h',
178 'chromium/public/mac/WebSandboxSupport.h', 180 'chromium/public/mac/WebSandboxSupport.h',
179 'chromium/public/mac/WebThemeEngine.h', 181 'chromium/public/mac/WebThemeEngine.h',
180 'chromium/public/win/WebSandboxSupport.h', 182 'chromium/public/win/WebSandboxSupport.h',
181 'chromium/public/win/WebThemeEngine.h', 183 'chromium/public/win/WebThemeEngine.h',
182 ] 184 ]
183 } 185 }
184 } 186 }
OLDNEW
« no previous file with comments | « no previous file | Source/Platform/chromium/public/WebDeviceMotionData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698