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

Side by Side Diff: content/content_browser.gypi

Issue 2112543002: Convert UtilityProcessHost to bootstrap Mojo Channel using the Shell connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p9x
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/common/child_process_host_impl.cc ('k') | content/public/browser/shell_context.h » ('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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'public/browser/screen_orientation_provider.cc', 293 'public/browser/screen_orientation_provider.cc',
294 'public/browser/screen_orientation_provider.h', 294 'public/browser/screen_orientation_provider.h',
295 'public/browser/security_style_explanation.h', 295 'public/browser/security_style_explanation.h',
296 'public/browser/security_style_explanations.cc', 296 'public/browser/security_style_explanations.cc',
297 'public/browser/security_style_explanations.h', 297 'public/browser/security_style_explanations.h',
298 'public/browser/service_worker_context.h', 298 'public/browser/service_worker_context.h',
299 'public/browser/service_worker_usage_info.cc', 299 'public/browser/service_worker_usage_info.cc',
300 'public/browser/service_worker_usage_info.h', 300 'public/browser/service_worker_usage_info.h',
301 'public/browser/session_storage_namespace.h', 301 'public/browser/session_storage_namespace.h',
302 'public/browser/session_storage_usage_info.h', 302 'public/browser/session_storage_usage_info.h',
303 'public/browser/shell_context.h',
303 'public/browser/site_instance.h', 304 'public/browser/site_instance.h',
304 'public/browser/speech_recognition_event_listener.h', 305 'public/browser/speech_recognition_event_listener.h',
305 'public/browser/speech_recognition_manager.h', 306 'public/browser/speech_recognition_manager.h',
306 'public/browser/speech_recognition_manager_delegate.h', 307 'public/browser/speech_recognition_manager_delegate.h',
307 'public/browser/speech_recognition_session_config.cc', 308 'public/browser/speech_recognition_session_config.cc',
308 'public/browser/speech_recognition_session_config.h', 309 'public/browser/speech_recognition_session_config.h',
309 'public/browser/speech_recognition_session_context.cc', 310 'public/browser/speech_recognition_session_context.cc',
310 'public/browser/speech_recognition_session_context.h', 311 'public/browser/speech_recognition_session_context.h',
311 'public/browser/speech_recognition_session_preamble.cc', 312 'public/browser/speech_recognition_session_preamble.cc',
312 'public/browser/speech_recognition_session_preamble.h', 313 'public/browser/speech_recognition_session_preamble.h',
(...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 ], 2195 ],
2195 }], 2196 }],
2196 ['OS != "mac" and OS != "android"', { 2197 ['OS != "mac" and OS != "android"', {
2197 'sources!': [ 2198 'sources!': [
2198 'browser/gpu/gpu_surface_tracker.cc', 2199 'browser/gpu/gpu_surface_tracker.cc',
2199 'browser/gpu/gpu_surface_tracker.h', 2200 'browser/gpu/gpu_surface_tracker.h',
2200 ], 2201 ],
2201 }], 2202 }],
2202 ], 2203 ],
2203 } 2204 }
OLDNEW
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | content/public/browser/shell_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698