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

Side by Side Diff: content/content_shell.gypi

Issue 938403005: Make it possible for a navigator.connect service to receive messages as base::Value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-c-message-as-values-pass-flag
Patch Set: mention bug 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
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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'shell/browser/layout_test/layout_test_content_browser_client.cc', 105 'shell/browser/layout_test/layout_test_content_browser_client.cc',
106 'shell/browser/layout_test/layout_test_content_browser_client.h', 106 'shell/browser/layout_test/layout_test_content_browser_client.h',
107 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 107 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
108 'shell/browser/layout_test/layout_test_devtools_frontend.h', 108 'shell/browser/layout_test/layout_test_devtools_frontend.h',
109 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', 109 'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
110 'shell/browser/layout_test/layout_test_download_manager_delegate.h', 110 'shell/browser/layout_test/layout_test_download_manager_delegate.h',
111 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', 111 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
112 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 112 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
113 'shell/browser/layout_test/layout_test_message_filter.cc', 113 'shell/browser/layout_test/layout_test_message_filter.cc',
114 'shell/browser/layout_test/layout_test_message_filter.h', 114 'shell/browser/layout_test/layout_test_message_filter.h',
115 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .cc',
116 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .h',
115 'shell/browser/layout_test/layout_test_notification_manager.cc', 117 'shell/browser/layout_test/layout_test_notification_manager.cc',
116 'shell/browser/layout_test/layout_test_notification_manager.h', 118 'shell/browser/layout_test/layout_test_notification_manager.h',
117 'shell/browser/layout_test/layout_test_push_messaging_service.cc', 119 'shell/browser/layout_test/layout_test_push_messaging_service.cc',
118 'shell/browser/layout_test/layout_test_push_messaging_service.h', 120 'shell/browser/layout_test/layout_test_push_messaging_service.h',
119 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc', 121 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc',
120 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h', 122 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h',
121 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', 123 'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
122 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 124 'shell/browser/layout_test/layout_test_url_request_context_getter.h',
123 'shell/browser/notify_done_forwarder.cc', 125 'shell/browser/notify_done_forwarder.cc',
124 'shell/browser/notify_done_forwarder.h', 126 'shell/browser/notify_done_forwarder.h',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1169 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1168 '--destination_dir', '<(dest_dir)', 1170 '--destination_dir', '<(dest_dir)',
1169 ], 1171 ],
1170 }, 1172 },
1171 ], 1173 ],
1172 }, 1174 },
1173 ], 1175 ],
1174 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1176 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1175 ] 1177 ]
1176 } 1178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698