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

Side by Side Diff: content/content_browser.gypi

Issue 1776513003: Allow client process information to be passed via Connector::Connect(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'browser/message_port_message_filter.h', 1086 'browser/message_port_message_filter.h',
1087 'browser/message_port_provider.cc', 1087 'browser/message_port_provider.cc',
1088 'browser/message_port_service.cc', 1088 'browser/message_port_service.cc',
1089 'browser/message_port_service.h', 1089 'browser/message_port_service.h',
1090 'browser/mime_registry_message_filter.cc', 1090 'browser/mime_registry_message_filter.cc',
1091 'browser/mime_registry_message_filter.h', 1091 'browser/mime_registry_message_filter.h',
1092 'browser/mojo/mojo_app_connection_impl.cc', 1092 'browser/mojo/mojo_app_connection_impl.cc',
1093 'browser/mojo/mojo_app_connection_impl.h', 1093 'browser/mojo/mojo_app_connection_impl.h',
1094 'browser/mojo/mojo_application_host.cc', 1094 'browser/mojo/mojo_application_host.cc',
1095 'browser/mojo/mojo_application_host.h', 1095 'browser/mojo/mojo_application_host.h',
1096 'browser/mojo/mojo_shell_client_host.cc', 1096 'browser/mojo/mojo_child_connection.cc',
1097 'browser/mojo/mojo_shell_client_host.h', 1097 'browser/mojo/mojo_child_connection.h',
1098 'browser/mojo/mojo_shell_context.cc', 1098 'browser/mojo/mojo_shell_context.cc',
1099 'browser/mojo/mojo_shell_context.h', 1099 'browser/mojo/mojo_shell_context.h',
1100 'browser/mojo/service_registrar_android.cc', 1100 'browser/mojo/service_registrar_android.cc',
1101 'browser/mojo/service_registrar_android.h', 1101 'browser/mojo/service_registrar_android.h',
1102 'browser/mojo/service_registry_android.cc', 1102 'browser/mojo/service_registry_android.cc',
1103 'browser/mojo/service_registry_android.h', 1103 'browser/mojo/service_registry_android.h',
1104 'browser/navigator_connect/navigator_connect_context_impl.cc', 1104 'browser/navigator_connect/navigator_connect_context_impl.cc',
1105 'browser/navigator_connect/navigator_connect_context_impl.h', 1105 'browser/navigator_connect/navigator_connect_context_impl.h',
1106 'browser/navigator_connect/service_port_service_impl.cc', 1106 'browser/navigator_connect/service_port_service_impl.cc',
1107 'browser/navigator_connect/service_port_service_impl.h', 1107 'browser/navigator_connect/service_port_service_impl.h',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 ['enable_webvr==1 and OS=="android"', { 2193 ['enable_webvr==1 and OS=="android"', {
2194 'sources': [ 2194 'sources': [
2195 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2195 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2196 'browser/vr/android/cardboard/cardboard_vr_device.h', 2196 'browser/vr/android/cardboard/cardboard_vr_device.h',
2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2199 ], 2199 ],
2200 }], 2200 }],
2201 ], 2201 ],
2202 } 2202 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698