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

Side by Side Diff: content/content_common.gypi

Issue 2105653002: Delete content::ServiceRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ew
Patch Set: . 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
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'public/common/resource_type.h', 188 'public/common/resource_type.h',
189 'public/common/result_codes.h', 189 'public/common/result_codes.h',
190 'public/common/sandbox_init.h', 190 'public/common/sandbox_init.h',
191 'public/common/sandbox_linux.h', 191 'public/common/sandbox_linux.h',
192 'public/common/sandbox_type.h', 192 'public/common/sandbox_type.h',
193 'public/common/sandboxed_process_launcher_delegate.cc', 193 'public/common/sandboxed_process_launcher_delegate.cc',
194 'public/common/sandboxed_process_launcher_delegate.h', 194 'public/common/sandboxed_process_launcher_delegate.h',
195 'public/common/screen_orientation_values.h', 195 'public/common/screen_orientation_values.h',
196 'public/common/security_style.h', 196 'public/common/security_style.h',
197 'public/common/send_zygote_child_ping_linux.h', 197 'public/common/send_zygote_child_ping_linux.h',
198 'public/common/service_registry.h',
199 'public/common/speech_recognition_error.h', 198 'public/common/speech_recognition_error.h',
200 'public/common/speech_recognition_grammar.h', 199 'public/common/speech_recognition_grammar.h',
201 'public/common/speech_recognition_result.cc', 200 'public/common/speech_recognition_result.cc',
202 'public/common/speech_recognition_result.h', 201 'public/common/speech_recognition_result.h',
203 'public/common/ssl_status.cc', 202 'public/common/ssl_status.cc',
204 'public/common/ssl_status.h', 203 'public/common/ssl_status.h',
205 'public/common/stop_find_action.h', 204 'public/common/stop_find_action.h',
206 'public/common/storage_quota_params.h', 205 'public/common/storage_quota_params.h',
207 'public/common/three_d_api_types.h', 206 'public/common/three_d_api_types.h',
208 'public/common/top_controls_state.h', 207 'public/common/top_controls_state.h',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'common/media/surface_view_manager_messages_android.h', 423 'common/media/surface_view_manager_messages_android.h',
425 'common/media/video_capture.h', 424 'common/media/video_capture.h',
426 'common/media/video_capture_messages.h', 425 'common/media/video_capture_messages.h',
427 'common/media/webrtc_identity_messages.h', 426 'common/media/webrtc_identity_messages.h',
428 'common/memory_messages.h', 427 'common/memory_messages.h',
429 'common/message_port_messages.h', 428 'common/message_port_messages.h',
430 'common/mojo/embedded_application_runner.cc', 429 'common/mojo/embedded_application_runner.cc',
431 'common/mojo/embedded_application_runner.h', 430 'common/mojo/embedded_application_runner.h',
432 'common/mojo/mojo_shell_connection_impl.cc', 431 'common/mojo/mojo_shell_connection_impl.cc',
433 'common/mojo/mojo_shell_connection_impl.h', 432 'common/mojo/mojo_shell_connection_impl.h',
434 'common/mojo/service_registry_impl.cc',
435 'common/mojo/service_registry_impl.h',
436 'common/navigation_gesture.h', 433 'common/navigation_gesture.h',
437 'common/navigation_params.cc', 434 'common/navigation_params.cc',
438 'common/navigation_params.h', 435 'common/navigation_params.h',
439 'common/net/url_fetcher.cc', 436 'common/net/url_fetcher.cc',
440 'common/net/url_request_service_worker_data.cc', 437 'common/net/url_request_service_worker_data.cc',
441 'common/net/url_request_service_worker_data.h', 438 'common/net/url_request_service_worker_data.h',
442 'common/net/url_request_user_data.cc', 439 'common/net/url_request_user_data.cc',
443 'common/net/url_request_user_data.h', 440 'common/net/url_request_user_data.h',
444 'common/one_writer_seqlock.cc', 441 'common/one_writer_seqlock.cc',
445 'common/one_writer_seqlock.h', 442 'common/one_writer_seqlock.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 660 ],
664 }], 661 }],
665 ['enable_ipc_fuzzer==1', { 662 ['enable_ipc_fuzzer==1', {
666 'sources': [ 663 'sources': [
667 'common/external_ipc_dumper.cc', 664 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 665 'common/external_ipc_dumper.h',
669 ], 666 ],
670 }], 667 }],
671 ], 668 ],
672 } 669 }
OLDNEW
« no previous file with comments | « content/common/mojo/service_registry_impl.cc ('k') | content/public/browser/android/service_registry_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698