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

Side by Side Diff: content/content_renderer.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_common_mojo_bindings.gyp ('k') | content/renderer/DEPS » ('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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'renderer/clipboard_utils.cc', 147 'renderer/clipboard_utils.cc',
148 'renderer/clipboard_utils.h', 148 'renderer/clipboard_utils.h',
149 'renderer/context_menu_params_builder.cc', 149 'renderer/context_menu_params_builder.cc',
150 'renderer/context_menu_params_builder.h', 150 'renderer/context_menu_params_builder.h',
151 'renderer/cursor_utils.cc', 151 'renderer/cursor_utils.cc',
152 'renderer/cursor_utils.h', 152 'renderer/cursor_utils.h',
153 'renderer/device_sensors/device_light_event_pump.cc', 153 'renderer/device_sensors/device_light_event_pump.cc',
154 'renderer/device_sensors/device_light_event_pump.h', 154 'renderer/device_sensors/device_light_event_pump.h',
155 'renderer/device_sensors/device_motion_event_pump.cc', 155 'renderer/device_sensors/device_motion_event_pump.cc',
156 'renderer/device_sensors/device_motion_event_pump.h', 156 'renderer/device_sensors/device_motion_event_pump.h',
157 'renderer/device_sensors/device_orientation_absolute_event_pump.cc',
158 'renderer/device_sensors/device_orientation_absolute_event_pump.h',
159 'renderer/device_sensors/device_orientation_event_pump.cc', 157 'renderer/device_sensors/device_orientation_event_pump.cc',
160 'renderer/device_sensors/device_orientation_event_pump.h', 158 'renderer/device_sensors/device_orientation_event_pump.h',
161 'renderer/device_sensors/device_sensor_event_pump.h', 159 'renderer/device_sensors/device_sensor_event_pump.h',
162 'renderer/devtools/devtools_agent.cc', 160 'renderer/devtools/devtools_agent.cc',
163 'renderer/devtools/devtools_agent.h', 161 'renderer/devtools/devtools_agent.h',
164 'renderer/devtools/devtools_agent_filter.cc', 162 'renderer/devtools/devtools_agent_filter.cc',
165 'renderer/devtools/devtools_agent_filter.h', 163 'renderer/devtools/devtools_agent_filter.h',
166 'renderer/devtools/devtools_client.cc', 164 'renderer/devtools/devtools_client.cc',
167 'renderer/devtools/devtools_client.h', 165 'renderer/devtools/devtools_client.h',
168 'renderer/devtools/devtools_cpu_throttler.cc', 166 'renderer/devtools/devtools_cpu_throttler.cc',
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 }], 902 }],
905 ], 903 ],
906 'target_conditions': [ 904 'target_conditions': [
907 ['OS=="android"', { 905 ['OS=="android"', {
908 'sources/': [ 906 'sources/': [
909 ['include', '^renderer/render_view_linux\\.cc$'], 907 ['include', '^renderer/render_view_linux\\.cc$'],
910 ], 908 ],
911 }], 909 }],
912 ], 910 ],
913 } 911 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698