| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'shell/app/shell_main_delegate.h', | 85 'shell/app/shell_main_delegate.h', |
| 86 'shell/app/shell_main_delegate_mac.h', | 86 'shell/app/shell_main_delegate_mac.h', |
| 87 'shell/app/shell_main_delegate_mac.mm', | 87 'shell/app/shell_main_delegate_mac.mm', |
| 88 'shell/app/webkit_test_platform_support_android.cc', | 88 'shell/app/webkit_test_platform_support_android.cc', |
| 89 'shell/app/webkit_test_platform_support.h', | 89 'shell/app/webkit_test_platform_support.h', |
| 90 'shell/app/webkit_test_platform_support_linux.cc', | 90 'shell/app/webkit_test_platform_support_linux.cc', |
| 91 'shell/app/webkit_test_platform_support_mac.mm', | 91 'shell/app/webkit_test_platform_support_mac.mm', |
| 92 'shell/app/webkit_test_platform_support_win.cc', | 92 'shell/app/webkit_test_platform_support_win.cc', |
| 93 'shell/browser/ipc_echo_message_filter.cc', | 93 'shell/browser/ipc_echo_message_filter.cc', |
| 94 'shell/browser/ipc_echo_message_filter.h', | 94 'shell/browser/ipc_echo_message_filter.h', |
| 95 'shell/browser/layout_test/layout_test_devtools_frontend.cc', |
| 96 'shell/browser/layout_test/layout_test_devtools_frontend.h', |
| 95 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', | 97 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', |
| 96 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', | 98 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', |
| 97 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.cc', | 99 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.cc', |
| 98 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.h', | 100 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate
.h', |
| 99 'shell/browser/notify_done_forwarder.cc', | 101 'shell/browser/notify_done_forwarder.cc', |
| 100 'shell/browser/notify_done_forwarder.h', | 102 'shell/browser/notify_done_forwarder.h', |
| 101 'shell/browser/shell_android.cc', | 103 'shell/browser/shell_android.cc', |
| 102 'shell/browser/shell_application_mac.h', | 104 'shell/browser/shell_application_mac.h', |
| 103 'shell/browser/shell_application_mac.mm', | 105 'shell/browser/shell_application_mac.mm', |
| 104 'shell/browser/shell_aura.cc', | 106 'shell/browser/shell_aura.cc', |
| (...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1127 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1126 '--destination_dir', '<(dest_dir)', | 1128 '--destination_dir', '<(dest_dir)', |
| 1127 ], | 1129 ], |
| 1128 }, | 1130 }, |
| 1129 ], | 1131 ], |
| 1130 }, | 1132 }, |
| 1131 ], | 1133 ], |
| 1132 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1134 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1133 ] | 1135 ] |
| 1134 } | 1136 } |
| OLD | NEW |