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

Side by Side Diff: content/content_browser.gypi

Issue 2226403002: Remove Channel token from InProcessChildThreadParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moar-channels
Patch Set: rebase Created 4 years, 4 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/common/mojo/mojo_child_connection.cc ('k') | content/content_tests.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_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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'browser/memory/memory_pressure_controller_impl.h', 1073 'browser/memory/memory_pressure_controller_impl.h',
1074 'browser/message_port_message_filter.cc', 1074 'browser/message_port_message_filter.cc',
1075 'browser/message_port_message_filter.h', 1075 'browser/message_port_message_filter.h',
1076 'browser/message_port_provider.cc', 1076 'browser/message_port_provider.cc',
1077 'browser/message_port_service.cc', 1077 'browser/message_port_service.cc',
1078 'browser/message_port_service.h', 1078 'browser/message_port_service.h',
1079 'browser/mime_registry_impl.cc', 1079 'browser/mime_registry_impl.cc',
1080 'browser/mime_registry_impl.h', 1080 'browser/mime_registry_impl.h',
1081 'browser/mojo/interface_registrar_android.cc', 1081 'browser/mojo/interface_registrar_android.cc',
1082 'browser/mojo/interface_registrar_android.h', 1082 'browser/mojo/interface_registrar_android.h',
1083 'browser/mojo/mojo_child_connection.cc',
1084 'browser/mojo/mojo_child_connection.h',
1085 'browser/mojo/mojo_shell_context.cc', 1083 'browser/mojo/mojo_shell_context.cc',
1086 'browser/mojo/mojo_shell_context.h', 1084 'browser/mojo/mojo_shell_context.h',
1087 'browser/net/browser_online_state_observer.cc', 1085 'browser/net/browser_online_state_observer.cc',
1088 'browser/net/browser_online_state_observer.h', 1086 'browser/net/browser_online_state_observer.h',
1089 'browser/net/network_errors_listing_ui.cc', 1087 'browser/net/network_errors_listing_ui.cc',
1090 'browser/net/network_errors_listing_ui.h', 1088 'browser/net/network_errors_listing_ui.h',
1091 'browser/net/quota_policy_cookie_store.cc', 1089 'browser/net/quota_policy_cookie_store.cc',
1092 'browser/net/quota_policy_cookie_store.h', 1090 'browser/net/quota_policy_cookie_store.h',
1093 'browser/net/view_blob_internals_job_factory.cc', 1091 'browser/net/view_blob_internals_job_factory.cc',
1094 'browser/net/view_blob_internals_job_factory.h', 1092 'browser/net/view_blob_internals_job_factory.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 'browser/webui/web_ui_message_handler.cc', 1563 'browser/webui/web_ui_message_handler.cc',
1566 'browser/websockets/websocket_impl.cc', 1564 'browser/websockets/websocket_impl.cc',
1567 'browser/websockets/websocket_impl.h', 1565 'browser/websockets/websocket_impl.h',
1568 'browser/websockets/websocket_manager.cc', 1566 'browser/websockets/websocket_manager.cc',
1569 'browser/websockets/websocket_manager.h', 1567 'browser/websockets/websocket_manager.h',
1570 'browser/zygote_host/zygote_communication_linux.cc', 1568 'browser/zygote_host/zygote_communication_linux.cc',
1571 'browser/zygote_host/zygote_communication_linux.h', 1569 'browser/zygote_host/zygote_communication_linux.h',
1572 'browser/zygote_host/zygote_handle_linux.cc', 1570 'browser/zygote_host/zygote_handle_linux.cc',
1573 'browser/zygote_host/zygote_host_impl_linux.cc', 1571 'browser/zygote_host/zygote_host_impl_linux.cc',
1574 'browser/zygote_host/zygote_host_impl_linux.h', 1572 'browser/zygote_host/zygote_host_impl_linux.h',
1573 'common/mojo/mojo_child_connection.cc',
1574 'common/mojo/mojo_child_connection.h',
1575 'zygote/zygote_linux.cc', 1575 'zygote/zygote_linux.cc',
1576 'zygote/zygote_linux.h', 1576 'zygote/zygote_linux.h',
1577 'zygote/zygote_main_linux.cc', 1577 'zygote/zygote_main_linux.cc',
1578 ], 1578 ],
1579 'android_browser_sources': [ 1579 'android_browser_sources': [
1580 'browser/accessibility/accessibility_tree_formatter_android.cc', 1580 'browser/accessibility/accessibility_tree_formatter_android.cc',
1581 'browser/accessibility/browser_accessibility_android.cc', 1581 'browser/accessibility/browser_accessibility_android.cc',
1582 'browser/accessibility/browser_accessibility_android.h', 1582 'browser/accessibility/browser_accessibility_android.h',
1583 'browser/accessibility/browser_accessibility_manager_android.cc', 1583 'browser/accessibility/browser_accessibility_manager_android.cc',
1584 'browser/accessibility/browser_accessibility_manager_android.h', 1584 'browser/accessibility/browser_accessibility_manager_android.h',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 ], 2106 ],
2107 }], 2107 }],
2108 ['OS != "mac" and OS != "android"', { 2108 ['OS != "mac" and OS != "android"', {
2109 'sources!': [ 2109 'sources!': [
2110 'browser/gpu/gpu_surface_tracker.cc', 2110 'browser/gpu/gpu_surface_tracker.cc',
2111 'browser/gpu/gpu_surface_tracker.h', 2111 'browser/gpu/gpu_surface_tracker.h',
2112 ], 2112 ],
2113 }], 2113 }],
2114 ], 2114 ],
2115 } 2115 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_child_connection.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698