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

Side by Side Diff: trunk/src/content/content_common.gypi

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
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/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'public/common/resource_response_info.cc', 94 'public/common/resource_response_info.cc',
95 'public/common/resource_response_info.h', 95 'public/common/resource_response_info.h',
96 'public/common/result_codes.h', 96 'public/common/result_codes.h',
97 'public/common/result_codes_list.h', 97 'public/common/result_codes_list.h',
98 'public/common/sandbox_init.h', 98 'public/common/sandbox_init.h',
99 'public/common/sandbox_linux.h', 99 'public/common/sandbox_linux.h',
100 'public/common/sandbox_type_mac.h', 100 'public/common/sandbox_type_mac.h',
101 'public/common/sandboxed_process_launcher_delegate.cc', 101 'public/common/sandboxed_process_launcher_delegate.cc',
102 'public/common/sandboxed_process_launcher_delegate.h', 102 'public/common/sandboxed_process_launcher_delegate.h',
103 'public/common/security_style.h', 103 'public/common/security_style.h',
104 'public/common/service_registry.h',
105 'public/common/show_desktop_notification_params.cc', 104 'public/common/show_desktop_notification_params.cc',
106 'public/common/show_desktop_notification_params.h', 105 'public/common/show_desktop_notification_params.h',
107 'public/common/signed_certificate_timestamp_id_and_status.cc', 106 'public/common/signed_certificate_timestamp_id_and_status.cc',
108 'public/common/signed_certificate_timestamp_id_and_status.h', 107 'public/common/signed_certificate_timestamp_id_and_status.h',
109 'public/common/speech_recognition_error.h', 108 'public/common/speech_recognition_error.h',
110 'public/common/speech_recognition_grammar.h', 109 'public/common/speech_recognition_grammar.h',
111 'public/common/speech_recognition_result.cc', 110 'public/common/speech_recognition_result.cc',
112 'public/common/speech_recognition_result.h', 111 'public/common/speech_recognition_result.h',
113 'public/common/ssl_status.cc', 112 'public/common/ssl_status.cc',
114 'public/common/ssl_status.h', 113 'public/common/ssl_status.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'common/media/midi_messages.h', 367 'common/media/midi_messages.h',
369 'common/media/video_capture.h', 368 'common/media/video_capture.h',
370 'common/media/video_capture_messages.h', 369 'common/media/video_capture_messages.h',
371 'common/media/webrtc_identity_messages.h', 370 'common/media/webrtc_identity_messages.h',
372 'common/memory_benchmark_messages.h', 371 'common/memory_benchmark_messages.h',
373 'common/message_port_messages.h', 372 'common/message_port_messages.h',
374 'common/message_router.cc', 373 'common/message_router.cc',
375 'common/message_router.h', 374 'common/message_router.h',
376 'common/mime_registry_messages.h', 375 'common/mime_registry_messages.h',
377 'common/mojo/mojo_messages.h', 376 'common/mojo/mojo_messages.h',
378 'common/mojo/service_registry_impl.cc', 377 'common/mojo/mojo_service_names.cc',
379 'common/mojo/service_registry_impl.h', 378 'common/mojo/mojo_service_names.h',
380 'common/navigation_gesture.h', 379 'common/navigation_gesture.h',
381 'common/net/url_fetcher.cc', 380 'common/net/url_fetcher.cc',
382 'common/net/url_request_user_data.cc', 381 'common/net/url_request_user_data.cc',
383 'common/net/url_request_user_data.h', 382 'common/net/url_request_user_data.h',
384 'common/one_writer_seqlock.cc', 383 'common/one_writer_seqlock.cc',
385 'common/one_writer_seqlock.h', 384 'common/one_writer_seqlock.h',
386 'common/p2p_messages.h', 385 'common/p2p_messages.h',
387 'common/page_state_serialization.cc', 386 'common/page_state_serialization.cc',
388 'common/page_state_serialization.h', 387 'common/page_state_serialization.h',
389 'common/page_zoom.cc', 388 'common/page_zoom.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '../gpu/gpu.gyp:gles2_c_lib', 525 '../gpu/gpu.gyp:gles2_c_lib',
527 '../gpu/gpu.gyp:gles2_implementation', 526 '../gpu/gpu.gyp:gles2_implementation',
528 # TODO: the dependency on gl_in_process_context should be decoupled from 527 # TODO: the dependency on gl_in_process_context should be decoupled from
529 # content and moved to android_webview. See crbug.com/365797. 528 # content and moved to android_webview. See crbug.com/365797.
530 '../gpu/gpu.gyp:gl_in_process_context', 529 '../gpu/gpu.gyp:gl_in_process_context',
531 '../gpu/gpu.gyp:gpu_ipc', 530 '../gpu/gpu.gyp:gpu_ipc',
532 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 531 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
533 '../ipc/ipc.gyp:ipc', 532 '../ipc/ipc.gyp:ipc',
534 '../media/media.gyp:media', 533 '../media/media.gyp:media',
535 '../media/media.gyp:shared_memory_support', 534 '../media/media.gyp:shared_memory_support',
536 '../mojo/mojo.gyp:mojo_cpp_bindings',
537 '../mojo/mojo.gyp:mojo_environment_chromium', 535 '../mojo/mojo.gyp:mojo_environment_chromium',
538 '../mojo/mojo.gyp:mojo_system_impl', 536 '../mojo/mojo.gyp:mojo_system_impl',
539 '../mojo/mojo.gyp:mojo_interface_provider_bindings',
540 '../third_party/WebKit/public/blink.gyp:blink', 537 '../third_party/WebKit/public/blink.gyp:blink',
541 '../ui/gl/gl.gyp:gl', 538 '../ui/gl/gl.gyp:gl',
542 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 539 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
543 '../webkit/common/webkit_common.gyp:webkit_common', 540 '../webkit/common/webkit_common.gyp:webkit_common',
544 '../webkit/storage_browser.gyp:webkit_storage_browser', 541 '../webkit/storage_browser.gyp:webkit_storage_browser',
545 '../webkit/storage_common.gyp:webkit_storage_common', 542 '../webkit/storage_common.gyp:webkit_storage_common',
546 ], 543 ],
547 'actions': [ 544 'actions': [
548 { 545 {
549 'action_name': 'generate_webkit_version', 546 'action_name': 'generate_webkit_version',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 }, { 802 }, {
806 'defines': ['USE_SECCOMP_BPF'], 803 'defines': ['USE_SECCOMP_BPF'],
807 }], 804 }],
808 ['use_ozone==1', { 805 ['use_ozone==1', {
809 'dependencies': [ 806 'dependencies': [
810 '../ui/ozone/ozone.gyp:ozone', 807 '../ui/ozone/ozone.gyp:ozone',
811 ], 808 ],
812 }], 809 }],
813 ], 810 ],
814 } 811 }
OLDNEW
« no previous file with comments | « trunk/src/content/common/web_ui_setup.mojom ('k') | trunk/src/content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698