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

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

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 similarity diff 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 # 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'public/WebDataSource.h', 107 'public/WebDataSource.h',
108 'public/WebDatabase.h', 108 'public/WebDatabase.h',
109 'public/WebDatabaseObserver.h', 109 'public/WebDatabaseObserver.h',
110 'public/WebDateTimeInputType.h', 110 'public/WebDateTimeInputType.h',
111 'public/WebDateTimeChooserCompletion.h', 111 'public/WebDateTimeChooserCompletion.h',
112 'public/WebDateTimeChooserParams.h', 112 'public/WebDateTimeChooserParams.h',
113 'public/WebDevToolsAgent.h', 113 'public/WebDevToolsAgent.h',
114 'public/WebDevToolsAgentClient.h', 114 'public/WebDevToolsAgentClient.h',
115 'public/WebDevToolsFrontend.h', 115 'public/WebDevToolsFrontend.h',
116 'public/WebDevToolsFrontendClient.h', 116 'public/WebDevToolsFrontendClient.h',
117 'public/WebDeviceMotionData.h'
118 'public/WebDeviceMotionHandler.h',
119 'public/WebDeviceMotionListener.h',
117 'public/WebDeviceOrientation.h', 120 'public/WebDeviceOrientation.h',
118 'public/WebDeviceOrientationClient.h', 121 'public/WebDeviceOrientationClient.h',
119 'public/WebDeviceOrientationClientMock.h', 122 'public/WebDeviceOrientationClientMock.h',
120 'public/WebDeviceOrientationController.h', 123 'public/WebDeviceOrientationController.h',
121 'public/WebDocument.h', 124 'public/WebDocument.h',
122 'public/WebDocumentType.h', 125 'public/WebDocumentType.h',
123 'public/WebEditingAction.h', 126 'public/WebEditingAction.h',
124 'public/WebElement.h', 127 'public/WebElement.h',
125 'public/WebExceptionCode.h', 128 'public/WebExceptionCode.h',
126 'public/WebExternalPopupMenu.h', 129 'public/WebExternalPopupMenu.h',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 ['clang==1', { 835 ['clang==1', {
833 'target_defaults': { 836 'target_defaults': {
834 'cflags': ['-Wglobal-constructors'], 837 'cflags': ['-Wglobal-constructors'],
835 'xcode_settings': { 838 'xcode_settings': {
836 'WARNING_CFLAGS': ['-Wglobal-constructors'], 839 'WARNING_CFLAGS': ['-Wglobal-constructors'],
837 }, 840 },
838 }, 841 },
839 }], 842 }],
840 ], # conditions 843 ], # conditions
841 } 844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698