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

Side by Side Diff: content/content_browser.gypi

Issue 10755002: Refactors DeviceOrientation to make it more extensible (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moves construction of DeviceData objects out of ProviderImpl Created 8 years, 5 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'browser/debugger/render_view_devtools_agent_host.h', 257 'browser/debugger/render_view_devtools_agent_host.h',
258 'browser/debugger/worker_devtools_manager.cc', 258 'browser/debugger/worker_devtools_manager.cc',
259 'browser/debugger/worker_devtools_manager.h', 259 'browser/debugger/worker_devtools_manager.h',
260 'browser/debugger/worker_devtools_message_filter.cc', 260 'browser/debugger/worker_devtools_message_filter.cc',
261 'browser/debugger/worker_devtools_message_filter.h', 261 'browser/debugger/worker_devtools_message_filter.h',
262 'browser/device_orientation/accelerometer_mac.cc', 262 'browser/device_orientation/accelerometer_mac.cc',
263 'browser/device_orientation/accelerometer_mac.h', 263 'browser/device_orientation/accelerometer_mac.h',
264 'browser/device_orientation/data_fetcher.h', 264 'browser/device_orientation/data_fetcher.h',
265 'browser/device_orientation/data_fetcher_impl_android.cc', 265 'browser/device_orientation/data_fetcher_impl_android.cc',
266 'browser/device_orientation/data_fetcher_impl_android.h', 266 'browser/device_orientation/data_fetcher_impl_android.h',
267 'browser/device_orientation/device_data.h',
267 'browser/device_orientation/orientation_message_filter.cc', 268 'browser/device_orientation/orientation_message_filter.cc',
268 'browser/device_orientation/orientation_message_filter.h', 269 'browser/device_orientation/orientation_message_filter.h',
270 'browser/device_orientation/orientation.cc',
269 'browser/device_orientation/orientation.h', 271 'browser/device_orientation/orientation.h',
270 'browser/device_orientation/provider.cc', 272 'browser/device_orientation/provider.cc',
271 'browser/device_orientation/provider.h', 273 'browser/device_orientation/provider.h',
272 'browser/device_orientation/provider_impl.cc', 274 'browser/device_orientation/provider_impl.cc',
273 'browser/device_orientation/provider_impl.h', 275 'browser/device_orientation/provider_impl.h',
274 'browser/dom_storage/dom_storage_context_impl.cc', 276 'browser/dom_storage/dom_storage_context_impl.cc',
275 'browser/dom_storage/dom_storage_context_impl.h', 277 'browser/dom_storage/dom_storage_context_impl.h',
276 'browser/dom_storage/dom_storage_message_filter.cc', 278 'browser/dom_storage/dom_storage_message_filter.cc',
277 'browser/dom_storage/dom_storage_message_filter.h', 279 'browser/dom_storage/dom_storage_message_filter.h',
278 'browser/dom_storage/session_storage_namespace_impl.cc', 280 'browser/dom_storage/session_storage_namespace_impl.cc',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 ], 981 ],
980 }], 982 }],
981 ['input_speech==0', { 983 ['input_speech==0', {
982 'sources/': [ 984 'sources/': [
983 ['exclude', '^browser/speech/'], 985 ['exclude', '^browser/speech/'],
984 ], 986 ],
985 }], 987 }],
986 ], 988 ],
987 } 989 }
988 990
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698