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

Side by Side Diff: content/content_common.gypi

Issue 1947313002: Enable content embedders to specify mojo application task runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restores mojo:media in browser Created 4 years, 7 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/child/process_control_impl.cc ('k') | content/gpu/gpu_process_control_impl.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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'public/common/manifest.cc', 138 'public/common/manifest.cc',
139 'public/common/manifest.h', 139 'public/common/manifest.h',
140 'public/common/media_metadata.cc', 140 'public/common/media_metadata.cc',
141 'public/common/media_metadata.h', 141 'public/common/media_metadata.h',
142 'public/common/media_stream_request.cc', 142 'public/common/media_stream_request.cc',
143 'public/common/media_stream_request.h', 143 'public/common/media_stream_request.h',
144 'public/common/menu_item.cc', 144 'public/common/menu_item.cc',
145 'public/common/menu_item.h', 145 'public/common/menu_item.h',
146 'public/common/message_port_types.cc', 146 'public/common/message_port_types.cc',
147 'public/common/message_port_types.h', 147 'public/common/message_port_types.h',
148 'public/common/mojo_application_info.cc',
149 'public/common/mojo_application_info.h',
148 'public/common/mojo_channel_switches.cc', 150 'public/common/mojo_channel_switches.cc',
149 'public/common/mojo_channel_switches.h', 151 'public/common/mojo_channel_switches.h',
150 'public/common/mojo_shell_connection.h', 152 'public/common/mojo_shell_connection.h',
151 'public/common/notification_resources.cc', 153 'public/common/notification_resources.cc',
152 'public/common/notification_resources.h', 154 'public/common/notification_resources.h',
153 'public/common/origin_util.h', 155 'public/common/origin_util.h',
154 'public/common/page_state.cc', 156 'public/common/page_state.cc',
155 'public/common/page_state.h', 157 'public/common/page_state.h',
156 'public/common/page_type.h', 158 'public/common/page_type.h',
157 'public/common/page_zoom.h', 159 'public/common/page_zoom.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'sources!': [ 668 'sources!': [
667 'common/cursors/webcursor_ozone.cc', 669 'common/cursors/webcursor_ozone.cc',
668 'common/font_list_ozone.cc', 670 'common/font_list_ozone.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 671 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
672 ], 674 ],
673 }], 675 }],
674 ], 676 ],
675 } 677 }
OLDNEW
« no previous file with comments | « content/child/process_control_impl.cc ('k') | content/gpu/gpu_process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698