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

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: Delayed deletion by 120s Created 4 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 '../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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'common/media/media_player_messages_android.h', 420 'common/media/media_player_messages_android.h',
421 'common/media/media_session_messages_android.h', 421 'common/media/media_session_messages_android.h',
422 'common/media/media_stream_messages.h', 422 'common/media/media_stream_messages.h',
423 'common/media/media_stream_options.cc', 423 'common/media/media_stream_options.cc',
424 'common/media/media_stream_options.h', 424 'common/media/media_stream_options.h',
425 'common/media/media_stream_track_metrics_host_messages.h', 425 'common/media/media_stream_track_metrics_host_messages.h',
426 'common/media/midi_messages.h', 426 'common/media/midi_messages.h',
427 'common/media/surface_view_manager_messages_android.h', 427 'common/media/surface_view_manager_messages_android.h',
428 'common/media/video_capture.h', 428 'common/media/video_capture.h',
429 'common/media/video_capture_messages.h', 429 'common/media/video_capture_messages.h',
430 'common/media/webrtc_identity_messages.h',
431 'common/memory_messages.h', 430 'common/memory_messages.h',
432 'common/message_port_messages.h', 431 'common/message_port_messages.h',
433 'common/mojo/embedded_application_runner.cc', 432 'common/mojo/embedded_application_runner.cc',
434 'common/mojo/embedded_application_runner.h', 433 'common/mojo/embedded_application_runner.h',
435 'common/mojo/mojo_shell_connection_impl.cc', 434 'common/mojo/mojo_shell_connection_impl.cc',
436 'common/mojo/mojo_shell_connection_impl.h', 435 'common/mojo/mojo_shell_connection_impl.h',
437 'common/navigation_gesture.h', 436 'common/navigation_gesture.h',
438 'common/navigation_params.cc', 437 'common/navigation_params.cc',
439 'common/navigation_params.h', 438 'common/navigation_params.h',
440 'common/net/url_fetcher.cc', 439 'common/net/url_fetcher.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 663 ],
665 }], 664 }],
666 ['enable_ipc_fuzzer==1', { 665 ['enable_ipc_fuzzer==1', {
667 'sources': [ 666 'sources': [
668 'common/external_ipc_dumper.cc', 667 'common/external_ipc_dumper.cc',
669 'common/external_ipc_dumper.h', 668 'common/external_ipc_dumper.h',
670 ], 669 ],
671 }], 670 }],
672 ], 671 ],
673 } 672 }
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