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

Side by Side Diff: content/content_shell.gypi

Issue 395883002: Support layout testing Web Notifications from Document and Worker contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'shell/browser/shell_login_dialog.cc', 119 'shell/browser/shell_login_dialog.cc',
120 'shell/browser/shell_login_dialog.h', 120 'shell/browser/shell_login_dialog.h',
121 'shell/browser/shell_login_dialog_mac.mm', 121 'shell/browser/shell_login_dialog_mac.mm',
122 'shell/browser/shell_mac.mm', 122 'shell/browser/shell_mac.mm',
123 'shell/browser/shell_message_filter.cc', 123 'shell/browser/shell_message_filter.cc',
124 'shell/browser/shell_message_filter.h', 124 'shell/browser/shell_message_filter.h',
125 'shell/browser/shell_net_log.cc', 125 'shell/browser/shell_net_log.cc',
126 'shell/browser/shell_net_log.h', 126 'shell/browser/shell_net_log.h',
127 'shell/browser/shell_network_delegate.cc', 127 'shell/browser/shell_network_delegate.cc',
128 'shell/browser/shell_network_delegate.h', 128 'shell/browser/shell_network_delegate.h',
129 'shell/browser/shell_notification_manager.cc',
130 'shell/browser/shell_notification_manager.h',
129 'shell/browser/shell_platform_data_aura.cc', 131 'shell/browser/shell_platform_data_aura.cc',
130 'shell/browser/shell_platform_data_aura.h', 132 'shell/browser/shell_platform_data_aura.h',
131 'shell/browser/shell_plugin_service_filter.cc', 133 'shell/browser/shell_plugin_service_filter.cc',
132 'shell/browser/shell_plugin_service_filter.h', 134 'shell/browser/shell_plugin_service_filter.h',
133 'shell/browser/shell_quota_permission_context.cc', 135 'shell/browser/shell_quota_permission_context.cc',
134 'shell/browser/shell_quota_permission_context.h', 136 'shell/browser/shell_quota_permission_context.h',
135 'shell/browser/shell_resource_dispatcher_host_delegate.cc', 137 'shell/browser/shell_resource_dispatcher_host_delegate.cc',
136 'shell/browser/shell_resource_dispatcher_host_delegate.h', 138 'shell/browser/shell_resource_dispatcher_host_delegate.h',
137 'shell/browser/shell_speech_recognition_manager_delegate.cc', 139 'shell/browser/shell_speech_recognition_manager_delegate.cc',
138 'shell/browser/shell_speech_recognition_manager_delegate.h', 140 'shell/browser/shell_speech_recognition_manager_delegate.h',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1098 '--destination_dir', '<(dest_dir)', 1100 '--destination_dir', '<(dest_dir)',
1099 ], 1101 ],
1100 }, 1102 },
1101 ], 1103 ],
1102 }, 1104 },
1103 ], 1105 ],
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1105 ] 1107 ]
1106 } 1108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698