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

Side by Side Diff: content/content_common.gypi

Issue 2033353002: Remove PeerConnectionIdentityStore and related messaging/storage code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'common/media/media_player_messages_android.h', 414 'common/media/media_player_messages_android.h',
415 'common/media/media_session_messages_android.h', 415 'common/media/media_session_messages_android.h',
416 'common/media/media_stream_messages.h', 416 'common/media/media_stream_messages.h',
417 'common/media/media_stream_options.cc', 417 'common/media/media_stream_options.cc',
418 'common/media/media_stream_options.h', 418 'common/media/media_stream_options.h',
419 'common/media/media_stream_track_metrics_host_messages.h', 419 'common/media/media_stream_track_metrics_host_messages.h',
420 'common/media/midi_messages.h', 420 'common/media/midi_messages.h',
421 'common/media/surface_view_manager_messages_android.h', 421 'common/media/surface_view_manager_messages_android.h',
422 'common/media/video_capture.h', 422 'common/media/video_capture.h',
423 'common/media/video_capture_messages.h', 423 'common/media/video_capture_messages.h',
424 'common/media/webrtc_identity_messages.h',
425 'common/memory_messages.h', 424 'common/memory_messages.h',
426 'common/message_port_messages.h', 425 'common/message_port_messages.h',
427 'common/mime_registry_messages.h', 426 'common/mime_registry_messages.h',
428 'common/mojo/embedded_application_runner.cc', 427 'common/mojo/embedded_application_runner.cc',
429 'common/mojo/embedded_application_runner.h', 428 'common/mojo/embedded_application_runner.h',
430 'common/mojo/mojo_shell_connection_impl.cc', 429 'common/mojo/mojo_shell_connection_impl.cc',
431 'common/mojo/mojo_shell_connection_impl.h', 430 'common/mojo/mojo_shell_connection_impl.h',
432 'common/mojo/service_registry_impl.cc', 431 'common/mojo/service_registry_impl.cc',
433 'common/mojo/service_registry_impl.h', 432 'common/mojo/service_registry_impl.h',
434 'common/navigation_gesture.h', 433 'common/navigation_gesture.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'sources!': [ 654 'sources!': [
656 'common/cursors/webcursor_ozone.cc', 655 'common/cursors/webcursor_ozone.cc',
657 'common/font_list_ozone.cc', 656 'common/font_list_ozone.cc',
658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 657 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 658 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
661 ], 660 ],
662 }], 661 }],
663 ], 662 ],
664 } 663 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698