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

Side by Side Diff: content/content_renderer.gypi

Issue 236833003: Rename device_orientation to device_sensors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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_jni.gypi ('k') | content/content_tests.gypi » ('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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'renderer/clipboard_utils.cc', 106 'renderer/clipboard_utils.cc',
107 'renderer/clipboard_utils.h', 107 'renderer/clipboard_utils.h',
108 'renderer/child_frame_compositing_helper.cc', 108 'renderer/child_frame_compositing_helper.cc',
109 'renderer/child_frame_compositing_helper.h', 109 'renderer/child_frame_compositing_helper.h',
110 'renderer/context_menu_params_builder.cc', 110 'renderer/context_menu_params_builder.cc',
111 'renderer/context_menu_params_builder.h', 111 'renderer/context_menu_params_builder.h',
112 'renderer/cursor_utils.cc', 112 'renderer/cursor_utils.cc',
113 'renderer/cursor_utils.h', 113 'renderer/cursor_utils.h',
114 'renderer/date_time_suggestion_builder.cc', 114 'renderer/date_time_suggestion_builder.cc',
115 'renderer/date_time_suggestion_builder.h', 115 'renderer/date_time_suggestion_builder.h',
116 'renderer/device_orientation/device_motion_event_pump.cc', 116 'renderer/device_sensors/device_motion_event_pump.cc',
117 'renderer/device_orientation/device_motion_event_pump.h', 117 'renderer/device_sensors/device_motion_event_pump.h',
118 'renderer/device_orientation/device_orientation_event_pump.cc', 118 'renderer/device_sensors/device_orientation_event_pump.cc',
119 'renderer/device_orientation/device_orientation_event_pump.h', 119 'renderer/device_sensors/device_orientation_event_pump.h',
120 'renderer/device_orientation/device_sensor_event_pump.cc', 120 'renderer/device_sensors/device_sensor_event_pump.cc',
121 'renderer/device_orientation/device_sensor_event_pump.h', 121 'renderer/device_sensors/device_sensor_event_pump.h',
122 'renderer/devtools/devtools_agent.cc', 122 'renderer/devtools/devtools_agent.cc',
123 'renderer/devtools/devtools_agent.h', 123 'renderer/devtools/devtools_agent.h',
124 'renderer/devtools/devtools_agent_filter.cc', 124 'renderer/devtools/devtools_agent_filter.cc',
125 'renderer/devtools/devtools_agent_filter.h', 125 'renderer/devtools/devtools_agent_filter.h',
126 'renderer/devtools/devtools_client.cc', 126 'renderer/devtools/devtools_client.cc',
127 'renderer/devtools/devtools_client.h', 127 'renderer/devtools/devtools_client.h',
128 'renderer/disambiguation_popup_helper.cc', 128 'renderer/disambiguation_popup_helper.cc',
129 'renderer/disambiguation_popup_helper.h', 129 'renderer/disambiguation_popup_helper.h',
130 'renderer/dom_automation_controller.cc', 130 'renderer/dom_automation_controller.cc',
131 'renderer/dom_automation_controller.h', 131 'renderer/dom_automation_controller.h',
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 }], 780 }],
781 ], 781 ],
782 'target_conditions': [ 782 'target_conditions': [
783 ['OS=="android"', { 783 ['OS=="android"', {
784 'sources/': [ 784 'sources/': [
785 ['include', '^renderer/render_view_linux\\.cc$'], 785 ['include', '^renderer/render_view_linux\\.cc$'],
786 ], 786 ],
787 }], 787 }],
788 ], 788 ],
789 } 789 }
OLDNEW
« no previous file with comments | « content/content_jni.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698