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

Side by Side Diff: content/content_shell.gypi

Issue 740543003: Remove the old Web Notification code-path (Chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unittest references Created 6 years, 1 month 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/content_renderer.gypi ('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 '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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'shell/renderer/test_runner/mock_web_theme_engine.cc', 242 'shell/renderer/test_runner/mock_web_theme_engine.cc',
243 'shell/renderer/test_runner/mock_web_theme_engine.h', 243 'shell/renderer/test_runner/mock_web_theme_engine.h',
244 'shell/renderer/test_runner/mock_web_user_media_client.cc', 244 'shell/renderer/test_runner/mock_web_user_media_client.cc',
245 'shell/renderer/test_runner/mock_web_user_media_client.h', 245 'shell/renderer/test_runner/mock_web_user_media_client.h',
246 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc', 246 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
247 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h', 247 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h',
248 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc', 248 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc',
249 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h', 249 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h',
250 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc', 250 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc',
251 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h', 251 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h',
252 'shell/renderer/test_runner/notification_presenter.cc',
253 'shell/renderer/test_runner/notification_presenter.h',
254 'shell/renderer/test_runner/spell_check_client.cc', 252 'shell/renderer/test_runner/spell_check_client.cc',
255 'shell/renderer/test_runner/spell_check_client.h', 253 'shell/renderer/test_runner/spell_check_client.h',
256 'shell/renderer/test_runner/test_common.cc', 254 'shell/renderer/test_runner/test_common.cc',
257 'shell/renderer/test_runner/test_common.h', 255 'shell/renderer/test_runner/test_common.h',
258 'shell/renderer/test_runner/test_interfaces.cc', 256 'shell/renderer/test_runner/test_interfaces.cc',
259 'shell/renderer/test_runner/test_interfaces.h', 257 'shell/renderer/test_runner/test_interfaces.h',
260 'shell/renderer/test_runner/test_plugin.cc', 258 'shell/renderer/test_runner/test_plugin.cc',
261 'shell/renderer/test_runner/test_plugin.h', 259 'shell/renderer/test_runner/test_plugin.h',
262 'shell/renderer/test_runner/test_runner.cc', 260 'shell/renderer/test_runner/test_runner.cc',
263 'shell/renderer/test_runner/test_runner.h', 261 'shell/renderer/test_runner/test_runner.h',
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1145 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1148 '--destination_dir', '<(dest_dir)', 1146 '--destination_dir', '<(dest_dir)',
1149 ], 1147 ],
1150 }, 1148 },
1151 ], 1149 ],
1152 }, 1150 },
1153 ], 1151 ],
1154 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1152 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1155 ] 1153 ]
1156 } 1154 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698