OLD | NEW |
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 Loading... |
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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1094 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1093 '--destination_dir', '<(dest_dir)', | 1095 '--destination_dir', '<(dest_dir)', |
1094 ], | 1096 ], |
1095 }, | 1097 }, |
1096 ], | 1098 ], |
1097 }, | 1099 }, |
1098 ], | 1100 ], |
1099 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1101 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1100 ] | 1102 ] |
1101 } | 1103 } |
OLD | NEW |