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

Side by Side Diff: content/content_common.gypi

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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/components.gyp:shared_memory_seqlock',
8 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 10 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 11 '../net/net.gyp:net',
11 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
12 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 13 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
13 '../third_party/icu/icu.gyp:icuuc', 14 '../third_party/icu/icu.gyp:icuuc',
14 '../ui/accessibility/accessibility.gyp:accessibility', 15 '../ui/accessibility/accessibility.gyp:accessibility',
15 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 16 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
16 '../ui/base/ui_base.gyp:ui_base', 17 '../ui/base/ui_base.gyp:ui_base',
17 '../ui/events/ipc/events_ipc.gyp:events_ipc', 18 '../ui/events/ipc/events_ipc.gyp:events_ipc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'common/cursors/webcursor_android.cc', 212 'common/cursors/webcursor_android.cc',
212 'common/cursors/webcursor_aura.cc', 213 'common/cursors/webcursor_aura.cc',
213 'common/cursors/webcursor_aurawin.cc', 214 'common/cursors/webcursor_aurawin.cc',
214 'common/cursors/webcursor_aurax11.cc', 215 'common/cursors/webcursor_aurax11.cc',
215 'common/cursors/webcursor_mac.mm', 216 'common/cursors/webcursor_mac.mm',
216 'common/cursors/webcursor_ozone.cc', 217 'common/cursors/webcursor_ozone.cc',
217 'common/database_messages.h', 218 'common/database_messages.h',
218 'common/date_time_suggestion.h', 219 'common/date_time_suggestion.h',
219 'common/device_sensors/device_light_data.h', 220 'common/device_sensors/device_light_data.h',
220 'common/device_sensors/device_light_hardware_buffer.h', 221 'common/device_sensors/device_light_hardware_buffer.h',
221 'common/device_sensors/device_light_messages.h',
222 'common/device_sensors/device_motion_hardware_buffer.h', 222 'common/device_sensors/device_motion_hardware_buffer.h',
223 'common/device_sensors/device_motion_messages.h',
224 'common/device_sensors/device_orientation_hardware_buffer.h', 223 'common/device_sensors/device_orientation_hardware_buffer.h',
225 'common/device_sensors/device_orientation_messages.h',
226 'common/devtools_messages.h', 224 'common/devtools_messages.h',
227 'common/discardable_shared_memory_heap.cc', 225 'common/discardable_shared_memory_heap.cc',
228 'common/discardable_shared_memory_heap.h', 226 'common/discardable_shared_memory_heap.h',
229 'common/dom_storage/dom_storage_map.cc', 227 'common/dom_storage/dom_storage_map.cc',
230 'common/dom_storage/dom_storage_map.h', 228 'common/dom_storage/dom_storage_map.h',
231 'common/dom_storage/dom_storage_messages.h', 229 'common/dom_storage/dom_storage_messages.h',
232 'common/drag_event_source_info.h', 230 'common/drag_event_source_info.h',
233 'common/drag_messages.h', 231 'common/drag_messages.h',
234 'common/drag_traits.h', 232 'common/drag_traits.h',
235 'common/dwrite_font_platform_win.cc', 233 'common/dwrite_font_platform_win.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'common/mojo/mojo_messages.h', 427 'common/mojo/mojo_messages.h',
430 'common/mojo/service_registry_impl.cc', 428 'common/mojo/service_registry_impl.cc',
431 'common/mojo/service_registry_impl.h', 429 'common/mojo/service_registry_impl.h',
432 'common/navigation_gesture.h', 430 'common/navigation_gesture.h',
433 'common/navigation_params.cc', 431 'common/navigation_params.cc',
434 'common/navigation_params.h', 432 'common/navigation_params.h',
435 'common/navigator_connect_messages.h', 433 'common/navigator_connect_messages.h',
436 'common/net/url_fetcher.cc', 434 'common/net/url_fetcher.cc',
437 'common/net/url_request_user_data.cc', 435 'common/net/url_request_user_data.cc',
438 'common/net/url_request_user_data.h', 436 'common/net/url_request_user_data.h',
439 'common/one_writer_seqlock.cc',
440 'common/one_writer_seqlock.h',
441 'common/p2p_messages.h', 437 'common/p2p_messages.h',
442 'common/origin_util.cc', 438 'common/origin_util.cc',
443 'common/page_state_serialization.cc', 439 'common/page_state_serialization.cc',
444 'common/page_state_serialization.h', 440 'common/page_state_serialization.h',
445 'common/page_zoom.cc', 441 'common/page_zoom.cc',
446 'common/pepper_file_util.cc', 442 'common/pepper_file_util.cc',
447 'common/pepper_file_util.h', 443 'common/pepper_file_util.h',
448 'common/pepper_messages.h', 444 'common/pepper_messages.h',
449 'common/pepper_plugin_list.cc', 445 'common/pepper_plugin_list.cc',
450 'common/pepper_plugin_list.h', 446 'common/pepper_plugin_list.h',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1052 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1054 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1055 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1056 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1057 ], 1053 ],
1058 }], 1054 }],
1059 ], 1055 ],
1060 } 1056 }
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