| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'shell/browser/layout_test/layout_test_browser_main_parts.cc', | 97 'shell/browser/layout_test/layout_test_browser_main_parts.cc', |
| 98 'shell/browser/layout_test/layout_test_browser_main_parts.h', | 98 'shell/browser/layout_test/layout_test_browser_main_parts.h', |
| 99 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', | 99 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', |
| 100 'shell/browser/layout_test/layout_test_download_manager_delegate.h', | 100 'shell/browser/layout_test/layout_test_download_manager_delegate.h', |
| 101 'shell/browser/layout_test/layout_test_devtools_frontend.cc', | 101 'shell/browser/layout_test/layout_test_devtools_frontend.cc', |
| 102 'shell/browser/layout_test/layout_test_devtools_frontend.h', | 102 'shell/browser/layout_test/layout_test_devtools_frontend.h', |
| 103 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', | 103 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', |
| 104 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', | 104 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', |
| 105 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.cc', | 105 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.cc', |
| 106 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.h', | 106 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.h', |
| 107 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', |
| 108 'shell/browser/layout_test/layout_test_url_request_context_getter.h', |
| 107 'shell/browser/notify_done_forwarder.cc', | 109 'shell/browser/notify_done_forwarder.cc', |
| 108 'shell/browser/notify_done_forwarder.h', | 110 'shell/browser/notify_done_forwarder.h', |
| 109 'shell/browser/shell_android.cc', | 111 'shell/browser/shell_android.cc', |
| 110 'shell/browser/shell_application_mac.h', | 112 'shell/browser/shell_application_mac.h', |
| 111 'shell/browser/shell_application_mac.mm', | 113 'shell/browser/shell_application_mac.mm', |
| 112 'shell/browser/shell_aura.cc', | 114 'shell/browser/shell_aura.cc', |
| 113 'shell/browser/shell_browser_context.cc', | 115 'shell/browser/shell_browser_context.cc', |
| 114 'shell/browser/shell_browser_context.h', | 116 'shell/browser/shell_browser_context.h', |
| 115 'shell/browser/shell_browser_main.cc', | 117 'shell/browser/shell_browser_main.cc', |
| 116 'shell/browser/shell_browser_main.h', | 118 'shell/browser/shell_browser_main.h', |
| (...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1133 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1132 '--destination_dir', '<(dest_dir)', | 1134 '--destination_dir', '<(dest_dir)', |
| 1133 ], | 1135 ], |
| 1134 }, | 1136 }, |
| 1135 ], | 1137 ], |
| 1136 }, | 1138 }, |
| 1137 ], | 1139 ], |
| 1138 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1140 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1139 ] | 1141 ] |
| 1140 } | 1142 } |
| OLD | NEW |