| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_breakpad_mac_to_be_deleted
', | 49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted
', |
| 50 '../components/components.gyp:devtools_discovery', | 50 '../components/components.gyp:devtools_discovery', |
| 51 '../components/components.gyp:devtools_http_handler', | 51 '../components/components.gyp:devtools_http_handler', |
| 52 '../components/components.gyp:web_cache_renderer', | 52 '../components/components.gyp:web_cache_renderer', |
| 53 '../components/components.gyp:plugins_renderer', | 53 '../components/components.gyp:plugins_renderer', |
| 54 '../components/test_runner/test_runner.gyp:test_runner', | 54 '../components/test_runner/test_runner.gyp:test_runner', |
| 55 '../components/url_formatter/url_formatter.gyp:url_formatter', | |
| 56 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 55 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 57 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 56 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 58 '../gin/gin.gyp:gin', | 57 '../gin/gin.gyp:gin', |
| 59 '../gpu/gpu.gyp:gpu', | 58 '../gpu/gpu.gyp:gpu', |
| 60 '../ipc/ipc.gyp:ipc', | 59 '../ipc/ipc.gyp:ipc', |
| 61 '../media/blink/media_blink.gyp:media_blink', | 60 '../media/blink/media_blink.gyp:media_blink', |
| 62 '../media/media.gyp:media', | 61 '../media/media.gyp:media', |
| 63 '../net/net.gyp:net', | 62 '../net/net.gyp:net', |
| 64 '../net/net.gyp:net_resources', | 63 '../net/net.gyp:net_resources', |
| 65 '../skia/skia.gyp:skia', | 64 '../skia/skia.gyp:skia', |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1062 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1064 '--destination_dir', '<(dest_dir)', | 1063 '--destination_dir', '<(dest_dir)', |
| 1065 ], | 1064 ], |
| 1066 }, | 1065 }, |
| 1067 ], | 1066 ], |
| 1068 }, | 1067 }, |
| 1069 ], | 1068 ], |
| 1070 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1069 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1071 ] | 1070 ] |
| 1072 } | 1071 } |
| OLD | NEW |