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

Side by Side Diff: content/content_common.gypi

Issue 1974613002: Remove code that was only used by navigator.connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment 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/common/view_messages.h ('k') | content/public/browser/message_port_delegate.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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'public/common/javascript_message_type.h', 137 'public/common/javascript_message_type.h',
138 'public/common/main_function_params.h', 138 'public/common/main_function_params.h',
139 'public/common/manifest.cc', 139 'public/common/manifest.cc',
140 'public/common/manifest.h', 140 'public/common/manifest.h',
141 'public/common/media_metadata.cc', 141 'public/common/media_metadata.cc',
142 'public/common/media_metadata.h', 142 'public/common/media_metadata.h',
143 'public/common/media_stream_request.cc', 143 'public/common/media_stream_request.cc',
144 'public/common/media_stream_request.h', 144 'public/common/media_stream_request.h',
145 'public/common/menu_item.cc', 145 'public/common/menu_item.cc',
146 'public/common/menu_item.h', 146 'public/common/menu_item.h',
147 'public/common/message_port_types.cc',
148 'public/common/message_port_types.h',
149 'public/common/mojo_application_info.cc', 147 'public/common/mojo_application_info.cc',
150 'public/common/mojo_application_info.h', 148 'public/common/mojo_application_info.h',
151 'public/common/mojo_channel_switches.cc', 149 'public/common/mojo_channel_switches.cc',
152 'public/common/mojo_channel_switches.h', 150 'public/common/mojo_channel_switches.h',
153 'public/common/mojo_shell_connection.h', 151 'public/common/mojo_shell_connection.h',
154 'public/common/notification_resources.cc', 152 'public/common/notification_resources.cc',
155 'public/common/notification_resources.h', 153 'public/common/notification_resources.h',
156 'public/common/origin_util.h', 154 'public/common/origin_util.h',
157 'public/common/page_state.cc', 155 'public/common/page_state.cc',
158 'public/common/page_state.h', 156 'public/common/page_state.h',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'sources!': [ 661 'sources!': [
664 'common/cursors/webcursor_ozone.cc', 662 'common/cursors/webcursor_ozone.cc',
665 'common/font_list_ozone.cc', 663 'common/font_list_ozone.cc',
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 664 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 666 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
669 ], 667 ],
670 }], 668 }],
671 ], 669 ],
672 } 670 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/message_port_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698