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 25 matching lines...) Expand all Loading... |
36 'content.gyp:content_ppapi_plugin', | 36 'content.gyp:content_ppapi_plugin', |
37 'content.gyp:content_renderer', | 37 'content.gyp:content_renderer', |
38 'content.gyp:content_utility', | 38 'content.gyp:content_utility', |
39 'content_resources.gyp:content_resources', | 39 'content_resources.gyp:content_resources', |
40 'content_shell_resources', | 40 'content_shell_resources', |
41 'copy_test_netscape_plugin', | 41 'copy_test_netscape_plugin', |
42 'layouttest_support_content', | 42 'layouttest_support_content', |
43 '../base/base.gyp:base', | 43 '../base/base.gyp:base', |
44 '../base/base.gyp:base_static', | 44 '../base/base.gyp:base_static', |
45 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 45 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 46 '../cc/blink/cc_blink.gyp:cc_blink', |
46 '../cc/cc.gyp:cc', | 47 '../cc/cc.gyp:cc', |
47 '../components/components.gyp:breakpad_component', | 48 '../components/components.gyp:breakpad_component', |
48 '../gin/gin.gyp:gin', | 49 '../gin/gin.gyp:gin', |
49 '../gpu/gpu.gyp:gpu', | 50 '../gpu/gpu.gyp:gpu', |
50 '../ipc/ipc.gyp:ipc', | 51 '../ipc/ipc.gyp:ipc', |
51 '../media/media.gyp:media', | 52 '../media/media.gyp:media', |
52 '../net/net.gyp:net', | 53 '../net/net.gyp:net', |
53 '../net/net.gyp:net_resources', | 54 '../net/net.gyp:net_resources', |
54 '../skia/skia.gyp:skia', | 55 '../skia/skia.gyp:skia', |
55 '../third_party/WebKit/public/blink.gyp:blink', | 56 '../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1096 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1096 '--destination_dir', '<(dest_dir)', | 1097 '--destination_dir', '<(dest_dir)', |
1097 ], | 1098 ], |
1098 }, | 1099 }, |
1099 ], | 1100 ], |
1100 }, | 1101 }, |
1101 ], | 1102 ], |
1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1103 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1103 ] | 1104 ] |
1104 } | 1105 } |
OLD | NEW |