| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../base/base.gyp:base', | 44 '../base/base.gyp:base', |
| 45 '../base/base.gyp:base_static', | 45 '../base/base.gyp:base_static', |
| 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 47 '../cc/blink/cc_blink.gyp:cc_blink', | 47 '../cc/blink/cc_blink.gyp:cc_blink', |
| 48 '../cc/cc.gyp:cc', | 48 '../cc/cc.gyp:cc', |
| 49 '../components/components.gyp:crash_component', | 49 '../components/components.gyp:crash_component', |
| 50 '../gin/gin.gyp:gin', | 50 '../gin/gin.gyp:gin', |
| 51 '../gpu/gpu.gyp:gpu', | 51 '../gpu/gpu.gyp:gpu', |
| 52 '../ipc/ipc.gyp:ipc', | 52 '../ipc/ipc.gyp:ipc', |
| 53 '../media/media.gyp:media', | 53 '../media/media.gyp:media', |
| 54 '../media/blink/media_blink.gyp:media_blink', |
| 54 '../net/net.gyp:net', | 55 '../net/net.gyp:net', |
| 55 '../net/net.gyp:net_resources', | 56 '../net/net.gyp:net_resources', |
| 56 '../skia/skia.gyp:skia', | 57 '../skia/skia.gyp:skia', |
| 57 '../third_party/WebKit/public/blink.gyp:blink', | 58 '../third_party/WebKit/public/blink.gyp:blink', |
| 58 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 59 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
| 59 '../ui/base/ui_base.gyp:ui_base', | 60 '../ui/base/ui_base.gyp:ui_base', |
| 60 '../ui/events/events.gyp:events_base', | 61 '../ui/events/events.gyp:events_base', |
| 61 '../ui/gfx/gfx.gyp:gfx', | 62 '../ui/gfx/gfx.gyp:gfx', |
| 62 '../ui/gfx/gfx.gyp:gfx_geometry', | 63 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 63 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 64 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| (...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1100 '--destination_dir', '<(dest_dir)', | 1101 '--destination_dir', '<(dest_dir)', |
| 1101 ], | 1102 ], |
| 1102 }, | 1103 }, |
| 1103 ], | 1104 ], |
| 1104 }, | 1105 }, |
| 1105 ], | 1106 ], |
| 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1107 ] | 1108 ] |
| 1108 } | 1109 } |
| OLD | NEW |