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

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: fix compilation: peer_handle -> PeerHandle() Created 7 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_renderer.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 '../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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'common/font_config_ipc_linux.cc', 170 'common/font_config_ipc_linux.cc',
171 'common/font_config_ipc_linux.h', 171 'common/font_config_ipc_linux.h',
172 'common/font_list.cc', 172 'common/font_list.cc',
173 'common/font_list.h', 173 'common/font_list.h',
174 'common/font_list_android.cc', 174 'common/font_list_android.cc',
175 'common/font_list_mac.mm', 175 'common/font_list_mac.mm',
176 'common/font_list_pango.cc', 176 'common/font_list_pango.cc',
177 'common/font_list_win.cc', 177 'common/font_list_win.cc',
178 'common/gamepad_hardware_buffer.h', 178 'common/gamepad_hardware_buffer.h',
179 'common/gamepad_messages.h', 179 'common/gamepad_messages.h',
180 'common/gamepad_seqlock.cc',
181 'common/gamepad_seqlock.h',
182 'common/gamepad_user_gesture.cc', 180 'common/gamepad_user_gesture.cc',
183 'common/gamepad_user_gesture.h', 181 'common/gamepad_user_gesture.h',
184 'common/geolocation_messages.h', 182 'common/geolocation_messages.h',
185 'common/gpu/client/command_buffer_proxy_impl.cc', 183 'common/gpu/client/command_buffer_proxy_impl.cc',
186 'common/gpu/client/command_buffer_proxy_impl.h', 184 'common/gpu/client/command_buffer_proxy_impl.h',
187 'common/gpu/client/context_provider_command_buffer.cc', 185 'common/gpu/client/context_provider_command_buffer.cc',
188 'common/gpu/client/context_provider_command_buffer.h', 186 'common/gpu/client/context_provider_command_buffer.h',
189 'common/gpu/client/gl_helper.cc', 187 'common/gpu/client/gl_helper.cc',
190 'common/gpu/client/gl_helper.h', 188 'common/gpu/client/gl_helper.h',
191 'common/gpu/client/gl_helper_scaling.cc', 189 'common/gpu/client/gl_helper_scaling.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'common/media/video_capture_messages.h', 269 'common/media/video_capture_messages.h',
272 'common/media/webrtc_identity_messages.h', 270 'common/media/webrtc_identity_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_state_serialization.cc', 283 'common/page_state_serialization.cc',
284 'common/page_state_serialization.h', 284 'common/page_state_serialization.h',
285 'common/page_zoom.cc', 285 'common/page_zoom.cc',
286 'common/pepper_messages.h', 286 'common/pepper_messages.h',
287 'common/pepper_plugin_registry.cc', 287 'common/pepper_plugin_registry.cc',
288 'common/pepper_plugin_registry.h', 288 'common/pepper_plugin_registry.h',
289 'common/pepper_renderer_instance_data.cc', 289 'common/pepper_renderer_instance_data.cc',
290 'common/pepper_renderer_instance_data.h', 290 'common/pepper_renderer_instance_data.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
543 '<(output)', 543 '<(output)',
544 '<(PRODUCT_DIR)', 544 '<(PRODUCT_DIR)',
545 ], 545 ],
546 'msvs_cygwin_shell': 1, 546 'msvs_cygwin_shell': 1,
547 }, 547 },
548 ] 548 ]
549 }], 549 }],
550 ], 550 ],
551 } 551 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698