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

Side by Side Diff: content/content_common.gypi

Issue 2037513002: Convert device_sensors to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conversion--mime-registry
Patch Set: Created 4 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'common/cursors/webcursor_android.cc', 288 'common/cursors/webcursor_android.cc',
289 'common/cursors/webcursor_aura.cc', 289 'common/cursors/webcursor_aura.cc',
290 'common/cursors/webcursor_aurawin.cc', 290 'common/cursors/webcursor_aurawin.cc',
291 'common/cursors/webcursor_aurax11.cc', 291 'common/cursors/webcursor_aurax11.cc',
292 'common/cursors/webcursor_mac.mm', 292 'common/cursors/webcursor_mac.mm',
293 'common/cursors/webcursor_ozone.cc', 293 'common/cursors/webcursor_ozone.cc',
294 'common/database_messages.h', 294 'common/database_messages.h',
295 'common/date_time_suggestion.h', 295 'common/date_time_suggestion.h',
296 'common/device_sensors/device_light_data.h', 296 'common/device_sensors/device_light_data.h',
297 'common/device_sensors/device_light_hardware_buffer.h', 297 'common/device_sensors/device_light_hardware_buffer.h',
298 'common/device_sensors/device_light_messages.h',
299 'common/device_sensors/device_motion_hardware_buffer.h', 298 'common/device_sensors/device_motion_hardware_buffer.h',
300 'common/device_sensors/device_motion_messages.h',
301 'common/device_sensors/device_orientation_hardware_buffer.h', 299 'common/device_sensors/device_orientation_hardware_buffer.h',
302 'common/device_sensors/device_orientation_messages.h',
303 'common/devtools_messages.h', 300 'common/devtools_messages.h',
304 'common/discardable_shared_memory_heap.cc', 301 'common/discardable_shared_memory_heap.cc',
305 'common/discardable_shared_memory_heap.h', 302 'common/discardable_shared_memory_heap.h',
306 'common/dom_storage/dom_storage_map.cc', 303 'common/dom_storage/dom_storage_map.cc',
307 'common/dom_storage/dom_storage_map.h', 304 'common/dom_storage/dom_storage_map.h',
308 'common/dom_storage/dom_storage_messages.h', 305 'common/dom_storage/dom_storage_messages.h',
309 'common/drag_event_source_info.h', 306 'common/drag_event_source_info.h',
310 'common/drag_messages.h', 307 'common/drag_messages.h',
311 'common/drag_traits.h', 308 'common/drag_traits.h',
312 'common/dwrite_font_proxy_messages.h', 309 'common/dwrite_font_proxy_messages.h',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 660 ],
664 }], 661 }],
665 ['enable_ipc_fuzzer==1', { 662 ['enable_ipc_fuzzer==1', {
666 'sources': [ 663 'sources': [
667 'common/external_ipc_dumper.cc', 664 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 665 'common/external_ipc_dumper.h',
669 ], 666 ],
670 }], 667 }],
671 ], 668 ],
672 } 669 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698