| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 44 '../components/components.gyp:breakpad_component', | 44 '../components/components.gyp:breakpad_component', |
| 45 '../gin/gin.gyp:gin', | 45 '../gin/gin.gyp:gin', |
| 46 '../ipc/ipc.gyp:ipc', | 46 '../ipc/ipc.gyp:ipc', |
| 47 '../media/media.gyp:media', | 47 '../media/media.gyp:media', |
| 48 '../net/net.gyp:net', | 48 '../net/net.gyp:net', |
| 49 '../net/net.gyp:net_resources', | 49 '../net/net.gyp:net_resources', |
| 50 '../skia/skia.gyp:skia', | 50 '../skia/skia.gyp:skia', |
| 51 '../third_party/WebKit/public/blink.gyp:blink', | 51 '../third_party/WebKit/public/blink.gyp:blink', |
| 52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', | 52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', |
| 53 '../ui/base/ui_base.gyp:ui_base', |
| 53 '../ui/events/events.gyp:events_base', | 54 '../ui/events/events.gyp:events_base', |
| 54 '../ui/gfx/gfx.gyp:gfx', | 55 '../ui/gfx/gfx.gyp:gfx', |
| 55 '../ui/gfx/gfx.gyp:gfx_geometry', | 56 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 56 '../ui/gl/gl.gyp:gl', | 57 '../ui/gl/gl.gyp:gl', |
| 57 '../ui/ui.gyp:ui', | |
| 58 '../url/url.gyp:url_lib', | 58 '../url/url.gyp:url_lib', |
| 59 '../v8/tools/gyp/v8.gyp:v8', | 59 '../v8/tools/gyp/v8.gyp:v8', |
| 60 '../webkit/common/webkit_common.gyp:webkit_common', | 60 '../webkit/common/webkit_common.gyp:webkit_common', |
| 61 '../webkit/webkit_resources.gyp:webkit_resources', | 61 '../webkit/webkit_resources.gyp:webkit_resources', |
| 62 ], | 62 ], |
| 63 'include_dirs': [ | 63 'include_dirs': [ |
| 64 '..', | 64 '..', |
| 65 ], | 65 ], |
| 66 'sources': [ | 66 'sources': [ |
| 67 'public/test/layouttest_support.h', | 67 'public/test/layouttest_support.h', |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1134 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1135 '--destination_dir', '<(dest_dir)', | 1135 '--destination_dir', '<(dest_dir)', |
| 1136 ], | 1136 ], |
| 1137 }, | 1137 }, |
| 1138 ], | 1138 ], |
| 1139 }, | 1139 }, |
| 1140 ], | 1140 ], |
| 1141 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1141 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1142 ] | 1142 ] |
| 1143 } | 1143 } |
| OLD | NEW |