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

Side by Side Diff: content/content_common.gypi

Issue 1856313002: mojo: Add ExistingThreadLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'common/media/video_capture.h', 493 'common/media/video_capture.h',
494 'common/media/video_capture_messages.h', 494 'common/media/video_capture_messages.h',
495 'common/media/webrtc_identity_messages.h', 495 'common/media/webrtc_identity_messages.h',
496 'common/memory_messages.h', 496 'common/memory_messages.h',
497 'common/message_port_messages.h', 497 'common/message_port_messages.h',
498 'common/mime_registry_messages.h', 498 'common/mime_registry_messages.h',
499 'common/mojo/channel_init.cc', 499 'common/mojo/channel_init.cc',
500 'common/mojo/channel_init.h', 500 'common/mojo/channel_init.h',
501 'common/mojo/current_thread_loader.cc', 501 'common/mojo/current_thread_loader.cc',
502 'common/mojo/current_thread_loader.h', 502 'common/mojo/current_thread_loader.h',
503 'common/mojo/existing_thread_loader.cc',
504 'common/mojo/existing_thread_loader.h',
503 'common/mojo/mojo_messages.h', 505 'common/mojo/mojo_messages.h',
504 'common/mojo/mojo_shell_connection_impl.cc', 506 'common/mojo/mojo_shell_connection_impl.cc',
505 'common/mojo/mojo_shell_connection_impl.h', 507 'common/mojo/mojo_shell_connection_impl.h',
506 'common/mojo/service_registry_impl.cc', 508 'common/mojo/service_registry_impl.cc',
507 'common/mojo/service_registry_impl.h', 509 'common/mojo/service_registry_impl.h',
508 'common/mojo/static_loader.cc', 510 'common/mojo/static_loader.cc',
509 'common/mojo/static_loader.h', 511 'common/mojo/static_loader.h',
510 'common/navigation_gesture.h', 512 'common/navigation_gesture.h',
511 'common/navigation_params.cc', 513 'common/navigation_params.cc',
512 'common/navigation_params.h', 514 'common/navigation_params.h',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'sources!': [ 1085 'sources!': [
1084 'common/cursors/webcursor_ozone.cc', 1086 'common/cursors/webcursor_ozone.cc',
1085 'common/font_list_ozone.cc', 1087 'common/font_list_ozone.cc',
1086 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1088 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1087 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1088 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1089 ], 1091 ],
1090 }], 1092 }],
1091 ], 1093 ],
1092 } 1094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698