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

Side by Side Diff: content/content_browser.gypi

Issue 1019913002: Revert of Add RoutingIDIssuer to help track routing id issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/renderer_host/routing_id_issuer_unittest.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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 'browser/renderer_host/render_widget_host_view_mac.h', 1197 'browser/renderer_host/render_widget_host_view_mac.h',
1198 'browser/renderer_host/render_widget_host_view_mac.mm', 1198 'browser/renderer_host/render_widget_host_view_mac.mm',
1199 'browser/renderer_host/render_widget_host_view_mac_dictionary_helper.h', 1199 'browser/renderer_host/render_widget_host_view_mac_dictionary_helper.h',
1200 'browser/renderer_host/render_widget_host_view_mac_dictionary_helper.mm', 1200 'browser/renderer_host/render_widget_host_view_mac_dictionary_helper.mm',
1201 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h', 1201 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h',
1202 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper.mm', 1202 'browser/renderer_host/render_widget_host_view_mac_editcommand_helper.mm',
1203 'browser/renderer_host/render_widget_resize_helper.cc', 1203 'browser/renderer_host/render_widget_resize_helper.cc',
1204 'browser/renderer_host/render_widget_resize_helper.h', 1204 'browser/renderer_host/render_widget_resize_helper.h',
1205 'browser/renderer_host/renderer_frame_manager.cc', 1205 'browser/renderer_host/renderer_frame_manager.cc',
1206 'browser/renderer_host/renderer_frame_manager.h', 1206 'browser/renderer_host/renderer_frame_manager.h',
1207 'browser/renderer_host/routing_id_issuer.cc',
1208 'browser/renderer_host/routing_id_issuer.h',
1209 'browser/renderer_host/sandbox_ipc_linux.cc', 1207 'browser/renderer_host/sandbox_ipc_linux.cc',
1210 'browser/renderer_host/sandbox_ipc_linux.h', 1208 'browser/renderer_host/sandbox_ipc_linux.h',
1211 'browser/renderer_host/text_input_client_mac.h', 1209 'browser/renderer_host/text_input_client_mac.h',
1212 'browser/renderer_host/text_input_client_mac.mm', 1210 'browser/renderer_host/text_input_client_mac.mm',
1213 'browser/renderer_host/text_input_client_message_filter.h', 1211 'browser/renderer_host/text_input_client_message_filter.h',
1214 'browser/renderer_host/text_input_client_message_filter.mm', 1212 'browser/renderer_host/text_input_client_message_filter.mm',
1215 'browser/renderer_host/ui_events_helper.cc', 1213 'browser/renderer_host/ui_events_helper.cc',
1216 'browser/renderer_host/ui_events_helper.h', 1214 'browser/renderer_host/ui_events_helper.h',
1217 'browser/renderer_host/web_input_event_aura.cc', 1215 'browser/renderer_host/web_input_event_aura.cc',
1218 'browser/renderer_host/web_input_event_aura.h', 1216 'browser/renderer_host/web_input_event_aura.h',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 'browser/media/media_web_contents_observer.h', 1983 'browser/media/media_web_contents_observer.h',
1986 ], 1984 ],
1987 }], 1985 }],
1988 ['OS == "linux" and use_openssl==1', { 1986 ['OS == "linux" and use_openssl==1', {
1989 'dependencies': [ 1987 'dependencies': [
1990 '../third_party/boringssl/boringssl.gyp:boringssl', 1988 '../third_party/boringssl/boringssl.gyp:boringssl',
1991 ], 1989 ],
1992 }], 1990 }],
1993 ], 1991 ],
1994 } 1992 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/routing_id_issuer_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698