| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'shell/common/shell_messages.cc', | 196 'shell/common/shell_messages.cc', |
| 197 'shell/common/shell_messages.h', | 197 'shell/common/shell_messages.h', |
| 198 'shell/common/shell_switches.cc', | 198 'shell/common/shell_switches.cc', |
| 199 'shell/common/shell_switches.h', | 199 'shell/common/shell_switches.h', |
| 200 'shell/common/shell_test_configuration.cc', | 200 'shell/common/shell_test_configuration.cc', |
| 201 'shell/common/shell_test_configuration.h', | 201 'shell/common/shell_test_configuration.h', |
| 202 'shell/common/test_runner/test_preferences.cc', | 202 'shell/common/test_runner/test_preferences.cc', |
| 203 'shell/common/test_runner/test_preferences.h', | 203 'shell/common/test_runner/test_preferences.h', |
| 204 'shell/common/v8_breakpad_support_win.cc', | 204 'shell/common/v8_breakpad_support_win.cc', |
| 205 'shell/common/v8_breakpad_support_win.h', | 205 'shell/common/v8_breakpad_support_win.h', |
| 206 'shell/common/webkit_test_helpers.cc', | |
| 207 'shell/common/webkit_test_helpers.h', | |
| 208 'shell/renderer/ipc_echo.cc', | 206 'shell/renderer/ipc_echo.cc', |
| 209 'shell/renderer/ipc_echo.h', | 207 'shell/renderer/ipc_echo.h', |
| 208 'shell/renderer/layout_test/blink_test_helpers.cc', |
| 209 'shell/renderer/layout_test/blink_test_helpers.h', |
| 210 'shell/renderer/layout_test/blink_test_runner.cc', | 210 'shell/renderer/layout_test/blink_test_runner.cc', |
| 211 'shell/renderer/layout_test/blink_test_runner.h', | 211 'shell/renderer/layout_test/blink_test_runner.h', |
| 212 'shell/renderer/layout_test/gc_controller.cc', | 212 'shell/renderer/layout_test/gc_controller.cc', |
| 213 'shell/renderer/layout_test/gc_controller.h', | 213 'shell/renderer/layout_test/gc_controller.h', |
| 214 'shell/renderer/layout_test/layout_test_content_renderer_client.cc', | 214 'shell/renderer/layout_test/layout_test_content_renderer_client.cc', |
| 215 'shell/renderer/layout_test/layout_test_content_renderer_client.h', | 215 'shell/renderer/layout_test/layout_test_content_renderer_client.h', |
| 216 'shell/renderer/layout_test/layout_test_render_frame_observer.cc', | 216 'shell/renderer/layout_test/layout_test_render_frame_observer.cc', |
| 217 'shell/renderer/layout_test/layout_test_render_frame_observer.h', | 217 'shell/renderer/layout_test/layout_test_render_frame_observer.h', |
| 218 'shell/renderer/layout_test/layout_test_render_process_observer.cc', | 218 'shell/renderer/layout_test/layout_test_render_process_observer.cc', |
| 219 'shell/renderer/layout_test/layout_test_render_process_observer.h', | 219 'shell/renderer/layout_test/layout_test_render_process_observer.h', |
| (...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1167 '--destination_dir', '<(dest_dir)', | 1167 '--destination_dir', '<(dest_dir)', |
| 1168 ], | 1168 ], |
| 1169 }, | 1169 }, |
| 1170 ], | 1170 ], |
| 1171 }, | 1171 }, |
| 1172 ], | 1172 ], |
| 1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1174 ] | 1174 ] |
| 1175 } | 1175 } |
| OLD | NEW |