| 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 'content_shell_version': '99.77.34.5', | 8 'content_shell_version': '99.77.34.5', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'shell/browser/shell_speech_recognition_manager_delegate.cc', | 188 'shell/browser/shell_speech_recognition_manager_delegate.cc', |
| 189 'shell/browser/shell_speech_recognition_manager_delegate.h', | 189 'shell/browser/shell_speech_recognition_manager_delegate.h', |
| 190 'shell/browser/shell_url_request_context_getter.cc', | 190 'shell/browser/shell_url_request_context_getter.cc', |
| 191 'shell/browser/shell_url_request_context_getter.h', | 191 'shell/browser/shell_url_request_context_getter.h', |
| 192 'shell/browser/shell_views.cc', | 192 'shell/browser/shell_views.cc', |
| 193 'shell/browser/shell_web_contents_view_delegate.h', | 193 'shell/browser/shell_web_contents_view_delegate.h', |
| 194 'shell/browser/shell_web_contents_view_delegate_android.cc', | 194 'shell/browser/shell_web_contents_view_delegate_android.cc', |
| 195 'shell/browser/shell_web_contents_view_delegate_creator.h', | 195 'shell/browser/shell_web_contents_view_delegate_creator.h', |
| 196 'shell/browser/shell_web_contents_view_delegate_mac.mm', | 196 'shell/browser/shell_web_contents_view_delegate_mac.mm', |
| 197 'shell/browser/shell_web_contents_view_delegate_win.cc', | 197 'shell/browser/shell_web_contents_view_delegate_win.cc', |
| 198 'shell/common/layout_test/layout_test_content_client.cc', |
| 199 'shell/common/layout_test/layout_test_content_client.h', |
| 198 'shell/common/layout_test/layout_test_messages.cc', | 200 'shell/common/layout_test/layout_test_messages.cc', |
| 199 'shell/common/layout_test/layout_test_messages.h', | 201 'shell/common/layout_test/layout_test_messages.h', |
| 200 'shell/common/layout_test/layout_test_switches.cc', | 202 'shell/common/layout_test/layout_test_switches.cc', |
| 201 'shell/common/layout_test/layout_test_switches.h', | 203 'shell/common/layout_test/layout_test_switches.h', |
| 202 'shell/common/leak_detection_result.h', | 204 'shell/common/leak_detection_result.h', |
| 203 'shell/common/shell_content_client.cc', | 205 'shell/common/shell_content_client.cc', |
| 204 'shell/common/shell_content_client.h', | 206 'shell/common/shell_content_client.h', |
| 205 'shell/common/shell_messages.cc', | 207 'shell/common/shell_messages.cc', |
| 206 'shell/common/shell_messages.h', | 208 'shell/common/shell_messages.h', |
| 207 'shell/common/shell_switches.cc', | 209 'shell/common/shell_switches.cc', |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 977 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 979 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 978 '--destination_dir', '<(dest_dir)', | 980 '--destination_dir', '<(dest_dir)', |
| 979 ], | 981 ], |
| 980 }, | 982 }, |
| 981 ], | 983 ], |
| 982 }, | 984 }, |
| 983 ], | 985 ], |
| 984 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 986 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 985 ] | 987 ] |
| 986 } | 988 } |
| OLD | NEW |