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

Side by Side Diff: content/content_browser.gypi

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Implements new WebKit API, rebases after large refactorings Created 8 years, 4 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'browser/device_monitor_linux.cc', 275 'browser/device_monitor_linux.cc',
276 'browser/device_monitor_linux.h', 276 'browser/device_monitor_linux.h',
277 'browser/device_orientation/accelerometer_mac.cc', 277 'browser/device_orientation/accelerometer_mac.cc',
278 'browser/device_orientation/accelerometer_mac.h', 278 'browser/device_orientation/accelerometer_mac.h',
279 'browser/device_orientation/data_fetcher.h', 279 'browser/device_orientation/data_fetcher.h',
280 'browser/device_orientation/data_fetcher_impl_android.cc', 280 'browser/device_orientation/data_fetcher_impl_android.cc',
281 'browser/device_orientation/data_fetcher_impl_android.h', 281 'browser/device_orientation/data_fetcher_impl_android.h',
282 'browser/device_orientation/device_data.h', 282 'browser/device_orientation/device_data.h',
283 'browser/device_orientation/message_filter.cc', 283 'browser/device_orientation/message_filter.cc',
284 'browser/device_orientation/message_filter.h', 284 'browser/device_orientation/message_filter.h',
285 'browser/device_orientation/motion.cc',
286 'browser/device_orientation/motion.h',
287 'browser/device_orientation/motion_message_filter.cc',
288 'browser/device_orientation/motion_message_filter.h',
285 'browser/device_orientation/observer_delegate.cc', 289 'browser/device_orientation/observer_delegate.cc',
286 'browser/device_orientation/observer_delegate.h', 290 'browser/device_orientation/observer_delegate.h',
291 'browser/device_orientation/orientation.cc',
292 'browser/device_orientation/orientation.h',
287 'browser/device_orientation/orientation_message_filter.cc', 293 'browser/device_orientation/orientation_message_filter.cc',
288 'browser/device_orientation/orientation_message_filter.h', 294 'browser/device_orientation/orientation_message_filter.h',
289 'browser/device_orientation/orientation.cc',
290 'browser/device_orientation/orientation.h',
291 'browser/device_orientation/provider.cc', 295 'browser/device_orientation/provider.cc',
292 'browser/device_orientation/provider.h', 296 'browser/device_orientation/provider.h',
293 'browser/device_orientation/provider_impl.cc', 297 'browser/device_orientation/provider_impl.cc',
294 'browser/device_orientation/provider_impl.h', 298 'browser/device_orientation/provider_impl.h',
295 'browser/dom_storage/dom_storage_context_impl.cc', 299 'browser/dom_storage/dom_storage_context_impl.cc',
296 'browser/dom_storage/dom_storage_context_impl.h', 300 'browser/dom_storage/dom_storage_context_impl.h',
297 'browser/dom_storage/dom_storage_message_filter.cc', 301 'browser/dom_storage/dom_storage_message_filter.cc',
298 'browser/dom_storage/dom_storage_message_filter.h', 302 'browser/dom_storage/dom_storage_message_filter.h',
299 'browser/dom_storage/session_storage_namespace_impl.cc', 303 'browser/dom_storage/session_storage_namespace_impl.cc',
300 'browser/dom_storage/session_storage_namespace_impl.h', 304 'browser/dom_storage/session_storage_namespace_impl.h',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 ['exclude', '^browser/renderer_host/java/'], 1007 ['exclude', '^browser/renderer_host/java/'],
1004 ], 1008 ],
1005 }], 1009 }],
1006 ['input_speech==0', { 1010 ['input_speech==0', {
1007 'sources/': [ 1011 'sources/': [
1008 ['exclude', '^browser/speech/'], 1012 ['exclude', '^browser/speech/'],
1009 ], 1013 ],
1010 }], 1014 }],
1011 ], 1015 ],
1012 } 1016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698