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

Side by Side Diff: content/content_browser.gypi

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
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
« no previous file with comments | « content/content.gyp ('k') | content/content_child.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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'browser/memory/memory_pressure_controller_impl.h', 1124 'browser/memory/memory_pressure_controller_impl.h',
1125 'browser/message_port_message_filter.cc', 1125 'browser/message_port_message_filter.cc',
1126 'browser/message_port_message_filter.h', 1126 'browser/message_port_message_filter.h',
1127 'browser/message_port_provider.cc', 1127 'browser/message_port_provider.cc',
1128 'browser/message_port_service.cc', 1128 'browser/message_port_service.cc',
1129 'browser/message_port_service.h', 1129 'browser/message_port_service.h',
1130 'browser/mime_registry_impl.cc', 1130 'browser/mime_registry_impl.cc',
1131 'browser/mime_registry_impl.h', 1131 'browser/mime_registry_impl.h',
1132 'browser/mojo/constants.cc', 1132 'browser/mojo/constants.cc',
1133 'browser/mojo/constants.h', 1133 'browser/mojo/constants.h',
1134 'browser/mojo/mojo_application_host.cc',
1135 'browser/mojo/mojo_application_host.h',
1136 'browser/mojo/mojo_child_connection.cc', 1134 'browser/mojo/mojo_child_connection.cc',
1137 'browser/mojo/mojo_child_connection.h', 1135 'browser/mojo/mojo_child_connection.h',
1138 'browser/mojo/mojo_shell_context.cc', 1136 'browser/mojo/mojo_shell_context.cc',
1139 'browser/mojo/mojo_shell_context.h', 1137 'browser/mojo/mojo_shell_context.h',
1140 'browser/mojo/service_registrar_android.cc', 1138 'browser/mojo/service_registrar_android.cc',
1141 'browser/mojo/service_registrar_android.h', 1139 'browser/mojo/service_registrar_android.h',
1142 'browser/net/browser_online_state_observer.cc', 1140 'browser/net/browser_online_state_observer.cc',
1143 'browser/net/browser_online_state_observer.h', 1141 'browser/net/browser_online_state_observer.h',
1144 'browser/net/network_errors_listing_ui.cc', 1142 'browser/net/network_errors_listing_ui.cc',
1145 'browser/net/network_errors_listing_ui.h', 1143 'browser/net/network_errors_listing_ui.h',
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 ], 2193 ],
2196 }], 2194 }],
2197 ['OS != "mac" and OS != "android"', { 2195 ['OS != "mac" and OS != "android"', {
2198 'sources!': [ 2196 'sources!': [
2199 'browser/gpu/gpu_surface_tracker.cc', 2197 'browser/gpu/gpu_surface_tracker.cc',
2200 'browser/gpu/gpu_surface_tracker.h', 2198 'browser/gpu/gpu_surface_tracker.h',
2201 ], 2199 ],
2202 }], 2200 }],
2203 ], 2201 ],
2204 } 2202 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698