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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'shell/browser/shell_url_request_context_getter.cc', | 169 'shell/browser/shell_url_request_context_getter.cc', |
170 'shell/browser/shell_url_request_context_getter.h', | 170 'shell/browser/shell_url_request_context_getter.h', |
171 'shell/browser/shell_views.cc', | 171 'shell/browser/shell_views.cc', |
172 'shell/browser/shell_web_contents_view_delegate_android.cc', | 172 'shell/browser/shell_web_contents_view_delegate_android.cc', |
173 'shell/browser/shell_web_contents_view_delegate_creator.h', | 173 'shell/browser/shell_web_contents_view_delegate_creator.h', |
174 'shell/browser/shell_web_contents_view_delegate.h', | 174 'shell/browser/shell_web_contents_view_delegate.h', |
175 'shell/browser/shell_web_contents_view_delegate_mac.mm', | 175 'shell/browser/shell_web_contents_view_delegate_mac.mm', |
176 'shell/browser/shell_web_contents_view_delegate_win.cc', | 176 'shell/browser/shell_web_contents_view_delegate_win.cc', |
177 'shell/browser/webkit_test_controller.cc', | 177 'shell/browser/webkit_test_controller.cc', |
178 'shell/browser/webkit_test_controller.h', | 178 'shell/browser/webkit_test_controller.h', |
| 179 'shell/common/layout_test/layout_test_messages.cc', |
| 180 'shell/common/layout_test/layout_test_messages.h', |
179 'shell/common/leak_detection_result.h', | 181 'shell/common/leak_detection_result.h', |
180 'shell/common/shell_content_client.cc', | 182 'shell/common/shell_content_client.cc', |
181 'shell/common/shell_content_client.h', | 183 'shell/common/shell_content_client.h', |
182 'shell/common/shell_messages.cc', | 184 'shell/common/shell_messages.cc', |
183 'shell/common/shell_messages.h', | 185 'shell/common/shell_messages.h', |
184 'shell/common/shell_switches.cc', | 186 'shell/common/shell_switches.cc', |
185 'shell/common/shell_switches.h', | 187 'shell/common/shell_switches.h', |
186 'shell/common/shell_test_configuration.cc', | 188 'shell/common/shell_test_configuration.cc', |
187 'shell/common/shell_test_configuration.h', | 189 'shell/common/shell_test_configuration.h', |
188 'shell/common/test_runner/test_preferences.cc', | 190 'shell/common/test_runner/test_preferences.cc', |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1139 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1138 '--destination_dir', '<(dest_dir)', | 1140 '--destination_dir', '<(dest_dir)', |
1139 ], | 1141 ], |
1140 }, | 1142 }, |
1141 ], | 1143 ], |
1142 }, | 1144 }, |
1143 ], | 1145 ], |
1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1146 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1145 ] | 1147 ] |
1146 } | 1148 } |
OLD | NEW |