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

Side by Side Diff: content/content_common.gypi

Issue 14678012: Implement the content/renderer and content/browser part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: factored out as much code as possible from the templated reader Created 7 years, 6 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'common/font_config_ipc_linux.cc', 173 'common/font_config_ipc_linux.cc',
174 'common/font_config_ipc_linux.h', 174 'common/font_config_ipc_linux.h',
175 'common/font_list.cc', 175 'common/font_list.cc',
176 'common/font_list.h', 176 'common/font_list.h',
177 'common/font_list_android.cc', 177 'common/font_list_android.cc',
178 'common/font_list_mac.mm', 178 'common/font_list_mac.mm',
179 'common/font_list_pango.cc', 179 'common/font_list_pango.cc',
180 'common/font_list_win.cc', 180 'common/font_list_win.cc',
181 'common/gamepad_hardware_buffer.h', 181 'common/gamepad_hardware_buffer.h',
182 'common/gamepad_messages.h', 182 'common/gamepad_messages.h',
183 'common/gamepad_seqlock.cc',
184 'common/gamepad_seqlock.h',
185 'common/gamepad_user_gesture.cc', 183 'common/gamepad_user_gesture.cc',
186 'common/gamepad_user_gesture.h', 184 'common/gamepad_user_gesture.h',
187 'common/geolocation_messages.h', 185 'common/geolocation_messages.h',
188 'common/gpu/client/command_buffer_proxy_impl.cc', 186 'common/gpu/client/command_buffer_proxy_impl.cc',
189 'common/gpu/client/command_buffer_proxy_impl.h', 187 'common/gpu/client/command_buffer_proxy_impl.h',
190 'common/gpu/client/context_provider_command_buffer.cc', 188 'common/gpu/client/context_provider_command_buffer.cc',
191 'common/gpu/client/context_provider_command_buffer.h', 189 'common/gpu/client/context_provider_command_buffer.h',
192 'common/gpu/client/gl_helper.cc', 190 'common/gpu/client/gl_helper.cc',
193 'common/gpu/client/gl_helper.h', 191 'common/gpu/client/gl_helper.h',
194 'common/gpu/client/gl_helper_scaling.cc', 192 'common/gpu/client/gl_helper_scaling.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'common/media/video_capture.h', 269 'common/media/video_capture.h',
272 'common/media/video_capture_messages.h', 270 'common/media/video_capture_messages.h',
273 'common/memory_benchmark_messages.h', 271 'common/memory_benchmark_messages.h',
274 'common/message_router.cc', 272 'common/message_router.cc',
275 'common/message_router.h', 273 'common/message_router.h',
276 'common/mime_registry_messages.h', 274 'common/mime_registry_messages.h',
277 'common/navigation_gesture.h', 275 'common/navigation_gesture.h',
278 'common/net/url_fetcher.cc', 276 'common/net/url_fetcher.cc',
279 'common/net/url_request_user_data.cc', 277 'common/net/url_request_user_data.cc',
280 'common/net/url_request_user_data.h', 278 'common/net/url_request_user_data.h',
279 'common/one_writer_seqlock.cc',
280 'common/one_writer_seqlock.h',
281 'common/p2p_messages.h', 281 'common/p2p_messages.h',
282 'common/p2p_sockets.h', 282 'common/p2p_sockets.h',
283 'common/page_zoom.cc', 283 'common/page_zoom.cc',
284 'common/pepper_messages.h', 284 'common/pepper_messages.h',
285 'common/pepper_plugin_registry.cc', 285 'common/pepper_plugin_registry.cc',
286 'common/pepper_plugin_registry.h', 286 'common/pepper_plugin_registry.h',
287 'common/pepper_renderer_instance_data.cc', 287 'common/pepper_renderer_instance_data.cc',
288 'common/pepper_renderer_instance_data.h', 288 'common/pepper_renderer_instance_data.h',
289 'common/plugin_carbon_interpose_constants_mac.cc', 289 'common/plugin_carbon_interpose_constants_mac.cc',
290 'common/plugin_carbon_interpose_constants_mac.h', 290 'common/plugin_carbon_interpose_constants_mac.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 538 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
539 '<(output)', 539 '<(output)',
540 '<(PRODUCT_DIR)', 540 '<(PRODUCT_DIR)',
541 ], 541 ],
542 'msvs_cygwin_shell': 1, 542 'msvs_cygwin_shell': 1,
543 }, 543 },
544 ] 544 ]
545 }], 545 }],
546 ], 546 ],
547 } 547 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698