| 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 17 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 'content.gyp:content_app_both', | 30 'content.gyp:content_app_both', |
| 31 'content.gyp:content_browser', | 31 'content.gyp:content_browser', |
| 32 'content.gyp:content_common', | 32 'content.gyp:content_common', |
| 33 'content.gyp:content_gpu', | 33 'content.gyp:content_gpu', |
| 34 'content.gyp:content_plugin', | 34 'content.gyp:content_plugin', |
| 35 'content.gyp:content_ppapi_plugin', | 35 'content.gyp:content_ppapi_plugin', |
| 36 'content.gyp:content_renderer', | 36 'content.gyp:content_renderer', |
| 37 'content.gyp:content_utility', | 37 'content.gyp:content_utility', |
| 38 'content.gyp:content_worker', | |
| 39 'content_resources.gyp:content_resources', | 38 'content_resources.gyp:content_resources', |
| 40 'content_shell_resources', | 39 'content_shell_resources', |
| 41 'copy_test_netscape_plugin', | 40 'copy_test_netscape_plugin', |
| 42 'layouttest_support_content', | 41 'layouttest_support_content', |
| 43 '../base/base.gyp:base', | 42 '../base/base.gyp:base', |
| 44 '../base/base.gyp:base_static', | 43 '../base/base.gyp:base_static', |
| 45 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 44 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 46 '../cc/cc.gyp:cc', | 45 '../cc/cc.gyp:cc', |
| 47 '../components/components.gyp:breakpad_component', | 46 '../components/components.gyp:breakpad_component', |
| 48 '../gin/gin.gyp:gin', | 47 '../gin/gin.gyp:gin', |
| (...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1091 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1093 '--destination_dir', '<(dest_dir)', | 1092 '--destination_dir', '<(dest_dir)', |
| 1094 ], | 1093 ], |
| 1095 }, | 1094 }, |
| 1096 ], | 1095 ], |
| 1097 }, | 1096 }, |
| 1098 ], | 1097 ], |
| 1099 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1098 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1100 ] | 1099 ] |
| 1101 } | 1100 } |
| OLD | NEW |